打印

求助NOIS初学问题,谢谢

[复制链接]
1422|9
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
linfeng24|  楼主 | 2013-6-22 21:27 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
猴哥,求助下,刚学NOIS,问题多多啊。
      2 [main] ? (4724) e:\program files\altera\quartus\bin\cygwin\bin\sh.exe: *
** fatal error - couldn't allocate heap, Win32 error 487, base 0xDC0000, top 0xD
E0000, reserve_size 126976, allocsize 131072, page_const 4096
      2 [main] sh 9804 fork: child -1 - died waiting for longjmp before initiali
zation, retry 0, exit code 0x100, errno 11
E:\altera\90\nios2eds\bin\nios2-download: fork: Resource temporarily unavailable

请问下这个是什么问题?如何解决?
网上有关这个问题的回答是这样的:http://blog.sina.com.cn/s/blog_49ad960501000aqk.html
可是我看不懂,也不晓得如何改。。
我的程序很简单,如下:

#include <stdio.h>
#include "system.h"
#include "altera_avalon_pio_regs.h"
//#include "../inc/sopc.h"
void delay(int m);

//int main(void)__attribute__((weak,alias("alt_main")));

int main()
{
   unsigned char led_data = 0x01;
   while(1)
   {
      IOWR_ALTERA_AVALON_PIO_DATA(PIO_LED_BASE,led_data);

      led_data = led_data << 1;
      if(led_data == 0)
      led_data=0x01;
      delay(500000);
   }
}

void delay(int m)
{
   int i;
   for(i=0;i<m;i++)
   {
   ;
   }
}

相关帖子

沙发
linfeng24|  楼主 | 2013-6-23 15:01 | 只看该作者
木有懂的吗?是不是WIN 7 兼容性问题?我又遇到新的问题了。 E:/altera/90/nios2eds/components/altera_hal/build/common.mk fork: Resource temporarily unavailable         网上百度结果是:WIN 7兼容性问题,按照网上方法改了,还是不行。请问各位网友,大家玩NOIS ii的时候,都不用WIN 7 而是XP吗?再解决不了问题,我就考虑装XP系统了

使用特权

评论回复
板凳
GoldSunMonkey| | 2013-6-23 16:33 | 只看该作者
:LAltera的不会啊

使用特权

评论回复
地板
GoldSunMonkey| | 2013-6-23 16:33 | 只看该作者
不好意思啊,兄弟

使用特权

评论回复
5
28182900| | 2013-6-24 15:00 | 只看该作者
我把没结贴的都顶上来

使用特权

评论回复
6
lwq030736| | 2013-6-24 15:16 | 只看该作者
WIN7兼容性的问题,你改用12.1版本的软件就好了

使用特权

评论回复
7
linfeng24|  楼主 | 2013-6-24 15:33 | 只看该作者
lwq030736 发表于 2013-6-24 15:16
WIN7兼容性的问题,你改用12.1版本的软件就好了

哦哦,我刚装了12.0 的版本,不晓得行不行呢?求教,谢谢

使用特权

评论回复
8
GoldSunMonkey| | 2013-6-24 23:31 | 只看该作者
linfeng24 发表于 2013-6-24 15:33
哦哦,我刚装了12.0 的版本,不晓得行不行呢?求教,谢谢

用XILINX啊

使用特权

评论回复
9
GoldSunMonkey| | 2013-6-24 23:31 | 只看该作者

使用特权

评论回复
10
linfeng24|  楼主 | 2013-6-25 12:09 | 只看该作者
GoldSunMonkey 发表于 2013-6-24 23:31

猴哥,我现在只有ALTERA的板子。。。无用武之地啊

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

103

主题

2328

帖子

8

粉丝