Part Number: TMS320F280049C
Other Parts Discussed in Thread: C2000WARE
I want to create ELF Output format instead of legacy OFF. I tried to use Existing example project.just change only Output Format to ELF. after that compile the code. it shows below error.
<Linking>
undefined first referenced
symbol in file
--------- ----------------
F28x_usDelay ./f28004x_sysctrl.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "sci_ex1_echoback.out" not built
>> Compilation failure
makefile:152: recipe for target 'sci_ex1_echoback.out' failed
gmake[1]: *** [sci_ex1_echoback.out] Error 1
makefile:148: recipe for target 'all' failed
gmake: *** [all] Error 2