Erik Walthinsen <[EMAIL PROTECTED]> 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. ;-) _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
