DSPRelated.com

error: relocation value truncated at 0x.... in section .text

Started by Yong Yang in Code-Composer Studio20 years ago

Hi, all When I compiled my C code project in CCS on EVM DM642, i got ots of errors: "error: relocation value truncated at...

Hi, all When I compiled my C code project in CCS on EVM DM642, i got ots of errors: "error: relocation value truncated at 0x.... in section .text". What does it mean? Thank you Yong


relocation value truncated at 0x10 in section .bios file

Started by Zulfiqar Khan in Code-Composer Studio20 years ago 1 reply

Can any one help me in removing the problem "relocation value truncated at 0x10 in section .bios file" , when i try to declare...

Can any one help me in removing the problem "relocation value truncated at 0x10 in section .bios file" , when i try to declare array of structure pointer globally .(array size = 4900; structure size = 20 bytes) When i make the a/m dclaration in the main function


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


CCS2.0 Link error

Started by Encai in Code-Composer Studio22 years ago 2 replies

Hi, all I have encouter a link error when link my asm program(algebraic). What can I do to sovle this problem, and generally in...

Hi, all I have encouter a link error when link my asm program(algebraic). What can I do to sovle this problem, and generally in what situation this error can occur? I am a little tired on reading the User's Guide. >> error: relocation overflow occured at add


Re: error: relocation value truncated at 0x.... in section

Started by Yong Yang in Code-Composer Studio20 years ago

Hi, all   Thank you for your reply. Now my program can be compiled and loaded into memory, but can't run. It can run on...

Hi, all   Thank you for your reply. Now my program can be compiled and loaded into memory, but can't run. It can run on Windows VC++ platform. Any possible reasons? Thank you   Yong      Date: Wed, 24 Mar