FX3 SDK Linux install problem

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
jebr_1237166
Level 1
Level 1
5 replies posted First reply posted First like given

I can see in /usr/local/lib the link libcyusb -> /usr/local/lib/libcyusb.s0.1 and libcyusb.s0.1.

But install.sh has a problem, copy of my terminal:

jbrehm@jbrehm-desktop:~/FX3_SDK/FX3_SDK_1.3.4_Linux/cyusb_linux_1.0.5$ sudo ./install.sh

[sudo] password for jbrehm:

Your current directory is /home/jbrehm/FX3_SDK/FX3_SDK_1.3.4_Linux/cyusb_linux_1.0.5. This is where the cyusb_suite software will be installed...

g++ -fPIC -o lib/libcyusb.o -c lib/libcyusb.cpp

g++ -shared -Wl,-soname,libcyusb.so -o lib/libcyusb.so.1 lib/libcyusb.o -l usb-1.0 -l rt

cd lib; ln -sf libcyusb.so.1 libcyusb.so

rm -f lib/libcyusb.o

./install.sh: line 50: qmake-qt4: command not found

make: *** No rule to make target '/usr/share/qt4/mkspecs/linux-g++-64/qmake.conf', needed by 'Makefile'.  Stop.

make: *** No rule to make target '/usr/share/qt4/mkspecs/linux-g++-64/qmake.conf', needed by 'Makefile'.  Stop.

jbrehm@jbrehm-desktop:~/FX3_SDK/FX3_SDK_1.3.4_Linux/cyusb_linux_1.0.5$ cyusb_linux

cyusb_linux: error while loading shared libraries: libcyusb.so: cannot open shared object file: No such file or directory

Followed all the guidelines before install.sh. Attempting to install on a x86 platform.

Also, can I install the FX3 SDK on a ARM Linux platform?

Its Ubuntu 18.

Thanks

0 Likes
1 Solution
JayakrishnaT_76
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hello,

Please refer to the readme file that can be found in the directory cyusb_linux_1.05 which is obtained after downloading and extracting FX3 SDK for linux. This file contains the pre-requisites for installing FX3 SDK for linux.

qt4 is a pre-requisite for installing FX3 SDK for linux. So you need to install it before installing FX3 SDK. This can be done by using the following command:

sudo apt install qt4-default

Regarding your query on whether FX3 SDK can be installed on Ubuntu 18 or not, We have tested the SDK upto Ubuntu 16. But, we have seen customers installing and using the SDK for Ubuntu 18 also.

Best Regards,

Jayakrishna

Best Regards,
Jayakrishna

View solution in original post

0 Likes
3 Replies
JayakrishnaT_76
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hello,

Please refer to the readme file that can be found in the directory cyusb_linux_1.05 which is obtained after downloading and extracting FX3 SDK for linux. This file contains the pre-requisites for installing FX3 SDK for linux.

qt4 is a pre-requisite for installing FX3 SDK for linux. So you need to install it before installing FX3 SDK. This can be done by using the following command:

sudo apt install qt4-default

Regarding your query on whether FX3 SDK can be installed on Ubuntu 18 or not, We have tested the SDK upto Ubuntu 16. But, we have seen customers installing and using the SDK for Ubuntu 18 also.

Best Regards,

Jayakrishna

Best Regards,
Jayakrishna
0 Likes
JoNe_4646056
Level 3
Level 3
10 replies posted 10 sign-ins 5 replies posted

Yes, I installed the FX3 SDK on Ubuntu 18.04 LTS (x64 though) and built an app with no issues.

SaraLeslie
Community Manager
Community Manager
Community Manager
250 sign-ins 100 sign-ins 50 likes received

Hello,

Were you able to resolve this issue? If not please let us know, if so then please take a minute to mark the thread as answered.

Best Regards, Sara

Community Manager
0 Likes