Sign in

username:

password:



Not a member?

Search motoroladsp



Search tips

Subscribe to motoroladsp



motoroladsp by Keywords

56303 | 563xx | 5680 | 56805 | 5680x | 56F80 | 56F800DEMO | 56F805 | 56f807 | 56F830 | ADC | Bootloader | Codec | CodeWarrior | CW5 | CW6 | Debugger | DSP56303 | DSP56303EVM | DSP563xx | DSP5680 | DSP56800 | DSP56807 | DSP56858 | DSP56858EVM | DSP56F803 | DSP56F805 | DSP56F807 | DSP56F80x | DSP56F826 | DSP56F827 | DSP56F8xx | EVM | FFT | Flash_over_jtag | GPIO | Interrupt | Interrupts | JTAG | LCD | Linker | MCF5307 | Metrowerks | Modulus | MSCAN | PCMaster | PWM | Quad | Rif | RTOS | SDK | SPI

Ads

Discussion Groups

Discussion Groups | Freescale DSPs

Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).

Search Results for "linker"

  

Post a new Thread

Linker errors with G726 codec library

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... Linker errors with G726 codec library

RE:help

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... RE:help

Linker.cmd

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... Linker.cmd

codec example in Embedded SDK for DSP56800E

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... codec example in Embedded SDK for DSP56800E

source code for assembler linker

- 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 ... source code for assembler linker

Linker Error without SDK

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... Linker Error without SDK

.cmd file lock   [2 Articles]

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... .cmd file lock

Linker.cmd values in C program   [3 Articles]

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 ... Linker.cmd values in C program

DSP56F827: Placing sw in pFlash1 and pFlash2

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... DSP56F827: Placing sw in pFlash1 and pFlash2

DSP56807: Linker Cmd File main()- function always at the same address   [5 Articles]

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 ... DSP56807: Linker Cmd File main()- function always at the same address

RE: Re: CodeWarrior linker does not check memory li mits

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 ... RE:  Re: CodeWarrior linker does not check memory li mits

Copy const data from pFlash to Ext RAM

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... Copy const data from pFlash to Ext RAM

Ex-Bit =1 in linker.cmd

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... Ex-Bit =1 in linker.cmd

Program Ram

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 ... Program Ram

Using Sections in Code Warrior for DSP56807   [2 Articles]

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... Using Sections in Code Warrior for DSP56807

CodeWarrior linker does not check memory limits   [4 Articles]

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... CodeWarrior linker does not check memory limits

Re: (unknown)   [2 Articles]

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... Re:  (unknown)

Re: (unknown)   [2 Articles]

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... Re:  (unknown)

Re: (unknown)

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... Re:  (unknown)

Re: (unknown)

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... Re:  (unknown)

Linker Error When running program on FLASH   [2 Articles]

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... Linker Error When running program on FLASH

Constant Data   [2 Articles]

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... Constant Data

RE: A question about SDK?   [2 Articles]

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... RE:  A question about SDK?

Linker and S-Records: is this a bug?

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 ... Linker and S-Records: is this a bug?

Unknown linker errors

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... Unknown linker errors

Problems with linker.cmd   [4 Articles]

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... Problems with linker.cmd

GCC for dsp56300   [2 Articles]

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... GCC for dsp56300

Quadtimer and TOD combined usage giving linker error.   [2 Articles]

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... Quadtimer and TOD combined usage giving linker error.

Increasing Boot Code

- 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? ... Increasing Boot Code

External data and program memory extension, DSP56F803   [2 Articles]

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 ... External data and program memory extension, DSP56F803

strings in p-ROM for 56F8300/E   [3 Articles]

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 ... strings in p-ROM for 56F8300/E

FW: Using address pin as GPIO on 56F805 with PE

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: ... FW: Using address pin as GPIO on 56F805 with PE

Re: Compressed characters for Metrowerks Codewarrior for DSP56F807   [2 Articles]

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 ... Re: Compressed characters for Metrowerks Codewarrior for DSP56F807

RE: Writing to external Program memory

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... RE: Writing to external Program memory

RE: Writing data directly into Program memory through linker.cmd file.

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)... RE: Writing data directly into Program memory through linker.cmd file.

AW: internal flash

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... AW:  internal flash

RE: Flash config v.s. ExtMem config

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... RE: Flash config v.s. ExtMem config

56F8323 command line tools/examples

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 ... 56F8323 command line tools/examples

link error   [4 Articles]

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... link error

Re: codewarrior postlinker   [2 Articles]

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... Re:  codewarrior postlinker
| 1 | 2 | 3 | 4 | next