I generated C code from a Matlab-Simulink model (In Matlab help is "Parametric Audio Equalizer"
-> "Task 6 - Integrate Device Drivers" -> "Configuration C") with a "Target Preferences" module
for a "OMAP_L138/C6748 EVM" Board with a "OMAP138" Processor.
With the Incremental Build option (Simulink), the Code Composer Studio project is generated,
compilated, but when is linking I get this error in Simulink and CCS:
SIMULINK:
The call to idelink_ert_make_rtw_hook, during the exit hook generated the following error:
Error while building the project.
The build process will terminate as a result.
CCS:
[Linking...] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -@"CustomMW.lkf"
<Linking>
undefined first referenced
symbol in file
--------- ----------------
_PMI_getModuleState C:/CCStudio_v3.3/bios_5_33_06/packages/ti/bios/lib/bios6748.a674<pwrm_set674.o674>
_PMI_setModuleState C:/CCStudio_v3.3/bios_5_33_06/packages/ti/bios/lib/bios6748.a674<pwrm_set674.o674>
__PWRM_CAPSMASK C:/CCStudio_v3.3/bios_5_33_06/packages/ti/bios/lib/bios6748.a674<pwrm_set674.o674>
error: unresolved symbols remain
error: errors encountered during linking; "audioworkflow_devdrivers.out" not built
Compilation failure
Build Complete,
1 Errors, 0 Warnings, 0 Remarks.
Thanks