humlium / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

Error to build android filesystem when builing SGX kernel modules #149

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. make TARGET_PRODUCT=beagle OMAPES=3.x
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Ubuntu 11.10

Please provide any additional information below.

  CC [M]  /home/wflee/projects/beagleboard/TI_Android_GingerBread_2_3_4Sources/hardware/ti/sgx/eurasiacon/binary2_omap_android_release/target/kbuild/services4/srvkm/devices/sgx/sgxinit.o
cc1: warnings being treated as errors
/home/wflee/projects/beagleboard/TI_Android_GingerBread_2_3_4Sources/hardware/ti
/sgx/eurasiacon/binary2_omap_android_release/target/kbuild/services4/srvkm/devic
es/sgx/sgxinit.c: In function 'SGXDumpDebugInfo':
/home/wflee/projects/beagleboard/TI_Android_GingerBread_2_3_4Sources/hardware/ti
/sgx/eurasiacon/binary2_omap_android_release/target/kbuild/services4/srvkm/devic
es/sgx/sgxinit.c:978: error: format '%X' expects type 'unsigned int', but 
argument 2 has type 'long unsigned int'
/home/wflee/projects/beagleboard/TI_Android_GingerBread_2_3_4Sources/hardware/ti
/sgx/eurasiacon/binary2_omap_android_release/target/kbuild/services4/srvkm/devic
es/sgx/sgxinit.c:996: error: format '%X' expects type 'unsigned int', but 
argument 2 has type 'long unsigned int'
make[5]: *** 
[/home/wflee/projects/beagleboard/TI_Android_GingerBread_2_3_4Sources/hardware/t
i/sgx/eurasiacon/binary2_omap_android_release/target/kbuild/services4/srvkm/devi
ces/sgx/sgxinit.o] Error 1
make[4]: *** 
[_module_/home/wflee/projects/beagleboard/TI_Android_GingerBread_2_3_4Sources/ha
rdware/ti/sgx/eurasiacon/binary2_omap_android_release/target/kbuild] Error 2
make[3]: *** [kbuild] Error 2
make[2]: *** [build] Error 2
make[2]: Leaving directory 
`/home/wflee/projects/beagleboard/TI_Android_GingerBread_2_3_4Sources/hardware/t
i/sgx/eurasiacon/build/linux2/omap_android'
make[1]: *** [buildkernel] Error 2
make[1]: Leaving directory 
`/home/wflee/projects/beagleboard/TI_Android_GingerBread_2_3_4Sources/hardware/t
i/sgx'
make: *** [sgx] Error 2

Original issue reported on code.google.com by gwflee on 18 Jan 2012 at 9:27

GoogleCodeExporter commented 8 years ago
Sorry it should "make TARGET_PRODUCT=beagleboard OMAPES=3.x

Original comment by gwflee on 18 Jan 2012 at 9:29

GoogleCodeExporter commented 8 years ago
For more specific, I'm using TI_Android_GingerBread_2_3_4Sources.tar.gz which 
is downloaded from TI website, "processors.wiki.ti.com"

Original comment by gwflee on 18 Jan 2012 at 9:49