avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] problems with linker


From: Theodore A. Roth
Subject: Re: [avr-gcc-list] problems with linker
Date: Wed, 25 Sep 2002 09:08:16 -0700 (PDT)

On Wed, 25 Sep 2002, Raphael Assenat wrote:

:) 
objs/p1.o(.text+0xb8):/home/raph/0Work/programming/ylib/programs/ATmega163_p1leds/p1.c:228:
:) relocation truncated to fit: R_AVR_7_PCREL no symbol
:) objs/p1.o(.text+0x37c): In function `_p1_expand_data':

This is actually a bug in the assembler I think. Can you do me a favor and
run p1.o through avr-objdump as such:

  $ avr-objdump -S p1.o

and see if the insn at 0x37c looks like this (or some brXX insn)?

   brne .+0

Ted Roth

avr-gcc-list at http://avr1.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]