DSPRelated.com

More Visual Linker Bugs

Started by Anonymous in Code-Composer Studio23 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


Visual linker bug

Started by Anonymous in Code-Composer Studio23 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 Studio17 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...


DSP/BIOS II

Started by Thomas Schwere in Code-Composer Studio23 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


Re: [c6x] Simulink Upsampling & C6713DSK

Started by Bhooshan Iyer in Code-Composer Studio17 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


linker problem to object code

Started by DRen...@dynamiccontrols.com in Code-Composer Studio16 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.


Code composer help

Started by Anonymous in Code-Composer Studio24 years ago 1 reply

Hi What exactly is included in the code composer tools? Assembler, linker, loader,....what else? Rewards Javier...

Hi What exactly is included in the code composer tools? Assembler, linker, loader,....what else? Rewards Javier Diaz


editing linker file .cmd - file

Started by markan_b in Code-Composer Studio21 years ago

I am working with CCS2.10 and c6711dsk I have a with creating two buffers each of 8192 bytes in Internal memory (IRAM)-->I...

I am working with CCS2.10 and c6711dsk I have a with creating two buffers each of 8192 bytes in Internal memory (IRAM)-->I always get linking problem such like: error: relocation overflow occured at address e.g. 0x00000430 in section '.text' Is it possible to c


Linker error

Started by dipesh4u in Code-Composer Studio20 years ago

Hi group, I am having this problem when I try to compile any C code in code composer studio v 2.1 ...

Hi group, I am having this problem when I try to compile any C code in code composer studio v 2.1 "c:\ti\c6000\cgtools\bin\cl6x" -@"Debug.lkf" undefined first referenced symbol in file --------- --------------


follow-up to sample_input/output question

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


Problems according to obj file

Started by gloria in Code-Composer Studio20 years ago

Hi, I'm trying to compile a project under Code Composer v2.24 (last update) and I got an error that I can?t understand. It is: ...

Hi, I'm trying to compile a project under Code Composer v2.24 (last update) and I got an error that I can?t understand. It is: [Linking...] "C:\TI\C2400\CGTOOLS\BIN\dspcl" -@"Debug.lkf" TMS320C24xx COFF Linker Version 7.04


1.2 - 2.2 Migration

Started by Curlinou in Code-Composer Studio19 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


code composer (error in build)

Started by cyri...@gmail.com in Code-Composer Studio17 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...


Inserting a binary file in the COFF file

Started by vanc...@yahoo.ca in Code-Composer Studio14 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 _____________________________________


Run time library

Started by Arius - Rick Collins in Code-Composer Studio22 years ago 1 reply

I am working on an old C31 project used with CC version 3.04 about two years ago. We are now using CC version 4.10 with code gen...

I am working on an old C31 project used with CC version 3.04 about two years ago. We are now using CC version 4.10 with code gen tools ver 5.11. When I try to build the sources the linker can't find the run time library "rts30b.lib". The engineer that set this up is no longer wit


.const section TMS320C2000

Started by Egner, Uwe / L-EE in Code-Composer Studio18 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


Linking problems when using far mode

Started by eran segev in Code-Composer Studio22 years ago 4 replies

Hi group, I'm using CC2.0 for the 5402 processor. The problem I have appear when I try to compile and link my code using -mf...

Hi group, I'm using CC2.0 for the 5402 processor. The problem I have appear when I try to compile and link my code using -mf (far mode). While linking I get this annoying warning: "linking incompatible formats: file compiled with -mf" and the linker treats this


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

Started by Timothy Fosdike in Code-Composer Studio17 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


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.


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.