AVR Studio的C语言编译错误,请高手指点!(我也是刚用,4.17+winavr2007,什么语句都没写也是报这错误)
本人是新手第一次使用下列软件:aStudio4b460.exeWinAVR-20060421-install.exe用的最简单的程序如下:#include<avr/io....
本人是新手第一次使用下列软件:
aStudio4b460.exe
WinAVR-20060421-install.exe
用的最简单的程序如下:
#include<avr/io.h>
int main(void)
{
DDRA=0XFF;
while (1)
{
PORTA=0XEF;
}
}
编译就出错:
Build started 9.12.2008 at 20:31:21
AllocationBase 0x0, BaseAddress 0x71590000, RegionSize 0x60000, State 0x10000
C:\WinAVR\utils\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 487
avr-gcc.exe -mmcu=atmega16 -Wall -gdwarf-2 -O0 -MD -MP -MT aaaa.o -MF dep/aaaa.o.d -c ../aaaa.c
../aaaa.c:12: fatal error: opening dependency file dep/aaaa.o.d: No such file or directory
compilation terminated.
make: *** [aaaa.o] Error 1
Build failed with 1 errors and 0 warnings... 展开
aStudio4b460.exe
WinAVR-20060421-install.exe
用的最简单的程序如下:
#include<avr/io.h>
int main(void)
{
DDRA=0XFF;
while (1)
{
PORTA=0XEF;
}
}
编译就出错:
Build started 9.12.2008 at 20:31:21
AllocationBase 0x0, BaseAddress 0x71590000, RegionSize 0x60000, State 0x10000
C:\WinAVR\utils\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 487
avr-gcc.exe -mmcu=atmega16 -Wall -gdwarf-2 -O0 -MD -MP -MT aaaa.o -MF dep/aaaa.o.d -c ../aaaa.c
../aaaa.c:12: fatal error: opening dependency file dep/aaaa.o.d: No such file or directory
compilation terminated.
make: *** [aaaa.o] Error 1
Build failed with 1 errors and 0 warnings... 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励30(财富值+成长值)
2015-08-12
展开全部
cygwin没有安装或安装后出错。重新安装或卸载后重新安装。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询