DSPRelated.com
Forums

Does AnyOne Know This Error? I am Using C6711 With PCM3003..

Started by ehng3 May 14, 2004
Hi,

Does AnyOne Know How to Sovle This Error? I am Using C6711 With
PCM3003.

Is't the problem due to the setting of cmd file or option?
.......
>> error: relocation overflow occured at address 0x000003a8 in
section '.text'
>> error: relocation overflow occured at address 0x000003ec in
section '.text'
>> error: relocation overflow occured at address 0x000004e4 in
section '.text'
>> error: relocation value truncated at 0x1ac in section .text, file
>> warning: output file SDF.out not executable

Thanks

Regards
Eng Hsiung



yep u got it rite.... it mite be due to insuffcient memory allocation.
Someone in this group mite be able to comment on it more specifically if you can send cmd file u r using. - Tarang

On Fri, 14 May 2004 ehng3 wrote :
>Hi,
>
>Does AnyOne Know How to Sovle This Error? I am Using C6711 With
>PCM3003.
>
>Is't the problem due to the setting of cmd file or option?
>.......
> >>  error: relocation overflow occured at address 0x000003a8 in
>section '.text'
> >>  error: relocation overflow occured at address 0x000003ec in
>section '.text'
> >>  error: relocation overflow occured at address 0x000004e4 in
>section '.text'
> >>  error: relocation value truncated at 0x1ac in section .text, file
> >> warning: output file SDF.out not executable
>
>Thanks
>
>Regards
>Eng Hsiung >
>
>_____________________________________
>Note: If you do a simple "reply" with your email client, only the author of this message will receive your answer.  You need to do a "reply all" if you want your answer to be distributed to the entire group.
>
>_____________________________________
>About this discussion group:
>
>To Join:  Send an email to c...@yahoogroups.com
>
>To Post:  Send an email to c...@yahoogroups.com
>
>To Leave: Send an email to c...@yahoogroups.com
>
>Archives: http://www.yahoogroups.com/group/c6x
>
>Other Groups: http://www.dsprelated.com
>
>Yahoo! Groups Links
>
><*> To visit your group on the web, go to:
>      http://groups.yahoo.com/group/c6x/
>
><*> To unsubscribe from this group, send an email to:
>      c...@yahoogroups.com
>
><*



I'm a newbie and figured out that Code Composer's help documents are pretty well written and should answer most of your questions.
When you get a compile / link error, you can just do a search in CC's help.
 
Here, i think searching for both "relocation overflow" and "relocation value truncated" will give you the answer.
 
Good luck with your project ! :)
Laurent
 
----- Original Message -----
From: tArAng
To: ehng3
Cc: c...@yahoogroups.com
Sent: Friday, May 14, 2004 10:02 PM
Subject: Re: [c6x] Does AnyOne Know This Error? I am Using C6711 With PCM3003..

yep u got it rite.... it mite be due to insuffcient memory allocation.
Someone in this group mite be able to comment on it more specifically if you can send cmd file u r using.- Tarang

On Fri, 14 May 2004 ehng3 wrote :
>Hi,
>
>Does AnyOne Know How to Sovle This Error? I am Using C6711 With
>PCM3003.
>
>Is't the problem due to the setting of cmd file or option?
>.......
> >>  error: relocation overflow occured at address 0x000003a8 in
>section '.text'
> >>  error: relocation overflow occured at address 0x000003ec in
>section '.text'
> >>  error: relocation overflow occured at address 0x000004e4 in
>section '.text'
> >>  error: relocation value truncated at 0x1ac in section .text, file
> >> warning: output file SDF.out not executable
>
>Thanks
>
>Regards
>Eng Hsiung>
>
>_____________________________________
>Note: If you do a simple "reply" with your email client, only the author of this message will receive your answer.  You need to do a "reply all" if you want your answer to be distributed to the entire group.
>
>_____________________________________
>About this discussion group:
>
>To Join:  Send an email to c...@yahoogroups.com
>
>To Post:  Send an email to c...@yahoogroups.com
>
>To Leave: Send an email to c...@yahoogroups.com
>
>Archives: http://www.yahoogroups.com/group/c6x
>
>Other Groups: http://www.dsprelated.com
>
>Yahoo! Groups Links
>
><*> To visit your group on the web, go to:
>      http://groups.yahoo.com/group/c6x/
>
><*> To unsubscribe from this group, send an email to:
>      c...@yahoogroups.com
>
><*



inbox.htm@Bottom

_____________________________________
Note: If you do a simple "reply" with your email client, only the author of this message will receive your answer.  You need to do a "reply all" if you want your answer to be distributed to the entire group.

_____________________________________
About this discussion group:

To Join:  Send an email to c...@yahoogroups.com

To Post:  Send an email to c...@yahoogroups.com

To Leave: Send an email to c...@yahoogroups.com

Archives: http://www.yahoogroups.com/group/c6x

Other Groups: http://www.dsprelated.com

Hello ehng3,

Friday, May 14, 2004, 1:25:25 PM, you wrote:

The problem most probably lies in the fact that you make a jump to a
location in CEx from IRAM with near call model enabled in the compiler
settings.
Please try to change the call model to far in the compiler
settings tab - try setting it as 'far calls & data '. Also, if you are
writing in assembly, do not use branches like

b .s2 _label

because this sort of branch does not support 32-bit offsets, as far as
I remember. The good way to do it is

mvkl .s2 _label, b0
mvkh .s2 _label, b0
b .s2 b0

I think this should solve the problem.

Best regards,
Michael Kapralov e> Hi,

e> Does AnyOne Know How to Sovle This Error? I am Using C6711 With
e> PCM3003.

e> Is't the problem due to the setting of cmd file or option?
e> .......
>>> error: relocation overflow occured at address 0x000003a8 in
e> section '.text'
>>> error: relocation overflow occured at address 0x000003ec in
e> section '.text'
>>> error: relocation overflow occured at address 0x000004e4 in
e> section '.text'
>>> error: relocation value truncated at 0x1ac in section .text, file
>>> warning: output file SDF.out not executable

e> Thanks

e> Regards
e> Eng Hsiung

e> _____________________________________
e> Note: If you do a simple "reply" with your email client, only the author of
this message will receive your answer. You need to do a "reply all" if you want
your answer to be distributed to the
e> entire group.

e> _____________________________________
e> About this discussion group:

e> To Join: Send an email to

e> To Post: Send an email to

e> To Leave: Send an email to

e> Archives: http://www.yahoogroups.com/group/c6x

e> Other Groups: http://www.dsprelated.com

e> Yahoo! Groups Links
--
Best regards,
Michael mailto: