Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16606 Discussions

Change systemwide paths for project

Altera_Forum
Honored Contributor II
1,143 Views

Hi, 

 

I'd like to change all paths in my Quartus Project / Eclipse Bsp when copying from a Linux to a Windows PC. 

Is it possible without going through every single Makefile (...)? 

Especially Eclipse has path related problems. 

 

Regards, 

Mark
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
419 Views

Maybe a bit too much for what you want, but could you use an environment variable?

0 Kudos
Altera_Forum
Honored Contributor II
419 Views

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. ?
0 Kudos
Altera_Forum
Honored Contributor II
419 Views

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.
0 Kudos
Reply