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

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

[avr-gcc-list] Re: WinAVR 20030913 difficulties.


From: Larry Barello
Subject: [avr-gcc-list] Re: WinAVR 20030913 difficulties.
Date: Sat, 13 Sep 2003 17:30:24 -0700

I am experiencing some more difficulties with Winavr.  These problems are
probably due to having a boot loader section...

With coff-avr output, Studio 3.56 barfs on source files missing.

With either coff output Studio 4.0x works well, but, my data for
initializing SRAM is messed up.  Well, at least, by the time I get to
main(), the initialize section is filled with FF.

I use a modified link file to locate the boot section.  Has that stuff
changed recently?

    *(.fini2)
    *(.fini1)
    *(.fini0)  /* Infinite loop after program termination.  */
    . = 0x1F000;  /* Force boot loader load address  */
    *(BootLoader)
     _etext = . ;
  } > text = 0xFF
...

Any ideas?  This worked fine with the previous release elf-coff tool.

Thanks in advance.



reply via email to

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