PDA

View Full Version : CCS visual linker problem


scottie
12-22-2004, 09:43 AM
Hi,
I use Code Composer 2.21 and the Spectrum Digital C6416 DSK 720 MHz.
I want to use the Visual Linker but when running the New Recipe Wizard
and accepting the settings I got the following error message:


ERROR linking files for incompatible targets (library
<ccs path>\c6000\rtdx\lib\rtdx64xx.lib, member buffer1.obj)

ERROR linking files for incompatible targets (library
<ccs path>\c6000\rtdx\lib\rtdx64xx.lib, member buffer2.obj)

ERROR linking files for incompatible targets (library
<ccs path>\c6000\rtdx\lib\rtdx64xx.lib, member rtdx_mon.obj)

ERROR linking files for incompatible targets (library
<ccs path>\c6000\rtdx\lib\rtdx64xx.lib, member intr_tgt.obj)

ERROR failed to load ingredients


When using the text linker I got no problems. I also have this problem
with a nearly empty project (just the default cdb file added and an
empty main function).

Anybody got an idea?