"Colin O'Flynn" <[EMAIL PROTECTED]> wrote: > Linking: tinyloader.elf > avr-gcc tinyloader.o --output tinyloader.elf > -Wl,--section-start=.text=0x3E00 > -Wl,-Map=tinyloader.map,--cref -nostartfiles -v
Ah, now I see it. You forgot to add the -mmcu option into that command. -- 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
