Hello
i included the Audio-sample-code of the psp into another project, compiling works without errors, but while Linking i get the following messages :
undefined first referenced
symbol in file
--------- ----------------
_Aic31_PARAMS C:\\CCStudio_v3.3\\MyProjects\\network _ sound\\network\\client\\evmomapl137\\debug\\audioSample_main.obj
_Aic31_init C:\\CCStudio_v3.3\\MyProjects\\network _ sound\\network\\client\\evmomapl137\\debug\\audioSample_main.obj
_Audio_PARAMS C:\\CCStudio_v3.3\\MyProjects\\network _ sound\\network\\client\\evmomapl137\\debug\\audioSample_main.obj
_Audio_init C:\\CCStudio_v3.3\\MyProjects\\network _ sound\\network\\client\\evmomapl137\\debug\\audioSample_main.obj
_Mcasp_PARAMS C:\\CCStudio_v3.3\\MyProjects\\network _ sound\\network\\client\\evmomapl137\\debug\\audioSample_main.obj
_Mcasp_init C:\\CCStudio_v3.3\\MyProjects\\network _ sound\\network\\client\\evmomapl137\\debug\\audioSample_main.obj
_Psc_ModuleClkCtrl C:\\CCStudio_v3.3\\MyProjects\\network _ sound\\network\\client\\evmomapl137\\debug\\audioSample_main.obj
_configureAudio C:\\CCStudio_v3.3\\MyProjects\\network _ sound\\network\\client\\evmomapl137\\debug\\audioSample_main.obj
and for each of these symbols something like the following error:
error: unresolved symbols remain
"audioSample_main.c", line 108: warning: relocation from function "main" to
symbol "_configureAudio" overflowed; the 31-bit relocated address 0xcffdcc60
is too large to encode in the 21-bit signed PC-Relative field (type =
'R_C60PCR21' (82), file = "C:\\CCStudio_v3.3\\MyProjects\\network _
sound\\network\\client\\evmomapl137\\debug\\audioSample_main.obj", offset =
0x00000020, section = ".text")
To me it looks like the audioSample_main.obj does not contain the information what sourcecode has to be connected with the symbols of the procedures.
( Within the original project audioSample everything works fine. i am using CCS 3.3 to program the DSP of the OMAP-L137 TMS320C6747)
Can someone guess what is causing this problem?
best regards Rico