Forums Search for: Linker
More Visual Linker Bugs
inHi 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
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 ?
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
inHi 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
linker problem to object code
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.
Re: [c6x] Simulink Upsampling & C6713DSK
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
Code composer help
inHi 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
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
Inserting a binary file in the COFF file
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 _____________________________________
follow-up to sample_input/output question
inThanks 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...
code composer (error in build)
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 error
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"
.const section TMS320C2000
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
Problems according to obj file
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"
Linking problems when using far mode
inHi 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
1.2 - 2.2 Migration
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
RE: Re: Execution never reaches the 'main' function unless I do several
> > 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
CCS C5000 version 2.2
inHi I have just upgraded the Code Composer Studio C5000 to version 2.2, but we have problems generating code with this new...
Hi I have just upgraded the Code Composer Studio C5000 to version 2.2, but we have problems generating code with this new version. Texas has done changes in their code generation tools (compiler,linker etc). I tried to copy the old code generation files to the new cgtools\bin
Preprocessor in CCS
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...
Run time library
inI 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