DSPRelated.com

Program jump to funny location - Creating Linker Command File

Started by #JONATHAN SANITO# in Code-Composer Studio21 years ago 5 replies

Hi, I am using TMS320C6000, C6711 DSK, with CCS v2.0 I am Writing a program that used some C library functions...

Hi, I am using TMS320C6000, C6711 DSK, with CCS v2.0 I am Writing a program that used some C library functions (fopen/fclose, etc) I've experienced my program just jump to a funny location with NOPs. Does anyone experienced it before? A friend (Rajeev) suggest th


Code Composer Studio - Load Failed

Started by jero...@cdr.hutchinson.fr in Code-Composer Studio19 years ago 1 reply

When trying to load the program (in Microprocessor mode) I got the following message "Load Failed. A section of your program fails into a...

When trying to load the program (in Microprocessor mode) I got the following message "Load Failed. A section of your program fails into a memory region that is not writable. Check your linker configuration and/or memory map." I've changed nothing, my code is the same as before and it has been working fine until now. Can someone help me ? Hardware : eZdsp


Re: [c6x] DSP/BIOS II

Started by Paul Kamphuis in Code-Composer Studio23 years ago

Thomas, you should create a secondaty linker command file (let say test.cmd) The first thing to do in this command file is...

Thomas, you should create a secondaty linker command file (let say test.cmd) The first thing to do in this command file is including the command file generate by DSP/BIOS. using -l file.cmd followed by your user specified memory sections.


Re: [c54x] Unable to load code to extended memory using JTAG! Help!

Started by Jeff Brower in Code-Composer Studio21 years ago

Ismail- Thanks for your help. We had a few problems, but the main thing turns out to be that CCS hates linker .cmd file page...

Ismail- Thanks for your help. We had a few problems, but the main thing turns out to be that CCS hates linker .cmd file page numbers above 1. For example, in the partial C5416 .cmd file example below, using "PAGE 2", "PAGE 3", etc. is sudden death: CC


CCS 2.10.0 output filenames are truncated to short [DOS] name

Started by Steve Thornhill in Code-Composer Studio22 years ago 4 replies

I've just updated from CCS 1.20 to 2.10 My development environment is WIN 98 and a DSK6711 When I compile example programs my...

I've just updated from CCS 1.20 to 2.10 My development environment is WIN 98 and a DSK6711 When I compile example programs my output filenames are truncated to short (DOS) formats. Compiling slicecfg_c.c outputs slicec~1.obj. The linker then fails with a can't open file error.


biosi.a62 error while linking.

Started by phate84 in Code-Composer Studio16 years ago 1 reply

after setting by DSP (c6711) bios and launching compile, i receive an erro during linking: XXXcfg.cmd, line84: can't find input file...

after setting by DSP (c6711) bios and launching compile, i receive an erro during linking: XXXcfg.cmd, line84: can't find input file "biosi.a62". I've tryiedto copy the file in the linker folder but is always the same error... could someone help me? Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti....


A simple but important problem???????????????

Started by ahma...@yahoo.com in Code-Composer Studio16 years ago 3 replies

Dear group 1-In Code composer when I change the init model method in linker tab of build option from "run time initialization" to "load time...

Dear group 1-In Code composer when I change the init model method in linker tab of build option from "run time initialization" to "load time initialization" at the load time of my .out file to DSP, it shows the data verification error on ".idata0" section while this section is not defined in my cmd file and map file. in the "run time auto initialization" load action is done correctly. What is t...


error: system error, can't open file '/.obj' for input: No such

Started by chjc...@nor.co.kr in Code-Composer Studio17 years ago

I can find out the obj files in the directory where Debug.lkf tells where they are.. but Linker only fails to find out them.. the message...

I can find out the obj files in the directory where Debug.lkf tells where they are.. but Linker only fails to find out them.. the message is ************************************* > > ddr2.cmd: error: system error, can't open file '/.obj' for input: No such file or directory > > Compilation failure Build Complete, 2 Errors, 0 Warnings, 0 Remarks. ****


Re: error: system error, can't open file '/.obj' for input: No such

Started by Jeff Brower in Code-Composer Studio17 years ago

CHJ Choi- > I can find out the obj files in the directory where Debug.lkf tells where > they are.. but Linker only fails to find out...

CHJ Choi- > I can find out the obj files in the directory where Debug.lkf tells where > they are.. but Linker only fails to find out them.. > the message is > ************************************* > > > > ddr2.cmd: error: system error, can't open file '/.obj' for input: No such > file or directory /.obj is not a valid filename path. My guess is that e


Warning about stack and sysmem in linker...need help!]

Started by c_19...@hotmail.com in Code-Composer Studio16 years ago

i run a program about read a .dat file and display it on stdout... but when rebuild the program this is the warning that occur : > > ...

i run a program about read a .dat file and display it on stdout... but when rebuild the program this is the warning that occur : > > c5416dsk.cmd, line 87: warning: fill value for SECTION '.sysmem' truncated to 4 bytes: 0x0000DEAD > > c5416dsk.cmd, line 88: warning: fill value for SECTION '.stack' truncated to 4 bytes: 0x00


load time and run time memory

Started by deep...@ti.com in Code-Composer Studio16 years ago 4 replies

hi i tried to run my code from different memory location from that of load address using load and run commands in linker command file.but the...

hi i tried to run my code from different memory location from that of load address using load and run commands in linker command file.but the program halts when it branches out to run time address since the code is not found in run time address,is there any way to copy code from load time address to run time address. /*part of .map file*/ .deepth1 0 80000420 00000020 RUN ADDR = 6...