Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).
Hi all! I'm working on TMS320C6713DSK. I met some errors while building my program in C.
The errors are as below:
[Linking...] "c:\ti\c6000\cgtools\bin\cl6x" -@"Debug.lkf"
>> error: relocation value truncated at 0xc in section .text, file
C:\ti\myprojects\flickermeter\wanted\5Hz\Debug\5Hz.obj
>> error: relocation value truncated at 0x24 in section .bios, file
gbl_cslinit62.o (c:/ti/c6000/bios/lib/biosi.a62)
>> error: relocation value truncated at 0x60 in section .bios, file
clk_start6x.o62 (c:/ti/c6000/bios/lib/biosi.a62)
>> error: relocation value truncated at 0x244 in section .bios, file
knl_tick_inst.o (c:/ti/c6000/bios/lib/biosi.a62)
>> error: relocation value truncated at 0x4 in section .bios, file
sys_exit_inst.o (c:/ti/c6000/bios/lib/biosi.a62)
>> error: relocation value truncated at 0xc in section .bios, file
tsk_setu_inst.o (c:/ti/c6000/bios/lib/biosi.a62)
>> error: relocation value truncated at 0x10 in section .bios, file
tsk_stup_inst.o (c:/ti/c6000/bios/lib/biosi.a62)
>> error: relocation value truncated at 0x28 in section .bios, file
tsk_stup_inst.o (c:/ti/c6000/bios/lib/biosi.a62)
>> warning: output file './Debug/5Hz.out' is not executable
Can anyone please tell me what causes this? What should I do with my program? Thanks for help!