We have been building on the ARM side of the expOMAPL138 very successfully.
Now we want to get the DSP side up and running so we built a new kernel with similuare settings as our ARM for the DSP.
When we get to the point of doing the final link we get several unresolved symbols that should be resolved.with the DSP SYSBIOS. The application is just the default for a CCS Project that has seperat SYSBIOS project. CCS version is 5.2.1.00018
Here are the errors:
<Linking>
undefined first referenced
>> Compilation failure
symbol in file
--------- ----------------
_ti_sysbios_BIOS_exit__E ./src/main.obj
_ti_sysbios_BIOS_start__E ./src/main.obj
_ti_sysbios_knl_Task_Object__create__S ./src/main.obj
_ti_sysbios_knl_Task_sleep__E ./src/main.obj
_xdc_runtime_Error_init__E ./src/main.obj
_xdc_runtime_System_printf__E ./src/main.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "DSP_Main.out" not built