I have a similar problem, Please look at this: target Prebuilt: (/home/sscsps/android/system/out/target/product/x500/kernel) host SharedLib: liblog (/home/sscsps/android/system/out/host/linux-x86/obj/lib/liblog.so) acp: missing destination file build/core/tasks/kernel.mk:361: recipe for target '/home/sscsps/android/system/out/target/product/x500/kernel' failed make: *** [/home/sscsps/android/system/out/target/product/x500/kernel] Error 2 make: *** Waiting for unfinished jobs....
the "liblog.so" file is present there, but the out/target/product/x500/kernel is not there, I am now building after creating a folder there.I'll update this when it completes or gives me an error. What else could cause this issue? On Wednesday, 2 September 2015 00:58:25 UTC+5:30, Andrew Esh wrote: > > Perhaps you didn't build a kernel, so the $OUT/kernel directory does not > exist? It seems like the build target should create it, though. Try "mkdir > $OUT/kernel" and see if the build completes after that. Look in $OUT/kernel > to see what got put in there. > >> >> -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
