Altera_Forum
Honored Contributor
19 years agoHelp!!! About NIOS II EDS Compiler, beiginner
I am doing experiments with the NIOS II examples. I have designed a processor according to the NIOS II Hardware Tutorial and then tried to develop software according to the mannual. However, the compiling can not pass. The error messages are as following:
*** Incremental build of configuration Debug for project count_binary_0 **** make -s all "X`which cygpath.exe 2> /dev/null`" was unexpected at this time. c:/altera/kits/nios2_60/components/altera_hal/build/app_rules.mk:152: `: No such file or directory c:/altera/kits/nios2_60/components/altera_hal/build/app_rules.mk:152: "c:/altera/kits/nios2_60"`: No such file or directory c:/altera/kits/nios2_60/components/altera_hal/build/app_rules.mk:152: /components/altera_hal/build/gnu_rules.mk: No such file or directory c:/altera/kits/nios2_60/components/altera_hal/build/app_rules.mk:156: `: No such file or directory c:/altera/kits/nios2_60/components/altera_hal/build/app_rules.mk:156: "c:/altera/kits/nios2_60"`: No such file or directory c:/altera/kits/nios2_60/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 I have been blocked by this for 3 days. I do not know why. Would be very appreciated if could get some clues !