Open GoogleCodeExporter opened 9 years ago
Try with this:
$ cd rowboat-android/kernel
$ make ARCH=arm CROSS_COMPILE=arm-eabi- distclean
$ make ARCH=arm CROSS_COMPILE=arm-eabi- am3517_evm_android_defconfig
If ARCH=arm is not specified, the kernel build system assumes x86
Original comment by vishvesh...@aim.com
on 23 Jun 2011 at 5:50
Many thanks for the solution
Now all I have to do is figure out the new way to compile the x-load.
Used to be:
cd x-load-omap3
make CROSS_COMPILE=arm-eabi- distclean
make CROSS_COMPILE=arm-eabi- omap3evm_config
make CROSS_COMPILE=arm-eabi-
./signGP ./x-load.bin
Now there is an x-loader directory and the build commands seem to be different.
Is there a wiki page that describes the build process for Android 2.3.4 like
the one for 2.3? I will search for one, but I think I will have lots of these
issues until I get the new process running.
Original comment by billmac4...@gmail.com
on 23 Jun 2011 at 12:36
Original issue reported on code.google.com by
billmac4...@gmail.com
on 22 Jun 2011 at 7:17