I'm struggling with code migration from 6410 to 6424 for the last 3 days and I'm not even close. I'm trying to build the c6424_evm_uart_st_sample.prj project. First I was stuck with the compilation because of I had CCS 3.1 still installed on my computer. After uninstalling it and trying different combinations of XDC/BIOS/Code Gen Tools and changing DOS variables I got it to compile but now I'm getting bunch of linker errors like this:
>> error: symbol trace$buf is defined multiple times:
C:\CCStudio_v3.3\pspdrivers_1_10_03\packages\ti\sdo\pspdrivers\system\c6424\bios\evm6424\uart\build\xdcconfig\package\cfg\c6424_evm_uart_st_sample_x64Pcfg.o64P and C:\\CCStudio_v3.3\\pspdrivers_1_10_03\\packages\\ti\\sdo\\pspdrivers\\system\\c6424\\bios\\evm6424\\uart\\build\\Debug\\c6424_evm_uart_st_samplecfg.obj
>> error: symbol _BIOS_init is defined multiple times:
C:\CCStudio_v3.3\pspdrivers_1_10_03\packages\ti\sdo\pspdrivers\system\c6424\bios\evm6424\uart\build\xdcconfig\package\cfg\c6424_evm_uart_st_sample_x64Pcfg.o64P and C:\\CCStudio_v3.3\\pspdrivers_1_10_03\\packages\\ti\\sdo\\pspdrivers\\system\\c6424\\bios\\evm6424\\uart\\build\\Debug\\c6424_evm_uart_st_samplecfg.obj
My configuration is: CCS 3.3.82.13, BIOS 5.33.06, Code Gen Tools 6.0.8, XDC 3.00.06
Any help would be appreciated.
Thanks - Alex