hi,
I am trying to compile one of the example given with the tms320C6678evm CD by CCSv5
but struck with the linking error
log is as fallows
demo_evmc6678_init
<Linking>
undefined first referenced
symbol in file
--------- ----------------
CSL_CPINTC_open ./src/main.obj
CSL_intcGlobalEnable ./src/main.obj
CSL_intcGlobalNmiEnable ./src/main.obj
CSL_intcHwControl ./src/main.obj
CSL_intcInit ./src/main.obj
CSL_intcOpen ./src/main.obj
CSL_intcPlugEventHandler ./src/main.obj
error: unresolved symbols remain
error: errors encountered during linking; "../bin/DSPC8681E/demo_evm6678l.out"
not built
>> Compilation failure
gmake: *** [../bin/DSPC8681E/demo_evm6678l.out] Error 1
gmake: Target `all' not remade because of errors.
can anyone help me out to solve this
Thanks,
Ajita