Forum Discussion
The only useful thing this file "nios2_command_shell.sh" does when Nios II Command Shell is opened is to set three paths.
Most of the utilities like elf2hex, quartus_asm.exe are native windows executables.
Hence I use powershell entirely for post build. This is how my post build script has become:
$env:Path += ";E:\intelFPGA\20.1\nios2eds\bin; E:\intelFPGA\20.1\nios2eds\bin\gnu\H-x86_64-mingw32\bin; E:\intelFPGA\20.1\quartus\bin64"
quartus_cdb.exe ./e32p/krx -c krb0 --update_mif
-- Add whatever you want to do post build---
No more WSL nagging message!!
PS: Using PowerShell over cmd.exe was a personal preference!
- raviganesh4 years ago
Occasional Contributor
Rant:
Atmel Studio Uses GNU. Even Arduino uses GNU. Intalling them is breeze.
Has anyone installed Nios 2 EDS 20.1 in windows. It is so painful.
Why did Altera become Intel!!!