Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
9 years ago

Change systemwide paths for project

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

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

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

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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.