bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/14058] Internal overflow error, on >128kB FLASH with no relaxati


From: gjl at gcc dot gnu.org
Subject: [Bug ld/14058] Internal overflow error, on >128kB FLASH with no relaxation
Date: Thu, 03 May 2012 22:03:18 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=14058

--- Comment #4 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2012-05-03 
22:03:18 UTC ---
Here is a reduced example:

; == foo.ss ==
.text

K1:  nop

.space 0x1fff6

K2:  nop

.section .progmem, "a", @progbits
.word gs(K1)
.word gs(K2)

== Assemble ==

$ avr-as -mmcu=avr6 foo.ss -o foo.o

== Link ==

$ avr-ld -m avr6 foo.o -o foo.elf -Map=foo.map

With .space 0x1fff4 the linker passes.

Is using linker stubs supported without --relax at all?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

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