DSPRelated.com
Forums

Can't link on EZ Lite 21062!!!

Started by Spike October 12, 2003
When ever I try to compile anything (a DSP program in assembly or c,
doesn't matter) I get this respons:

-----------BEGIN STATUS----------- 

"C:\Program\Analog Devices\VisualDSP\cc21k" .\Debug\RMS.doj
.\Debug\benchmark.doj -proc ADSP-21062 -L .\Debug -flags-link -od ,
.\Debug -o .\Debug\RMS.dxe

[Error li2601] Memory description violates EZ-KIT license restriction
to 10K PM words for ADSP-21062; 24572 found;

[Error li 1539] The memory layout specified in linker description file
is invalid

Linker finished with 2 error(s) 0 warning(s)
cc21k: Fatal Error: Link Failed
Tool failed with exit/exception code: 1.
Build was unsuccessful.

-----------END STATUS----------- 

I somehow don't think it the program since most of the program I've
tried so far is written by Analog., must of them doesn't even contain
a linker file!. 

My memory type looks like this:
Start Address	  End Address       Memory type
0x20000               0xFFFFFF           Program (PM) Memory
0x20000               0xFFFFFFFF       Data (DM) memory
0x40000               0x7FFFF             Data (DM) short word memory.


Thanks!

//Spike
When ever I try to compile anything (a DSP program in assembly or c,
doesn't matter) I get this respons:

-----------BEGIN STATUS----------- 

"C:\Program\Analog Devices\VisualDSP\cc21k" .\Debug\RMS.doj
.\Debug\benchmark.doj -proc ADSP-21062 -L .\Debug -flags-link -od ,
.\Debug -o .\Debug\RMS.dxe

[Error li2601] Memory description violates EZ-KIT license restriction
to 10K PM words for ADSP-21062; 24572 found;

[Error li 1539] The memory layout specified in linker description file
is invalid

Linker finished with 2 error(s) 0 warning(s)
cc21k: Fatal Error: Link Failed
Tool failed with exit/exception code: 1.
Build was unsuccessful.

-----------END STATUS----------- 

I somehow don't think it the program since most of the program I've
tried so far is written by Analog., must of them doesn't even contain
a linker file!. 

My memory type looks like this:
Start Address	  End Address       Memory type
0x20000               0xFFFFFF           Program (PM) Memory
0x20000               0xFFFFFFFF       Data (DM) memory
0x40000               0x7FFFF             Data (DM) short word memory.


Thanks!

//Spike