Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Make:
set PATH=%PATH%;c:\IntelFPGA_lite\19.1\nios2eds\bin\gnu\H-x86_64-mingw32\bin


Errors handling:
In case of the allready already existing path variable leading to errors during the build, one can override the Path PATH variable completely. The following command should be executed, ist which overrides the PATH variable temporarily and adds Python to it.
set PATH=c:\<Path to your python installation folder>
Issue the path commands above for Intel Quartus Prime Lite, RISC-V Toolcain and Make.

...