Other Parts Discussed in Thread: CCSTUDIO
Hi.
I took over the project.
The project is made with Code Composer Studio 3.1.
I have newly installed the Code Composer Studio 3.3 PLA.
I have 2 compile errors.
I need to install any other tools or header files ?
(1)
[main.c] "C:\CCStudio_v3.3PLA\C5500\cgtools\bin\cl55" -g -q -fr"./Debug" -fs"./Debug" -ft"./Debug" -fb"./Debug" -ff"./Debug" -i"C:/CCStudio_v3.3PLA/C5500/dsplib/include" -d"_DEBUG" -d"CHIP_5502" -d"SET_S01" -d"SYNC_LEDD" -ml -v5502 -@"Debug.lkf" "main.c"
"main.c", line 264: error: identifier "CLKMD0" is undefined
"main.c", line 264: error: struct "<unnamed>" has no field "clkmd0"
(2)
[Uart_DMAcfg.s55] "C:\CCStudio_v3.3PLA\C5500\cgtools\bin\cl55" -g -q -fr"./Debug" -fs"./Debug" -ft"./Debug" -fb"./Debug" -ff"./Debug" -i"C:/CCStudio_v3.3PLA/C5500/dsplib/include" -d"_DEBUG" -d"CHIP_5502" -d"SET_S01" -d"SYNC_LEDD" -ml -v5502 -@"Debug.lkf" "Uart_DMAcfg.s55"
"Uart_DMAcfg.s55", ERROR! at EOF: [E0300] The following symbols are undefined:
1 Assembly Error, No Assembly Warnings
_CLK_TSSR_REG
Thanks in advance.