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

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

Re: [avr-gcc-list] Can't debug bootloader in avrstudio


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Can't debug bootloader in avrstudio
Date: Tue, 2 Dec 2003 15:20:14 +0100 (MET)

As "E. Weddington" <address@hidden> wrote:

>IIRC, AVR Studio can only load in certain specific sections in the COFF 
>file, which rules out bootloaders. Jörg Wunsch will have more to say about 
>this (and will probably correct me).

Nothing to correct here.  AVR Studio can only handle the historical
three sections (text, data, bss).  This is due to its design.

The solution would be to debug the bootloader and the actual
application separately, where the bootloader uses just plain .text.
Or give VMLAB a try, their design uses the resulting ROM image file
(hex file), and the COFF file only to obtain the symbols, so the
actual section name is irrelevant.
-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/


reply via email to

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