Hey, I'm trying to get Mega168 working, and have done something I'm not sure about. I'm trying to compile a bootloader, and the relevent part of this is:
Linking: tinyloader.elf avr-gcc tinyloader.o --output tinyloader.elf -Wl,--section-start=.text=0x3E00 -Wl,-Map=tinyloader.map,--cref -nostartfiles /opt/avr/lib/gcc/avr/3.4.4/../../../../avr/bin/ld: address 0x3f9e of tinyloader.elf section .text is not within region text make: *** [tinyloader.elf] Error 1 But the flash of the Mega168 runs till 0x3fff I thought. Regards, -Colin _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
