UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
10-12-2017 10:46 PM
I want to uninstall Xilinx SDK 2017.3 from my Linux (RHEL) system. I tried the following:
1] cd /opt/Xilinx/.xinstall/SDK_2017.3
2] ./xsetup -uninstall
However, it only shows the download and install options. How do I install it?
Thanks
10-12-2017 11:27 PM
use capital U as shown below:
./xsetup -Uninstall
10-12-2017 11:17 PM
Try this below command its working for me.
.xinstall/xic/xsetup -Uninstall
10-12-2017 11:27 PM
use capital U as shown below:
./xsetup -Uninstall
10-13-2017 09:01 AM
Thanks. that worked.