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
Message
Re: [AVR-Chat] winAvr hangs
2006-04-16 by Alex Gibson
Attachments
- No local attachments were found for this message.