Post Go back to editing

Porting Project from VisualDSP to CrossCore, Receiving Linker Error cc3089

Hello,

I am porting a VisualDSP Project to CrossCore Embedded Studio. I used the CrossCore import VisualDSP Project

method. When I now want to build the project it throws out the Linker Error: "cc3089: fatal error: Link Failed".

Under VisualDSP it worked.

I was first using a custom ldf File. Changing this to the automated generated ldf File, that CrossCore gives me for

the Blackfin 527 did not help.

When I create just a blank Project with the Crosscore BF527 ldf File everything works fine. Only after adding my

own source files does the problem appear.

When looking at the linker_log.xml it says:

<?xml version="1.0" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="file:///C:/Analog Devices/CrossCore Embedded Studio 1.0.1/System/linker_log.xsl"?>
<DOCUMENT gen_time='Thu Feb 14 12:34:06 2013
'>
<MSG id='01FF7BD8' mid='li1030' type='Error' >
<TEXT><![CDATA[Can not open input file 'app_startup.doj'.]]></TEXT>
</MSG>
<MSG id='0204DB78' mid='li1032' type='Error' >
<TEXT><![CDATA['.\.' is not a valid input file.]]></TEXT>
</MSG>
<MSG id='020898A0' mid='li1030' type='Error' >
<TEXT><![CDATA[Can not open input file 'app_cplbtab.doj'.]]></TEXT>
</MSG>
</DOCUMENT>

Both "app_startup.doj" and "app_cplbtab.doj" are compiled and can be opened in the Editor.


Some further Info on used Soft- and Hardware:
- VisualDSP++ 5.0 Update 10 tool chain
- CrossCore Embedded Studio 1.0.1.0 Tool Version : 6.0.2.28
- Processor: ADSP-BF527 with 16Mbit of external Flash Memory connected (via SPI-Interface)

Maybe you can point something out to help me track the problem down. If you need further Information, please let me now.

Sincerley,

Robert

Parents Reply Children
No Data