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

[原创]compile my Nios II project出错的解决办法

[原创]compile my Nios II project出错的解决办法

Problem

Why do I receive the following errors when trying to compile my Nios II project: ../app_rules.mk:152: \: No such file or directory?

Solution

If this error does occur you can specify the proper moint points by running the following three commands from a DOS prompt:

mount <Quartus II Install directory>\bin\cygwin\ /

mount <Quartus II Install directory>\bin\cygwin\bin /usr/bin

mount <Quartus II Install directory>\bin\cygwin\lib /usr/lib

这是我在altera官方网站找到的标准答案,但是操作的时候也遇到了问题,在nios command shell下输入mount命令不可用,不知道什么原因,各位路过的指点一下把!!!!!

算了,你重新安装把。
在交流中前进,共同实现nios的应用。

已经重装很多遍了,还是那样,我安装的时候是自定义安装,vhdl的例子没有装,那个gcc chain什么的也没有装,应该不影响的把?

对了,我的nios是6.0的。在altera官方网站上下载的

"已经重装很多遍了,还是那样"

你的问题的确最好是重装nios和quartus,如果你还是不行,可以重装系统。

quartus和nios的版本要对应。

你装时需要将前面的版本先卸干净。不然会冲突。

就应该没有问题了。

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

谢谢版主了,我的quartus是在网上下的破解绿色版 ,不需要安装的,不知道会不会是这个的问题

我从来没有用过绿色版本,论坛上有人用过吗?不知道caopengly版主用过没?
在交流中前进,共同实现nios的应用。

我又从altera的官方网站下了一个安装的quartus,然后又重装了一遍,现在已经可以运行了,谢谢版主了!

返回列表