hacks:fpga:xilinx2015.1bugs
* Download the Vivado Web Pack
- run this script, but it has bug in the configure script.
- bash Xilinx_Vivado_SDK_2015.1_0428_1_Lin64.bin –confirm
- If you see this error
ERROR: This installation is not supported on 32 bit platforms. The program './xsetup' returned an error code (1)
- About to extract 20 KB in /tmp/selfgz1983114932 … Proceed ? [Y/n] “This random string will be different each time”
- gvim /tmp/selfgz1983114932/xsetup
- search for
echo "ERROR: This installation is not supported on 32 bit platforms." exit 1;
- replace with
echo "ERROR: This installation is not supported on 32 bit platforms." #exit 1;
- continue
hacks/fpga/xilinx2015.1bugs.txt · Last modified: 2017/03/31 20:17 by tdwebste