Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Message

Re: [AVR-Chat] winAvr hangs

2006-04-16 by Alex Gibson

tarun batra wrote:
> Hi,
> I'm  a new programmer to AVR.
> I'm facing a problem with WinAvr.
> 
> If I include #include <avr/pgmspace> in my code and
> try to compile, the studio 4 [using winAVR gcc]
> crahses & the application hangs.
> 
> My code is targeted towards atMega8535 device.
> 
> Can anybody help me in finding the issue here?
> 
> -Tarun


Its avr studio not winavr, I get exactly the same problem
with all my projects.

No problems building via command line.

Try opening a windows console
use cd to move to the directory you have the project in
I use d:\avr\project
so
cd d:
cd \avr\project


are you using make files ?

if so just do

make clean

then

make all
and this should build your project.


Alex

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.