Post Go back to editing

Migrating project from VisualDsp++ to CrossCore ADSP-21363

Hello,

I need to port a VisualDSP Project to CrossCore Embedded Studio. I used the CrossCore import VisualDSP Project

method. Firstly, when I tried build the project it throws out the Linker Error: 

When I copied libraries from VisualDsp++ and added library path with this files, now I have Erorr:

<?xml version="1.0" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="file:///E:/Analog Devices/CrossCore Embedded Studio 2.4.0/System/linker_log.xsl"?>
<DOCUMENT gen_time='Mon Nov 21 01:50:44 2016
'>
<MSG id='00964E30' mid='li1032' type='Error' >
<TEXT><![CDATA['363_hdr.doj' is not a valid input file.]]></TEXT>
</MSG>
</DOCUMENT>

Maybe you can point something out to help me track the problem down. If you need further Information, please let me now. In attachment I added mine project, added libraries and ldf file, which I'm using.

 

Sincerley,

Tomasz

Parents
  • When I deleted all section of project which used it (363_hdr.doj), I receive an error:

    <?xml version="1.0" standalone="no"?>
    <?xml-stylesheet type="text/xsl" href="file:///E:/Analog Devices/CrossCore Embedded Studio 2.4.0/System/linker_log.xsl"?>
    <DOCUMENT gen_time='Tue Nov 29 16:37:42 2016
    '>
    <MSG id='039B0878' mid='li1021' type='Error' >
    <TEXT><![CDATA[The following symbols referenced in processor 'p0' could not be resolved:
    'adi_int_InstallHandler [_adi_int_InstallHandler]' referenced from 'main.doj']]></TEXT>
    </MSG>
    </DOCUMENT>

    When I commented, a section of project which use this: (adi_int_InstallHandler]), I receive an error:

    I don't even see file: ZLAII.dxe in folder Release. Please help me.

    Sincerley,

    Tomasz

Reply
  • When I deleted all section of project which used it (363_hdr.doj), I receive an error:

    <?xml version="1.0" standalone="no"?>
    <?xml-stylesheet type="text/xsl" href="file:///E:/Analog Devices/CrossCore Embedded Studio 2.4.0/System/linker_log.xsl"?>
    <DOCUMENT gen_time='Tue Nov 29 16:37:42 2016
    '>
    <MSG id='039B0878' mid='li1021' type='Error' >
    <TEXT><![CDATA[The following symbols referenced in processor 'p0' could not be resolved:
    'adi_int_InstallHandler [_adi_int_InstallHandler]' referenced from 'main.doj']]></TEXT>
    </MSG>
    </DOCUMENT>

    When I commented, a section of project which use this: (adi_int_InstallHandler]), I receive an error:

    I don't even see file: ZLAII.dxe in folder Release. Please help me.

    Sincerley,

    Tomasz

Children
No Data