Dear yang:
I meet the same problem like you. when I run gmake, it breaks as list below
f "common.h")
"/root/CodeSourcery/Sourcery_G++_Lite/arm-none-linux-gnueabi/libc/usr/include/libio.h", line 489: error #20: identifier "__gnuc_va_list" is undefined
"/root/CodeSourcery/Sourcery_G++_Lite/arm-none-linux-gnueabi/libc/usr/include/libio.h", line 491: error #20: identifier "__gnuc_va_list" is undefined
"/root/CodeSourcery/Sourcery_G++_Lite/arm-none-linux-gnueabi/libc/usr/include/stdio.h", line 347: error #20: identifier "__gnuc_va_list" is undefined
"/root/CodeSourcery/Sourcery_G++_Lite/arm-none-linux-gnueabi/libc/usr/include/stdio.h", line 352: error #20: identifier "__gnuc_va_list" is undefined
"/root/CodeSourcery/Sourcery_G++_Lite/arm-none-linux-gnueabi/libc/usr/include/stdio.h", line 355: error #20: identifier "__gnuc_va_list" is undefined
"/root/CodeSourcery/Sourcery_G++_Lite/arm-none-linux-gnueabi/libc/usr/include/stdio.h", line 366: error #20: identifier "__gnuc_va_list" is undefined
>> Compilation failure
gmake[1]: *** [package/cfg/bin/ti_platforms_evmTI816X/app_local_pe674.oe674] Error 1
gmake: *** [/home/ccn/codecexample/examples/ti/sdo/ce/examples/apps/video_copy,.dlls] Error 2
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/home/ccn/codecexample/examples/ti/sdo/ce/examples/apps/video_copy'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/home/ccn/codecexample/examples/ti/sdo/ce/examples/apps'
gmake: *** [apps] Error 2
Can you help me how you resolve it?
Thanks