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

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

Re: [avr-gcc-list] AVRStudio and debugging with .COF Files


From: Stefan Goerres
Subject: Re: [avr-gcc-list] AVRStudio and debugging with .COF Files
Date: Thu, 12 Jun 2003 08:03:01 +0200

From: "E. Weddington" <address@hidden>


> > Hi folks,
> > 
> > I tried to use the .COF files for my debugging but only 
> with little success.
> > I have tried AVRStudio 3.55 and 4.07. Both Version load 
> my program including
> > the c source code but with non the watches worked. The 
> watch window show all
> > the time "not in scope". Is there any way to go my 
> watches working?
> > 
> > How do you debug?
> > 
> 
> What tool are you using to generate your COFF
> files?

ELFCOF  = objtool

...

#--- create AVR Studio cof file from elf output file and map file
%cof: %elf
 $(ELFCOF) loadelf $^ mapfile $(<:.elf=.map) writecof $@


Steve



reply via email to

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