Sign in

username:

password:



Not a member?

Search code-comp



Search tips

Subscribe to code-comp



code-comp by Keywords

ARM7 | BIOS | Bug | EVM | JTAG | Linker | LOG_printf | McBSP | Profiling | Relocation | RTDX | Simulator | Target | Watch

Sponsor

Evaluate multicore with Texas Instruments:
Low-cost evaluation module & free software development kit available NOW.

Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Code-Composer | relocation value truncated at 0x10 in section .bios file

Technical discussions about Code Composer Studio.

  

Post a new Thread

relocation value truncated at 0x10 in section .bios file - Zulfiqar Khan - May 8 5:18:00 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 .(array size = 4900; structure size =
20 bytes)
When i make the a/m dclaration in the main function
the problem do not appear Thaanks

Zulfiqar

__________________________________



______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )

Re: relocation value truncated at 0x10 in section .bios file - Andrew Elder - May 10 14:47:00 2004


Try changing the compiler options to "far-data" (I think that it what it is).
This problem usually occurs when a project uses "near" data and the linker
places the data outside the "near" data addressable range.

Have a read about "near" data stuff in the compiler manual.

At 10:18 PM 5/7/2004 -0700, Zulfiqar Khan wrote:
>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
>the problem do not appear >Thaanks
>
>Zulfiqar >
>
>__________________________________ >
>
>_____________________________________ >Yahoo! Groups Links



______________________________
StarterWare provides C-based no-OS platform support for the C6000 DSP devices.
Click here for details.




(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )