Hi
I am following the procedure given at http://processors.wiki.ti.com/index.php/TI-Android-GingerBread-2.3-DevKit-1.0_DeveloperGuide to build android for my beagleboard.When i compile the source using the command
make TARGET_PRODUCT=beagleboard OMAPES=3.x -j4
it gives me an error while compiling the sgx modules as below
make -C hardware/ti/sgx ANDROID_ROOT_DIR=/home/mippas/final/TI_Android_GingerBread_2_3_Sources TOOLS_PREFIX=prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
make[1]: Entering directory `/home/mippas/final/TI_Android_GingerBread_2_3_Sources/hardware/ti/sgx'
building the sgx kernel modules...
/bin/sh: Syntax error: Unterminated quoted string
make[1]: *** [buildkernel] Error 2
make[1]: Leaving directory `/home/mippas/final/TI_Android_GingerBread_2_3_Sources/hardware/ti/sgx'
make: *** [sgx] Error 2
Pls help me out...