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

新手请教。。。

新手请教。。。

打开SDK SHELL就提示:


bash.exe: warning: could not find /tmp, please create!
bash: tr: command not found
bash: uname: command not found
bash: grep: command not found
bash: cat: command not found
bash: grep: command not found
bash: sed: command not found
bash: cat: command not found
bash: grep: command not found
bash: sed: command not found
bash: uname: command not found
bash: grep: command not found
bash: uname: command not found
bash: grep: command not found
bash: grep: command not found
bash: grep: command not found
bash: uname: command not found
bash: grep: command not found
bash: uname: command not found
bash: grep: command not found
bash: uname: command not found
bash: grep: command not found
bash: uname: command not found
bash: grep: command not found
------------------------------------------------
Welcome To Altera SOPC Builder


Version 5.00, Built Thu Mar 31 14:21:28 PST 2005
------------------------------------------------
bash: grep: command not found
bash: grep: command not found
bash: grep: command not found
bash: grep: command not found
bash: grep: command not found
bash: grep: command not found
bash: grep: command not found
bash: grep: command not found
bash: grep: command not found
bash: grep: command not found
bash: uname: command not found
bash: grep: command not found


不能连接源文件。。


在NIOS IDE下,编译提示:



**** Incremental build of configuration Debug for project design_m ****


make -s all
´Ëʱ²»Ó¦ÓÐ "X`which cygpath.exe 2> /dev/null`"¡£
F:/nios2/components/altera_hal/build/app_rules.mk:152: `: No such file or directory
F:/nios2/components/altera_hal/build/app_rules.mk:152: "F:/nios2"`: No such file or directory
F:/nios2/components/altera_hal/build/app_rules.mk:152: /components/altera_hal/build/gnu_rules.mk: No such file or directory
F:/nios2/components/altera_hal/build/app_rules.mk:156: `: No such file or directory
F:/nios2/components/altera_hal/build/app_rules.mk:156: "F:/nios2"`: No such file or directory
F:/nios2/components/altera_hal/build/app_rules.mk:156: /components/altera_hal/build/gtf_rules.mk: No such file or directory
make: *** No rule to make target `/components/altera_hal/build/gtf_rules.mk'.  Stop.
Build completed


刚学这个,都不太懂。大家帮忙看看~~谢谢

我爱你们,但你们不要象真的一样
你是不是装了其他的shell啊,类似cygwin的东西。
在交流中前进,共同实现nios的应用。
我也遇到了这个问题,解决方法如下:
我们可能都是安装的那个“绿色版”Quartus,造成注册表不完善
请在“C:\altera\quartus60\bin\cygwin”目录找到cygreg.bat文件,然后在命令行下执行
“cygreg C:\altera\quartus60\bin\cygwin”即可
注意,此处C:\altera\quartus60\bin\cygwin是我的安装目录,你自己根据情况修改
返回列表