Page 1 of 1

Build issues with build_sh

Posted: Sun Apr 20, 2014 6:17 pm
by gaprice2354
Trying to run the build shell i recieve the following. Do i have some directory mismatch? Running Ubuntu14.04


greg@greg-HP-Pavilion-dv7-Notebook-PC:~/bladeRF/hdl/quartus$ ./build_bladerf.sh -r hosted -s 115

##########################################################################
Generating NIOS II Qsys for bladeRF ...
##########################################################################

./build_bladerf.sh: line 121: ip-generate: command not found

Re: Build issues with build_sh

Posted: Sun Apr 20, 2014 7:19 pm
by gaprice2354
Ok i realized this issue was due to not being inside the nios shell. After getting into the appropriae shell it kicked off but i was left at

INFO: Finished initializing SOPC project local software IP. Total time taken = 2 seconds
INFO: Searching for BSP components with category: driver_element
INFO: Searching for BSP components with category: software_package_element
SEVERE: /home/greg/altera/13.1/quartus/linux/jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory
SEVERE: nios2-bsp-generate-files failed.

Any thoughts?

Re: Build issues with build_sh

Posted: Sun Apr 20, 2014 10:15 pm
by gaprice2354
Solved...incase any linux "aces" like myself run into this issue

sudo apt-get install libxtst6:i386