首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

关于NIOS的一个简单问题,为什么不能编译呢?

关于NIOS的一个简单问题,为什么不能编译呢?

编译这样提示我:

**** Incremental build of configuration Debug for project hello_led_0 ****
make -s all
Compiling alt_alarm_start.c...
c:\altera\kits\nios2_60\bin\nios2-gnutools\H-i686-pc-cygwin\bin\nios2-elf-gcc.exe (1976): *** proc version mismatch detected - 0x8E0899FA/0x19C16FB6.
You have multiple copies of cygwin1.dll on your system.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.
make[1]: *** [obj/alt_alarm_start.o] Error 128
make: *** [system_project] Error 2
Build completed



我在我的系统中找到两个cygwin1.dll 文件,文件大小不一样,一个在C:\WINNT\system32下面,一个在C:\altera\quartus60\bin\cygwin\bin下面,我不管删除哪个或者是互相替换都不能解决问题,删除之后编译提示无法定位。请问为什么呢?
ddd

multiple copies of cygwin1.dll ”是的,你有两个文件。如果你要这样找的话可以还有很多的潜在问题。

最好直接重装,不超过30min就ok了,如果还有问题建议重新ghost。

这个版主不太冷 =========================== 我的中电网博客:http://blog.chinaecnet.com/u/20/index.htm
   谢谢!我连Quarus都一起重装了还是不得行哈.难道真的要重装系统?
ddd

系统问题,你找出来很费时,有可能找不到。

重装系统就是ghost一下,一般的调试程序员系统每年要重装n多次。

习惯就好了。

这个版主不太冷 =========================== 我的中电网博客:http://blog.chinaecnet.com/u/20/index.htm
返回列表