Yahoo Groups archive

AVR-Chat

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

Thread

winAvr hangs

winAvr hangs

2006-04-16 by tarun batra

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

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com

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

Re: [AVR-Chat] winAvr hangs

2006-04-16 by Aaron

Have you seen this thread?
(WinAVR 20060125 hangs during compile with include files)

http://www.avrfreaks.com/index.php?name=PNphpBB2&file=viewtopic&t=35216&sid=08cef6e214fea2ebae3c29d4fa987b6e

Regards,
Aaron

tarun batra wrote:
Show quoted textHide quoted text
>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
>
>__________________________________________________
>Do You Yahoo!?
>Tired of spam?  Yahoo! Mail has the best spam protection around 
>http://mail.yahoo.com 
>
>
>
>
> 
>Yahoo! Groups Links
>
>
>
> 
>
>
>
>  
>

Re: [AVR-Chat] winAvr hangs

2006-04-18 by tarun batra

Hi Aaron,
Thanks for the Link. I captured the SP2 as mentioned
by the link & every thing began to work.

Thanks
Tarun

--- Aaron <aaron.groups@gmail.com> wrote:

> Have you seen this thread?
> (WinAVR 20060125 hangs during compile with include
> files)
> 
>
http://www.avrfreaks.com/index.php?name=PNphpBB2&file=viewtopic&t=35216&sid=08cef6e214fea2ebae3c29d4fa987b6e
> 
> Regards,
> Aaron
> 
> 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
> >
> >__________________________________________________
> >Do You Yahoo!?
> >Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> >http://mail.yahoo.com 
> >
> >
> >
> >
> > 
> >Yahoo! Groups Links
> >
> >
> >
> > 
> >
> >
> >
> >  
> >
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com

Re: [AVR-Chat] winAvr hangs

2006-04-23 by Alex Gibson

Aaron wrote:
> Have you seen this thread?
> (WinAVR 20060125 hangs during compile with include files)
> 
> http://www.avrfreaks.com/index.php?name=PNphpBB2&file=viewtopic&t=35216&sid=08cef6e214fea2ebae3c29d4fa987b6e
> 
> Regards,
> Aaron


Thanks , avr studio and winavr work fine here now
after applying the additional service pack.

Alex

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.