hello TI-friends,
As I use multi-core CPU, I can compile by "make -s sys_all" and I found that only one core is used. To speedup and use all core to compile. I use "make -s -j 4 sys_all" and I got following messages,
/home/Projects/TI-8168/DVRRDK_04.00.00.03/DVRRDK_04.00.00.03_evm_test/ti_tools/linux_lsp/uboot/u-boot-dvr-rdk/include/flash.h:36:14: error: 'CONFIG_SYS_MAX_FLASH_SECT' undeclared here (not in a function)
make[4]: *** [hello_world.o] Error 1
make[3]: *** [examples/standalone] Error 2
make[2]: *** [uboot_build] Error 2
make[1]: *** [uboot] Error 2
make: *** [uboot] Error 2
make: *** Waiting for unfinished jobs....
do you have any idea ??