[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Size of generated ihex file: WinAVR Makefile vs. cus
From: |
Christian Neumair |
Subject: |
Re: [avr-gcc-list] Size of generated ihex file: WinAVR Makefile vs. custom shell script |
Date: |
Tue, 16 Dec 2003 20:03:43 +0100 |
On Di, 2003-12-16 at 19:11 +0100, Christian Neumair wrote:
> 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.
Sorry, forgot to attach file.
regs,
Chris