Hi,
I have followed the steps as mentioned in http://processors.wiki.ti.com/index.php/TI-Android-GingerBread-2.3.4-DevKit-2.1_DeveloperGuide and I am getting compilation errors.
#compilation procedure:
$ make CROSS_COMPILE=arm-eabi- omap3evm_config
>>> this results in
make: *** No rule to make target `omap3evm_config'. Stop.
$ make CROSS_COMPILE=arm-eabi-
>>>>and for this command, I am getting this error message
"packages/apps/Calculator/src/com/android/calculator2/CalculatorDisplay.java:19: cannot access android.content.Context
bad class file: android/content/Context.class(android/content:Context.class)
unable to access file: corrupted zip file
Please remove or make sure it appears in the correct subdirectory of the classpath.
import android.content.Context;
^
make: *** [out/target/common/obj/APPS/Calculator_intermediates/classes-full-debug.jar] Error 41"
Please help me out, If i am missing out something. Btw., I have tried the pre-built binaries and they are working fine.
Best regards,
Rakesh.M