Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20705 Discussions

Create this project script

Altera_Forum
Honored Contributor II
977 Views

I have downloaded the design example: 20110828_nios2_linux_3c120_125mhz_11.0sp1.tgz from the Altera WiKi. 

 

When I run the script ./create-this-project.sh I get this error print out: 

 

Attempting to run the ip-generate for Qsys system... 

/opt/home/svan/projects/nios2_linux_3c120_125mhz_11.0sp1/build_scripts/utils/copy_and_generate_qsys_system.shinc: line 118: ip-generate: command not found 

 

Qsys system was NOT generated successfully... 

Error in copy_and_generate_qsys_system... 

 

I am running Quartus 11.1 SP2. I had to change this line in the script to pass the version check: 

 

EXPECTED_QUARTUS_VERSION="Version 11.1 Build 259"
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
256 Views

I found the problem. I was missing this path in my $PATH variable: 

/opt/Altera/11.1sp2/quartus/sopc_builder/bin
0 Kudos
Reply