error while mka systemimage
-
I'm trying to build "systemimage" but im getting this error:
ninja: error: '/home/tr/halium/out/target/product/sltexx/obj/SHARED_LIBRARIES/libcurl_intermediates/export_includes', needed by '/home/tr/halium/out/target/product/sltexx/obj/SHARED_LIBRARIES/libcommonpawrapper_intermediates/import_includes', missing and no known rule to make it make: *** [build/core/ninja.mk:152: ninja_wrapper] Error 1
Any ideas? thanks
-
@leftr said in error while mka systemimage:
ninja: error: '/home/tr/halium/out/target/product/sltexx/obj/SHARED_LIBRARIES/libcurl_intermediates/export_includes', needed by '/home/tr/halium/out/target/product/sltexx/obj/SHARED_LIBRARIES/libcommonpawrapper_intermediates/import_includes', missing and no known rule to make it
Check if it's in external/curl
Add it to your project:
git clone https://github.com/curl/curl external/curl
-
@walidham i fixed it by adding lineageos libcurl and then adding the path to build/core/main.mk
thanks tho! -
K Keneda marked this topic as a question
-
K Keneda has marked this topic as solved