Build issues with build_sh

Having issues with the site, hardware, source code, or any other issues?
Post Reply
gaprice2354
Posts: 10
Joined: Sun Apr 20, 2014 8:22 am

Build issues with build_sh

Post 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
gaprice2354
Posts: 10
Joined: Sun Apr 20, 2014 8:22 am

Re: Build issues with build_sh

Post 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?
gaprice2354
Posts: 10
Joined: Sun Apr 20, 2014 8:22 am

Re: Build issues with build_sh

Post by gaprice2354 »

Solved...incase any linux "aces" like myself run into this issue

sudo apt-get install libxtst6:i386
Post Reply