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 ...
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...
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...
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...
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...
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: ...