Hi I hope this is the right place to post this could not find a forum for EZSDK
I am trying to rebuild the EZSDK as described in the doc:Software developers guide
After typeing the command : make componets I get this error:
function 'traps':
scripts/basic/fixdep.c:377: warning: incompatible implicit declaration of built-in function 'fprintf'
scripts/basic/fixdep.c:377: error: 'stderr' undeclared (first use in this function)
scripts/basic/fixdep.c:379: warning: incompatible implicit declaration of built-in function 'exit'
make[2]: *** [scripts/basic/fixdep] Error 1
make[1]: *** [scripts_basic] Error 2
make[1]: Leaving directory `/home/jdionne/ti-ezsdk_dm816x-evm_5_03_01_15/board-support/linux-2.6.37-psp04.00.01.13.patch2'
make: *** [linux] Error 2
does anyone know what this means and how to fix it? did the EZSDK not install correctly?