avr-libc-dev
[Top][All Lists]
Advanced

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

Re: [avr-libc-dev] bug in example


From: Thedore A. Roth
Subject: Re: [avr-libc-dev] bug in example
Date: Thu, 31 Oct 2002 23:12:14 -0800 (PST)

Thanks for the heads up on this Daniel.

I've fixed the demo Makefile to use the --change-section-lma option. Now I 
need to add some examples to the "EEPROM handling" section.

Ted Roth

On Wed, 30 Oct 2002, daniel_laptop wrote:

:)I think there is a bug in example program makefile at
:)(If I am wrong then there is something else I am missing ;-)
:) 
http://savannah.nongnu.org/download/avr-libc/doc/avr-libc-user-manual/demo_project.html
:)
:)The lines for eeprom file creation need to set start address to zero
:)eg
:)$(OBJCOPY) -j .eeprom --change-section--lma .eeprom=0 -O srec $< $@
:)(as there is no eeprom use in the example program there are no errors at
:)present)
:)
:)The line I use also has
:)--set-section-flags=.eeprom"alloc,load"
:)But I don't know what that does and output file is the same.
:)
:)(Can someone point me at doc's for various flags
:)- objcopy man page only lists valid flags)
:)
:)Thanks
:)Daniel
:)
:)
:)
:)
:)_______________________________________________
:)AVR-libc-dev mailing list
:)address@hidden
:)http://mail.nongnu.org/mailman/listinfo/avr-libc-dev
:)





reply via email to

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