Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
Maybe a bit too much for what you want, but could you use an environment variable?
- Altera_Forum
Honored Contributor
When compiling under Eclipse I get:
--- 10:59:08 **** Build of configuration Nios II for project simpleNiosII **** make all Das System kann den angegebenen Pfad nicht finden. makefile:758: warning: overriding commands for target `obj/default/.metadata/.plugins/org.eclipse.cdt.make.core/specs.o' makefile:755: warning: ignoring old commands for target `obj/default/.metadata/.plugins/org.eclipse.cdt.make.core/specs.o' Info: Building ../SimpleNiosIIBSP/ make --no-print-directory -C ../SimpleNiosIIBSP/ Der Befehl "cygpath" ist entweder falsch geschrieben oder konnte nicht gefunden werden. process_begin: CreateProcess(NULL, pwd, ...) failed. makefile:541: Warning: SOPC File /home/mongoq/projects/kartentricks/simpleNiosII/HostSystem.sopcinfo could not be found. make[1]: *** No rule to make target `/system.h', needed by `all'. Stop. make: *** [../SimpleNiosIIBSP/-recurs-make-lib] Error 2 10:59:09 Build Finished (took 530ms) --- How can I change the paths for the whole project without going through makefiles etc. ? - Altera_Forum
Honored Contributor
I want to move projects from one PC to another. I use the same Altera Quartus Prime version - 15.1.
I thought maybe the archive/dearchive function would allow that. No avail - it stripped off my whole Eclipse BSP C-sourcecode.