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

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

Re: [avr-gcc-list] Fixed, external function "pointers"


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Fixed, external function "pointers"
Date: Fri, 13 Jan 2006 07:03:12 +0100 (MET)

Erik Walthinsen <address@hidden> wrote:

>          -Wl,-Tdata=0x800180 \
>          -Wl,--section-start=.appsig=0x17fc \

Be careful with -Tdata.  binutils 2.16 broke that for the AVR target,
for whatever reason.  I didn't really analyze it, and as it's not
broken on the major targets (i386, amd64), I guess nobody will care
about a bug report unless it's at least accompanied by an analysis,
so I didn't write a report yet.

Use --section-start=.data=... instead.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)





reply via email to

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