Sign in

username or email:

password:



Not a member?
Forgot your password?

Search code-comp



Search tips

Subscribe to code-comp



Ads

Discussion Groups

See Also

Embedded SystemsFPGA

Discussion Groups | Code-Composer

Technical discussions about Code Composer Studio.

Search Results for "relocation"

  

Post a new Thread

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

Yong Yang - Mar 24 2004
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 ... error: relocation value truncated at 0x.... in section .text

relocation value truncated at 0x10 in section .bios file   [2 Articles]
0

Zulfiqar Khan - May 8 2004
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... relocation value truncated at 0x10 in section .bios file

CCS2.0 Link error   [3 Articles]
0

Encai - Mar 27 2002
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 o... CCS2.0 Link error

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

Yong Yang - Mar 26 2004
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 reas... Re: error: relocation value truncated at 0x.... in section

RE: Error while linking
0

Gunasekera, Nipuna - Jun 25 2002
Relocation is what the linker does. The truncation message just means that when the values didn't fit, the extra high bits were simply truncated. Just switchin... RE:  Error while linking

editing linker file .cmd - file
0

markan_b - Nov 4 2002
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: ... editing linker file .cmd - file