Forums Search for: Linker
Linker Command File: Section Attributes
Hi (hope I don't have to answer myself this time), A simple question: How do I set the attributes of the memory areas in the...
Hi (hope I don't have to answer myself this time), A simple question: How do I set the attributes of the memory areas in the linker command file? i.e. I want the IPMEM (Internal Program Memory) to be Read & Execute only, etc. I tried: IPMEM : origin = 0x
CCS program level optimisation problems
inHi experts, Does anyone know why I get loads of errors linker errors like the following when applying program level...
Hi experts, Does anyone know why I get loads of errors linker errors like the following when applying program level optimisation (extern func/var refs) in CCS v1.20? TMS320C6x COFF Linker Version 4.00 Copyright (c) 1996-2000 Texas Instruments Incorporated &g
'creating output section' linker error for template
inHi I am trying to use a C++ template in our C6488 application code but get the following linker error: > > warning: creating output...
Hi I am trying to use a C++ template in our C6488 application code but get the following linker error: > > warning: creating output section .template without SECTIONS specification Please can someone tell me how to resolve this? BR David
program allocation problem - linker command file
inHi everyone, My cmd-file: ******************************************************************** /*C6xdsk.cmd Generic Linker...
Hi everyone, My cmd-file: ******************************************************************** /*C6xdsk.cmd Generic Linker command file*/ MEMORY { VECS: org = 0h, len = 0x220 /* 528 Byte */ IRAM: org = 0x00000220, len = 0x0000FDC0 /* 64k*/ SDRAM:
Problems when define a heap and generate sysmem section
Hi everyone, I am working on c64xx and using ccs 3.3. In the code, I need to use the malloc(), which means I need to define heap in memory. I...
Hi everyone, I am working on c64xx and using ccs 3.3. In the code, I need to use the malloc(), which means I need to define heap in memory. I tried to use the DSP/BIOS config or the linker options (Project-> Build Options-> Linker-> Basic-> Heap Size). The heap size is 0x10000. But when I check the .map file, I found, //.sysmem * 0 00011000 00000000 UNINITIALIZED My qu
$BRID section
Message I am using CCS v 2.21 with the visual linker, and have noticed that the linker generates a section called $BRID...
Message I am using CCS v 2.21 with the visual linker, and have noticed that the linker generates a section called $BRID that contains a bunch of routines from the rts library. The al
recompiling drv6x.lib
inI'm using an EVM C6701 card. I have two sections of "fast" memory on the board 64K starting at 0x0 and 64K starting at 0x80000000. What I ...
I'm using an EVM C6701 card. I have two sections of "fast" memory on the board 64K starting at 0x0 and 64K starting at 0x80000000. What I would like to do is have the linker spread code over these two sections using the >> option in the linker command file. However, our code uses the drv6x.lib. When I try to link the code I get the followin
about writing a linker command file
inHi every one, I want to write a program but I do not know if I myself should write the linker command file or not. I'm using the 6713 DSK...
Hi every one, I want to write a program but I do not know if I myself should write the linker command file or not. I'm using the 6713 DSK .& how I should know what is the size of my program so that I can use only the L2SRAM . thanks. safora
about strip symbolic information in c6x linker
inHi, all, When I use -s option(strip symbolic information) in the c6x linker under ccs2.0 I can not load the program into the...
Hi, all, When I use -s option(strip symbolic information) in the c6x linker under ccs2.0 I can not load the program into the C6203 DSP. But if I do not use -s option the program can be loaded into DSP smoothly. The error message is: "unexpected fatal error encountered whi
How to allocate a buffer in SDRAM with compound linker command file or DSP/BIOS Configuration Tool
inHi to all. I am a student and I am trying to learn using DSP with th eDSKBoard 6713. I have a problem when I declare an array ( buffer1 ) in...
Hi to all. I am a student and I am trying to learn using DSP with th eDSKBoard 6713. I have a problem when I declare an array ( buffer1 ) in SDRAM, i.e. in the section ? .my_section ?. What I have done is: #pragma DATA_SECTION(buffer1,".my_section") Int16 buffer1[500000]; Using DSP/BIOS, it creates a linker command file by default ( prova_6cfg.cmd ). To add
intrinsic
inhi, 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?
MEM_alloc
inHi, 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
symbols are defined multiple times??
inHi Bhooshan and all, I?m having a Vc++-project which contains several C files. My task is to convert these exisiting code to...
Hi Bhooshan and all, I?m having a Vc++-project which contains several C files. My task is to convert these exisiting code to run on a TI C62x. After having done the necessary modi-fications I have problems with the TI Code Composer v3 linker. When I compile the pr
Re: Fw: Re: C6727 bootloader help
HI Chandrasekhar I do think SECTION_LOAD command can load the data/code from EEPROM. The good news is, you don't need to use it. All you need...
HI Chandrasekhar I do think SECTION_LOAD command can load the data/code from EEPROM. The good news is, you don't need to use it. All you need to do is link all the sections to the internal/external memory use the linker file (.CMD). The AIS tool will do the rest for you. Best regards Peter > ----- Forwarded Message ---- > From: Chsekhar Prattipati > To: i...@gmail.com > Sent: Friday, May
About Eliminate Unused Object
inHi, Does anyone knows how to set CCS compiler and linker's option so that it can eliminate unused objects? My current .out take...
Hi, Does anyone knows how to set CCS compiler and linker's option so that it can eliminate unused objects? My current .out take 1.4MB. But there is a lot of library and functions is not really called. Those occupied a lot of size. Thanks. -- Best Regards Tonald DL
C compiler works, C++ compiler doesn't with OSD example
Hi. I ran the on screen display example provided with the DM642 EVM board. It works fine using the C compiler, but when I use the C++...
Hi. I ran the on screen display example provided with the DM642 EVM board. It works fine using the C compiler, but when I use the C++ compiler, I get a linker error message that can't find _tskVideoLoopback. Any ideas please? Thanks.
Beginner Question: How to make a memory map ?
in****************************************************************************** TMS320C6x COFF Linker PC v5.1.0 ...
****************************************************************************** TMS320C6x COFF Linker PC v5.1.0 ****************************************************************************** > > Linked Sun Oct 28 20:16:35 2007 OUTPUT FILE NAME: ENTRY POINT SYMBOL: "_c_int00" address: 00083120 SECTION ALLOCATION MAP output
Does anyone know how to set the CCS V2.0
inHi, 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
Re: R: Re: Re: Programming TMS320C6713B
inPaolo, 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 > --
linker errors using DSPLIB c67x
inHi, I have a board based on C6713 and am using some matrix functions in DSPLIB. I get an error during the link...
Hi, I have a board based on C6713 and am using some matrix functions in DSPLIB. I get an error during the link process ************************************** [Linking...] "C:\Program Files\C6000 Code Generation Tools 6.0.15\bin\cl6x" -@"Debug.lkf" undefined first referenced symbol in file ---------