@BonusPlay I was able to get around that by creating a script named 'arch' and putting it on my path.
#!/bin/bash
echo $(uname -m)
I don't get that error anymore, however now it lingers for a bit longer and closes.
****** Vitis HLS - High-Level Synthesis from C, C++ and OpenCL v2020.2 (64-bit)
**** SW Build 3064766 on Wed Nov 18 09:12:47 MST 2020
**** IP Build 3064653 on Wed Nov 18 14:17:31 MST 2020
** Copyright 1986-2020 Xilinx, Inc. All Rights Reserved.
source /opt/Xilinx/Vitis_HLS/2020.2/scripts/vitis_hls/hls.tcl -notrace
INFO: [HLS 200-10] Running '/opt/Xilinx/Vitis_HLS/2020.2/bin/unwrapped/lnx64.o/vitis_hls'
INFO: [HLS 200-10] For user 'dramm' on host 'DCH-Arch' (Linux_x86_64 version 5.11.7-zen1-1-zen) on Fri Mar 19 11:28:40 -03 2021
INFO: [HLS 200-10] On os "Arch Linux"
INFO: [HLS 200-10] In directory '/home/dramm'
INFO: [HLS 200-10] Bringing up Vitis HLS GUI ...
INFO: [Common 17-206] Exiting vitis_hls at Fri Mar 19 11:28:46 2021...
Pinned Comments
leuko commented on 2024-01-14 21:14 (UTC) (edited on 2024-09-26 06:41 (UTC) by leuko)
PKGBUILD
cannot download Vivado, you have to download Vivado before executing thePKGBUILD
. Refer toPKGBUILD
.This
PKGBUILD
is also able to install Vitis with some errors, however there is a standalone package called vitis AUR which seems to be more advanced than the installation in thisPKGBUILD
.