Hi, during Android filesystem compiling for Beagleboard-xM (I used "make TARGET_PRODUCT=beagleboard OMAPES=5.x -j8") I experienced the following error (after 3 compilation hours):
...
...
target thumb C++: libwebcore <= external/webkit/WebCore/editing/EditCommand.cpp
target thumb C++: libwebcore <= external/webkit/WebCore/editing/Editor.cpp
target thumb C++: libwebcore <= external/webkit/WebCore/editing/EditorCommand.cpp
target thumb C++: libwebcore <= external/webkit/WebCore/editing/FormatBlockCommand.cpp
target thumb C++: libwebcore <= external/webkit/WebCore/editing/HTMLInterchange.cpp
target thumb C++: libwebcore <= external/webkit/WebCore/editing/IndentOutdentCommand.cpp
target thumb C++: libwebcore <= external/webkit/WebCore/editing/InsertIntoTextNodeCommand.cpp
arm-eabi-g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [out/target/product/beagleboard/obj/STATIC_LIBRARIES/libwebcore_intermediates/WebCore/editing/InsertIntoTextNodeCommand.o] Error 1
make: *** Waiting for unfinished jobs....
Seems that rootfs components have been created in out/target/product/beagleboard (I don't know if directories contain all necessary files) but the kernel image is not present in the path specified in DevKit 2.1DeveloperGuide: kernek/arch/arm/uImage; the only kernel image present is that in kernek/arch/arm/boot folder.
Do you think I am able to generate SD card to boot Android? Can you help me?
Thanks
Alessandro Tata