DSPRelated.com

More Visual Linker Bugs

Started by Anonymous in Code-Composer Studio25 years ago 2 replies

Hi I used the new "fantastic" Visual Linker to link my project files, but my program did not work properly. I tried to use the...

Hi I used the new "fantastic" Visual Linker to link my project files, but my program did not work properly. I tried to use the Legacy Linker instead and now it looks like the program is working. As far as I can see the Visual Linker does not include all sections from


DSP/BIOS II

Started by Thomas Schwere in Code-Composer Studio26 years ago 1 reply

Hi all, If I create a DSP/BIOS configuration file, the code composer also generates a linker command file. I have some user...

Hi all, If I create a DSP/BIOS configuration file, the code composer also generates a linker command file. I have some user specific memory section which I add manually into the linker command file. If I change the DSP/BIOS configuration file, the linker command file will also


Visual linker bug

Started by Anonymous in Code-Composer Studio25 years ago

Hi I have discovered a bug in the new Visual Linker (I guess this is no big supprise!). If I drag all variable sections over to...

Hi I have discovered a bug in the new Visual Linker (I guess this is no big supprise!). If I drag all variable sections over to the memory in one go the Visual Linker places the .stack section and the .sysstack section inside the .bss section. I have to place the variable


Linker accepts only 7 library search directories - what to do ?

Started by greg...@yahoo.com in Code-Composer Studio19 years ago

I'm using CCS 2.2. I split my project into several libraries to achieve better modularity. But afterwards linker started to report an error about...

I'm using CCS 2.2. I split my project into several libraries to achieve better modularity. But afterwards linker started to report an error about too manu -i options used ( library search directories ). I was able to solve the problem but I run into other problem - my specific cmd file ( linker command file ) didn't work correctly any more. I specify in it, in which memory to put specific sectio...


Re: [c6x] Simulink Upsampling & C6713DSK

Started by Bhooshan Iyer in Code-Composer Studio20 years ago

Sven-- On 6/20/06, Sven Jaborek wrote: > > Am Dienstag, den 20.06.2006, 14:32 +0200 schrieb bogdan: > > > Check your > > ...

Sven-- On 6/20/06, Sven Jaborek wrote: > > Am Dienstag, den 20.06.2006, 14:32 +0200 schrieb bogdan: > > > Check your > > linker configuration and/or memory map > > ever thought of doing this? > You mean people actually do this? --Bhooshan


follow-up to sample_input/output question

Started by m_st...@hotmail.com in Code-Composer Studio16 years ago 1 reply

Thanks for the reply, Jeff. I believe that this is a CSS problem, as somebody has posted about the same problem before (can't find the link now)...

Thanks for the reply, Jeff. I believe that this is a CSS problem, as somebody has posted about the same problem before (can't find the link now) and fixed it by changing some linker settings in CCS. Here's an example of the code that doesn't work: //sine8_intr.c Sine generation using 8 points, f=Fs/(# of points) //Comm routines and support files included in C6xdskinit.c short lo...


RE: Re: Execution never reaches the 'main' function unless I do several

Started by Timothy Fosdike in Code-Composer Studio20 years ago

> > By my understanding, the _auto_init function initializes C++ objects > > that have been statically allocated (compiled in). The...

> > By my understanding, the _auto_init function initializes C++ objects > > that have been statically allocated (compiled in). The other functions > > are initializing data memory segments such as .data and .bss. > Don't recall exactly about .data section, but TI linker never initializes > .bss, unless vars declared there were explicitly initialized. I thought that the .bss segment was


Preprocessor in CCS

Started by bell...@hotmail.com in Code-Composer Studio20 years ago

Hi, I need to do the following project building steps in the given order: 1 - Call the C preprocessor 2 - Call "my own program" for...

Hi, I need to do the following project building steps in the given order: 1 - Call the C preprocessor 2 - Call "my own program" for additional preprocessing 3 - Call the compiler 4 - Call the linker Steps 1, 3 and 4 are automatic in CCS. But is there a way to break the building execution so I can insert my own step 2? There are flags in CCS to generate a .pp output from the preproce...


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

Started by chjc...@nor.co.kr in Code-Composer Studio20 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 Studio20 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


code composer (error in build)

Started by cyri...@gmail.com in Code-Composer Studio19 years ago

hi. i need help regarding the build function of code composer. when i compile my program, it does not have any errors or warnings. but when i try...

hi. i need help regarding the build function of code composer. when i compile my program, it does not have any errors or warnings. but when i try to build it, it does not build successfully. instead, it shows the following message: ----------------------------- iirnew.pjt - Debug ----------------------------- Warning: The project has no cmd file while the Text Linker is selected "c:\ti\c540...


linker problem to object code

Started by DRen...@dynamiccontrols.com in Code-Composer Studio19 years ago

I have the same problem you had in 2003 Gloria, what was the solution? Cheers Dave > > TI1060_3: error: can't open file MOTO.obj for...

I have the same problem you had in 2003 Gloria, what was the solution? Cheers Dave > > TI1060_3: error: can't open file MOTO.obj for input Build Complete, 1 Errors, 0 Warnings, 0 Remarks.


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

Started by c_19...@hotmail.com in Code-Composer Studio18 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


biosi.a62 error while linking.

Started by phate84 in Code-Composer Studio18 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....


load time and run time memory

Started by deep...@ti.com in Code-Composer Studio18 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...


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

Started by ahma...@yahoo.com in Code-Composer Studio18 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...


Inserting a binary file in the COFF file

Started by vanc...@yahoo.ca in Code-Composer Studio17 years ago

Hi there, I want to include a binary file as "data" not code in my COFF .out image. How can I do this using linker command...

Hi there, I want to include a binary file as "data" not code in my COFF .out image. How can I do this using linker command file? Thanks Van _____________________________________


.const section TMS320C2000

Started by Egner, Uwe / L-EE in Code-Composer Studio21 years ago

Hello, For a new project I need a .const section with the TMS320LF2407A. According to the compiler's user's guide the linker command...

Hello, For a new project I need a .const section with the TMS320LF2407A. According to the compiler's user's guide the linker command file must be changed and the runtime-support-library must be rebuild with CONST_COPY set to 1. I think I have followed the instructions. In the map-file there is a .const section but the variables aren't initialized cor


Code Composer Studio - Load Failed

Started by jero...@cdr.hutchinson.fr in Code-Composer Studio21 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


1.2 - 2.2 Migration

Started by Curlinou in Code-Composer Studio21 years ago

Hello all I'm trying the evaluation version of CCS 2.2. I worked berfore with CCS 1.2. I have a problem with the...

Hello all I'm trying the evaluation version of CCS 2.2. I worked berfore with CCS 1.2. I have a problem with the linker. Let me explain it with this example .align 2 myvar1 .usect "myvars",1 myvar2 .usect "myvars",2,,1