Hi,
I am trying to compile and run some of the example projects provided by Lyrtech (like SwitchesAndLeds) but for everything (except the simple "HelloWorld") I am getting the following error messages:
[main.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -fr"C:/Lyrtech/PADK/dsp/examples/SwitchesAndLeds/Debug" -i"C:/Lyrtech/PADK/dsp/api" -i"C:/CCStudio_v3.3/C6000/csl_C672x/dsp/inc" -i"C:/CCStudio_v3.3/C6000/csl_C672x_intc/dsp/inc" -d"_DEBUG" -mv67p -@"Debug.lkf" "main.c"
[Linking...] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
<Linking>
undefined first referenced
symbol in file
--------- ----------------
_CSL_chipInit C:\\Lyrtech\\PADK\\dsp\\examples\\SwitchesAndLeds\\Debug\\main.obj
_CSL_i2cGetHwStatus C:\\Lyrtech\\PADK\\dsp\\lib\\PADK.lib
_CSL_i2cHwSetup C:\\Lyrtech\\PADK\\dsp\\lib\\PADK.lib
_CSL_i2cClose C:\\Lyrtech\\PADK\\dsp\\lib\\PADK.lib
_CSL_i2cHwSetupRaw C:\\Lyrtech\\PADK\\dsp\\lib\\PADK.lib
_CSL_i2cInit C:\\Lyrtech\\PADK\\dsp\\lib\\PADK.lib
_CSL_i2cHwControl C:\\Lyrtech\\PADK\\dsp\\lib\\PADK.lib
_CSL_i2cOpen C:\\Lyrtech\\PADK\\dsp\\lib\\PADK.lib
>> error: symbol referencing errors - './Debug/SwitchesAndLeds.out' not built
>> Compilation failure
Build Complete,
2 Errors, 0 Warnings, 0 Remarks.
I am using CCS v.3.3 with latest C672x Chip Support Libraries, the emulator is JTAG XDS510 Plus from Spectrum Digital. I also modified the padk.cmd file and set the environmental vars correctly. Could anyone help me with this problem?
All the best,
Marcin