This error tells you that can not find a makefile rule that will produce the kernel at the directory out/target/product/n880e

This kernel file (which is the linux kernel) will be used by other makefile rules in order to produce other files.

The right solution is to find a way to produce the kernel and to add this process into the building one.

A quick and dirty solution is to extract the kernel from the native android of your device and then copy-paste it in the directory out/target/product/n880e.

For the second solution you'll probably need a tool like this one at http://forum.xda-developers.com/showthread.php?t=1310104

fredy

On 03/10/2013 04:34 AM, lap wrote:
Hey, i need some help again.

when i run "./build.sh"
can somebody help me? i come from China. so it may have some chinese in there. but you can translate it.

you can see the error in attach.


_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to