Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).
Search Results for "linker"
Post a new Thread
sureshsureddi - Jan 21 2003
Hello All,
I'm working on DSP56F807 EVM.While trying to link my
application with codec G726 library i'm getting following linker
errors.Could ano one help me in r... 
guse...@rambler.ru - Oct 12 2005
Maybe you use DSP56F805?
Then if you work with Metrowerks CodeWarrior there is file in project named linker.cmd (one file for each tagret). This file tells the linker how to m... 
Glenn John Kessler - Oct 24 2001
I am programming to the DSP56801 and have run out of resources. I
get a segment overload error from the linker (.xIntRam). What I
would like to do is locate some of... 
Vishal sen Gupta - Sep 17 2002
hi
I have installed the embedded sdk along with dSP56858EVM. I opened
the codec.mcp project. I was able to build the project sucessfully
but didn't find the de... 
- Jun 29 2004
HEllo all,
I try to get a gcc assembler / linker for the DSP 563xx family. Do someone
know one??
with regards tom
... 
arcanebusa - Nov 6 2003
Hello,
I'm in the process of re-writing my application without the SDK, and
am getting a linker error:
Link Error : Undefined : "ARTDIVS32UZ"
Referenced f... 
alberto_reit - Oct 15 2004
hallo to all,
does anyone know how to lock the linker file .cmd? I'm using cw 6.0
and PE, every time I try to build the project the PE overwrite my
linker f... 
Peter Becher - Jul 20 2005
Hi All,
Is there a way to use values from the linker.cmd file in a C program?
Such as the .xStack ORIGIN and LENGTH values.
Thanks,
Pete
... 
bmbmz123 - May 11 2004
Hello,
My sw has overflowed pFlash1 memeory, and I want to put sw in pFlash2.
Currently, I have already placed some constant strings in pFlash2,
using the link... 
Christian Brauchli - Oct 4 2002
Hi,
1. For my application I need to have the main() routine allways linked to the
same address in my P-Flash (for example 0x0086). Does anybody have an idea how ... 
Dobsik Lubomir-RC085C - May 15 2003
Hi all,
indeed, Peter described what happens and he's right - the CW *doesn't* check if
your data exceed the size of pFlash. The thing it actually does is that it ... 
bmbmz123 - Oct 29 2003
Hello all,
I need your help, since I am unfamiliar with the linker, nor could I
understand its behaviour from the SDK.
I am using internal RAM for data vari... 
horba77 - Jul 30 2003
Hello,
I'm trying to build a stand-alone application that processes a lot of
data that has to be stored in external data memory. I plan on using
about 4MB of exte... 
christian_rosnoblet - Oct 15 2004
Hello
I need more than the 4K of X.RAM of my DSP56F807, I'd like to use
P.RAM in the program memory.
- What is the used of this RAM? Can I use a part of it ... 
wjschint - Jun 20 2003
I want to link in an interrupt vector table (written in C). I assume
I need to create a special section - starting at 0x4 or what ever,
and then link the table at t... 
Pete Becher - May 13 2003
Hi All,
I thought I would post this so others might avoid the problems I was
having.
CodeWarrior linker does not do any checking to see if your code is
ov... 
Steve Holle - Mar 29 2005
Use
asm("nop;nop;nop;");
At 04:30 AM 3/29/2005, nupur agarwal wrote:
>hi all
>I am working on ADSP21061 .I am a new user of VDSP.I have written my
>program in simp... 
Steve Holle - Mar 29 2005
Use
asm("nop;nop;nop;");
At 04:30 AM 3/29/2005, nupur agarwal wrote:
>hi all
>I am working on ADSP21061 .I am a new user of VDSP.I have written my
>program in simp... 
Steve Holle - Mar 29 2005
Use
asm("nop;nop;nop;");
At 04:30 AM 3/29/2005, nupur agarwal wrote:
>hi all
>I am working on ADSP21061 .I am a new user of VDSP.I have written my
>program in simp... 
Steve Holle - Mar 29 2005
Use
asm("nop;nop;nop;");
At 04:30 AM 3/29/2005, nupur agarwal wrote:
>hi all
>I am working on ADSP21061 .I am a new user of VDSP.I have written my
>program in simp... 
sudamekedar - Aug 29 2003
hi,
I have developed a program for my DSP56f807evm board.
when i run that program on external RAM it runs fine, but when i try
to run it on Flash it gives link... 
fred...@hotmail.com - Aug 5 2005
Hi,
The only thing you have to do is to modify your linker command file.
In your linker file add those two lines
* (.const.data.char)
* (.const.data)
to sect... 
Art Johnson - Sep 18 2002
You can use the Flash target without any changes. Although the Linker Command
File "linker.cmd" states that:
"# Linker.cmd file for DSP56803EVM/DSP56805EVM
# usin... 
Mariano Filippa - Jan 10 2004
I've been having a strange problem with the linker. I don't know if its a bug or
it's just me. I been checking this for days and couldn't find the problem.
I've ... 
jamessconnors - Apr 22 2004
I am running the following code in two different projects, both load
the same libraries.
UWord32 temp;
Frac32 temp_32;
temp = 123000;
temp_32 = FRAC3... 
mark...@bish.net - Dec 14 2005
I have a nasty problem where when I emulate everything works great but
when I run out of flash it blows up. I've narrowed the problem down to
some .asm files I have inc... 
Barr...@BT - Apr 27 2004
I've got a copy of the old G563c version 1.29 dated 09-02-97.
Was this the last release ?
Metroworks DSP56300_Tools.exe only contains Assembler, Linker
and simula... 
Nitin Madhukar Yewale - Oct 13 2002
Hi,
I am using codewarrior for firmware development of 56F827. I
want to use Quad timers and TOD so for that I have modifed appconfig.h
file.
#define INCLUDE... 
- Oct 7 2003
I read somewhere that it was possible to increase the boot ROM from 2k to
4k in the linker.cmd file but I have since misplaced that info.
Any ideas?
... 
Roger Flor - Dec 7 2002
Hello!
How do I switch to Mode 0B and EX = 0 mode? Is it done in the linker command
file?
Thanks in advance.
Roger
... 
ra - Sep 22 2004
Hello again
The previously posted advice works fine for non-string data, and by
defining a separate linker section one can place constants in P-ROM:
in the ... 
Corey, Rick - May 3 2005
-----Original Message-----
From: processor_expert [mailto:processor_expert@proc...]
Sent: Tuesday, May 03, 2005 6:11 AM
To: motoroladsp-owner@moto...
Subject: Re: ... 
Jacob Christ - Nov 14 2002
It appears that you can change the alingment boundary in the linker
by using the . = ALIGN(bytes) command. This would require that you
create a special section for ... 
Art Johnson - Dec 9 2002
Hi Roger,
Here's how we do that sort of thing here (an example from one of our products,
in the "linker.cmd" file). This example is for an '807 chip and external... 
Art Johnson - Nov 25 2002
Hi Nitin,
Attached is your "linker.cmd" file, modified to put the strings into P memory.
The changes are shown below.
In the MEMORY section:
.pFlash2 (RX)... 
Bende Georg - May 19 2003
You have to follow these steps:
U set the target to "FLASH" in the IDE (now you should see "RAM")
Go to the settings window, select "Debugger/M56800 target settings... 
metrowerks - Dec 11 2001
>I run my software and it works
>great in ExtRam but will not run under Flash. I traced a big
problem back
>to sprintf calls. Any time I try to call that it blows... 
jack...@motec.com.au - Apr 1 2005
I'm about to start development on a new product using the 56F8323, and I would prefer not to work within the CodeWarrior and Processor Expert environment.
Are there any ... 
Michael Hodges - Jun 17 2002
Hello,
I have started using the 56F826 EVM and am still getting to grips with
Codewarrior and the SDK.
When I compile the Codec example using external memory i... 
Hong Ye - Sep 8 2003
CodeWarrior IDE for DSP56800 doesn't reqire a post-linker, so you can only choose "None" in the target settings panel.
Some other build targets have post-lin... 