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

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

Re: [avr-gcc-list] first steps


From: E. Weddington
Subject: Re: [avr-gcc-list] first steps
Date: Fri, 29 Oct 2004 11:20:42 -0600
User-agent: Mozilla Thunderbird 0.7.3 (Windows/20040803)

Maciej wrote:

-----Original Message-----
From: E. Weddington [mailto:address@hidden Sent: Friday, October 29, 2004 6:53 PM
To: Maciej; avr-gcc-list
Subject: Re: [avr-gcc-list] first steps

Maciej wrote:

"make.exe" all
avr-gcc -g -Wall -O2 -mmcu=at90s2313    -c -o demo.o demo.c

avr-gcc -g -Wall -O2 -mmcu=at90s2313  -Wl,-Map,demo.map -o demo.elf
demo.o
avr-objdump -h -S demo.elf > demo.lst

AllocationBase 0x0, BaseAddress 0x71590000, RegionSize 0x4B0000, State
0x10000

C:\WinAVR\utils\bin\sh.exe: *** Couldn't reserve space for cygwin's
heap, Win32 error 487

make.exe: *** [demo.lst] Error 1


1. What OS are you using?

2. Do you have Cygwin installed in addition to WinAVR?

Eric

Thanks for your answer:)

I am using XP professional. I have installed WinAVR 20040720 so
probably
Cygwin should be installed automatically. Am I right?


No. If you don't know whether you have Cygwin installed, then you probably don't have it installed.

Have you tried rebooting? Does that help?
Yes I have. I have rebooted XP several times and nothing. First time I
installed WinAVR in C:\Program Files\WinAVR and I thought that it is a
problem. Then I uninstalled it and installed in C:\WinAVR folder and
also nothing:(

What is a Cygwin? When I can find it?

See cygwin.com to find out. You do not need Cygwin to run WinAVR.

There was a previous WinAVR bug report on this, but I've had to close it because I have never been able to reproduce the problem here. See the bug report here:
<http://sourceforge.net/tracker/index.php?func=detail&aid=971964&group_id=68108&atid=520074>
Somebody made a comment on that thread about a technique that worked for him to get around it. Though I can't say for sure whether that is the correct thing to do. Perhaps it will help you.

Eric



reply via email to

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