[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: |
E. Weddington |
Subject: |
Re: [avr-gcc-list] Size of generated ihex file: WinAVR Makefile vs. custom shell script |
Date: |
Tue, 16 Dec 2003 11:34:57 -0700 |
On 16 Dec 2003 at 19:11, 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.
>
> regs,
> Chris
>
I couldn't find any attached file.