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

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

[avr-gcc-list] Size of generated ihex file: WinAVR Makefile vs. custom


From: Christian Neumair
Subject: [avr-gcc-list] Size of generated ihex file: WinAVR Makefile vs. custom shell script
Date: Tue, 16 Dec 2003 19:11:06 +0100

I'm trying to simplify the weird makefile bundled with WinAVR I used to
use by writing a simple shell script that takes one .c input file and
links it against a library I installed. While the WinAVR file first
links the .o files into a final elf binary and does some mapping magic,
I just compiled and linked the .c file and used avr-objcopy. For some
reason the size of my file is way bigger and it doesn't fit onto the MCU
I'm trying to flash.
Could somebody please have a look at the attached file and tell me
what's wrong with it.
Maybe I could be some more verbose, I just haven't got any more
information at the moment. Maybe one of you could instruct me on how to
gain more information.

regs,
 Chris

reply via email to

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