[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Can't debug bootloader in avrstudio
From: |
E. Weddington |
Subject: |
Re: [avr-gcc-list] Can't debug bootloader in avrstudio |
Date: |
Mon, 01 Dec 2003 15:16:38 -0700 |
On 1 Dec 2003 at 17:37, Vasil Atanasov wrote:
> Hi all,
>
> I downloaded AVRstudio 4.08beta and use extcoff format on converter
> The problem is when I add "section" to my code for bootloader the code
> disappiared in avrstudio This problem exist with avrstudio 3.56 and 4.0
> Somebody can help me? Thanks Vasil
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).
Eric