You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the linker ld says that it cannot find the shared object, so I download the *.so file into the required folder from the error.
The shared object that I have downloaded and copied into this path:
/lib/x86_64-linux-gnu/libusb-1.0.so.4.4.4
Then, I run the command
sudo make lib32
I still get the same issue.
The text was updated successfully, but these errors were encountered:
Original post: https://github.com/casper-astro/mlib_devel/blob/master/docs/src/How-to-install-Xilinx-ISE.md
Hi! I follow your guide to install the USB Cable Driver and I have installed the prerequisite which is
on a 64-bit machine.
Then, I use the command:
and I get the following error:
Since the linker ld says that it cannot find the shared object, so I download the *.so file into the required folder from the error.
The shared object that I have downloaded and copied into this path:
Then, I run the command
I still get the same issue.
The text was updated successfully, but these errors were encountered: