DSPRelated.com

Re: R: Re: Re: Programming TMS320C6713B

Started by mikedunn in TMS320c6x15 years ago 2 replies

Paolo, On 10/29/2011 6:29 AM, Proware (tin.it) wrote: > Hi Mike, I made the test. > No warning while compiling, I just get an error while...

Paolo, On 10/29/2011 6:29 AM, Proware (tin.it) wrote: > Hi Mike, I made the test. > No warning while compiling, I just get an error while building because > there is no "main" (unsresolved _main). > I've modified the linker options to set the Code entry point to > "mystart" (-e option). > A pair of warnings remain : > > /-------------------------- LoadTest_PT.pjt - Debug > --


Does anyone know how to set the CCS V2.0

Started by ehng3 in TMS320c6x22 years ago 1 reply

Hi, Good DAy Does anyone know.....how to set the option section in the CCS V2.0? example linker option...all the...

Hi, Good DAy Does anyone know.....how to set the option section in the CCS V2.0? example linker option...all the -g.....actually this make me confuse...they got too many assumption....does any one can give some explaination in this area? Thanks for all of yo


How to get the correct LOAD address

Started by P. Meurs in TMS320c6x25 years ago 4 replies

Who can help me, I want to locate some memory sections inside an external memory at load time. But they need to run from...

Who can help me, I want to locate some memory sections inside an external memory at load time. But they need to run from internal memory. I know how to set up the linker command file, and that I need a routine which takes care of copying from externam to internal memory.


Duplicate symbol warning.

Started by Chikkam Rama Kishore in TMS320c6x25 years ago

Hey ! Often different developers give the same names either to their variables/buffers and functions. However, the linker [c6x]...

Hey ! Often different developers give the same names either to their variables/buffers and functions. However, the linker [c6x] does not even print a warning message, when it encounters these "different" variables/buffers/functions having the "same" name. Debuggin


Linker errors

Started by abarry4492 in TMS320c6x24 years ago

I have a relatively large project for a C6711 platform. I am using far calls & data (-ml3), and far RTS calls (-mr1). When it gets...

I have a relatively large project for a C6711 platform. I am using far calls & data (-ml3), and far RTS calls (-mr1). When it gets to linking, I get a couple errors such as: ERROR C60 section .far precedes .far, file c:\ti\c6000\cgtools\lib\rts6700.lib ERROR 15-bit d


Memory allocation for ".text" section

Started by rajagopalan ramamoorthy in TMS320c6x24 years ago 1 reply

Hi, I am using TMS320C6x EVM (C6200) and CCS version 1.0. In my application I am using DSP/BIOS to generate linker command ...

Hi, I am using TMS320C6x EVM (C6200) and CCS version 1.0. In my application I am using DSP/BIOS to generate linker command file. All the source files are compiled without errors individually. But when I build the project, I get the 2 following errors


C6000: C/C++ Compiler Diagnostic Messages

Started by Meidad Raz in TMS320c6x24 years ago 2 replies

Hi Can anyone direct me where can I find a more detailed explanations for the C/C++ Compiler Diagnostic Messages(i mean...

Hi Can anyone direct me where can I find a more detailed explanations for the C/C++ Compiler Diagnostic Messages(i mean error,warnings and remarks). TI has explanations for her ASM and Linker error messages in a manual : TMS320C6000 Assembly Language Tools User's guide (spru18


MEM_alloc

Started by Alexandre Freire da Silva Osorio in TMS320c6x24 years ago 5 replies

Hi, My application allocates large buffers dinamycally so it should be placed in off-chip memory. In CCS help I read about...

Hi, My application allocates large buffers dinamycally so it should be placed in off-chip memory. In CCS help I read about MEM_alloc and MEM_free and I used it in my code, but the linker doesn't recognizes these functions. Please, what is the lib that I must link to my


evm6201 error: Cannot allocate .text!!!!

Started by pooriya_s in TMS320c6x24 years ago 1 reply

Hi everybody, I am using TMS320C6201 and trying to compile a big program on it,when I want to build it all, in linker section it...

Hi everybody, I am using TMS320C6201 and trying to compile a big program on it,when I want to build it all, in linker section it says: "error: can not allocate .text" and "The output file was not built" The way that I tought that could work was that: Go to


editing linker file .cmd - file

Started by markan_b in TMS320c6x24 years ago 1 reply

I have a with creating two buffers each of 8192 bytes in Internal memory (IRAM)-->I always get linking problem such like: error:...

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 create these buffers in IRAM and if so, can som


RE: [c54x] Moving RTS code to offchip Memory

Started by Jean-Michel MERCIER in TMS320c6x23 years ago 1 reply

Nikhil S. Parvatikar wrote : > Can any body suggest me a way to move some sections of the rts.lib to the > offchip memory...

Nikhil S. Parvatikar wrote : > Can any body suggest me a way to move some sections of the rts.lib to the > offchip memory using the linker command file The easiest way is to extract the obj you want from the lib (using ar6x) and then add directly the obj


Compiler optimization, was about strip symbolic information in c6x linker

Started by Thorn, Jon in TMS320c6x23 years ago

Mos, The reason that the result of the second compile is slower is probably that the compiler is doing optimization at the file...

Mos, The reason that the result of the second compile is slower is probably that the compiler is doing optimization at the file level. Try adding the -pm option to your list along with the -o3 and see if results are not better. The -pm option allows the compiler to have


Problem in CMD File Creation for Large Memory Model (C6701)

Started by Yash Bhawsar in TMS320c6x23 years ago 2 replies

Hello All, I am trying to open a file using fopen(),fscanf() etc. on a project developed for C6701 EVM. However it seems that...

Hello All, I am trying to open a file using fopen(),fscanf() etc. on a project developed for C6701 EVM. However it seems that the memory model is small. The error I get is "error: can't allocate '.text'" Can anyone specify what is the linker command file for lar


Far Calls and Aggregate Data

Started by Brad Cadle in TMS320c6x23 years ago 5 replies

I am using Code Composer 1.2 and have noticed the following. If I have a line of code in a C file where I am placing a variable in...

I am using Code Composer 1.2 and have noticed the following. If I have a line of code in a C file where I am placing a variable in an on chip memory section and I compile a file with the compile options for far calls and aggregate data, the linker does not tell me that there is a problem.


Memory settings - Again#2 (HELP PLEASE!)

Started by tamas_harczos in TMS320c6x23 years ago

My evergreen question is: how can I adjust my memory setting so that I get more space for static variables and program space??? ...

My evergreen question is: how can I adjust my memory setting so that I get more space for static variables and program space??? (I have found the heapsize parameter in the linker parameter section, but it only helps by dynamic allocation of variables. Doesn't it?) Tam?s


CCS-Symbol referencing error..

Started by omer sahil in TMS320c6x23 years ago

hi i m compiling a C-code on CCS, i want to run it on TMS320C6711 DSK, its a error-correction technique, formulated in C...

hi i m compiling a C-code on CCS, i want to run it on TMS320C6711 DSK, its a error-correction technique, formulated in C language. the compilation is allright, the linker gives " symbol referencing error" if anyone can help me in this regard.


cannot allocate .image in SDRAM (page 0)

Started by fsc10174 in TMS320c6x22 years ago 1 reply

Hi all, Can anyone tell me how can I solve this: TMS320C6x COFF Linker Version 4.00 Copyright (c) 1996-2000 Texas...

Hi all, Can anyone tell me how can I solve this: TMS320C6x COFF Linker Version 4.00 Copyright (c) 1996-2000 Texas Instruments Incorporated >> cannot allocate .image in SDRAM (page 0) >> errors in input - img_proc.out not built Build Complete,


linker sections for RTS/

Started by Sri in TMS320c6x20 years ago 1 reply

Hi,   I want to know that how can I create user defined sections( to link at a particular location in memory) for the different RTS...

Hi,   I want to know that how can I create user defined sections( to link at a particular location in memory) for the different RTS and CSL library routines code used in my code. I know that by default all the RTS and CSL code goes into the .text section , I can modify the linking destination for whole .text section. But what is the procedure, if I


intrinsic

Started by c64addict in TMS320c6x22 years ago 2 replies

hi, i tried to use this intrinsic: _dotprsu4 but the linker complained of undefined symbol? i tried to use other...

hi, i tried to use this intrinsic: _dotprsu4 but the linker complained of undefined symbol? i tried to use other intrinsics (e.g. _abs), and it pass. am i missing something?


Annoying section and symbols shuffling in image

Started by Hugo Jacques in TMS320c6x22 years ago 1 reply

Hi all. I have noticed that if change just a little the code I compile and link, the generated section allocation map can...

Hi all. I have noticed that if change just a little the code I compile and link, the generated section allocation map can change a lot. This seems to be due to the fact the linker attempts to minimize memory fragmentation (From section 7.12.2 of SPRU186m (TMS320C6000