05-15-2020 04:55 AM - edited 05-15-2020 04:56 AM
I know version is not officially supported from Xilinx, however I encounter the following:
rlwrap: warning: your $TERM is 'screen-256color' but rlwrap couldn't find it in the terminfo database. Expect some problems.
****** Xilinx Software Commandline Tool (XSCT) v2019.2
**** SW Build 2700185 on Thu Oct 24 18:45:48 MDT 2019
** Copyright 1986-2019 Xilinx, Inc. All Rights Reserved.
package require hsi FAILED:
invalid command name "hsi::create_dt_node"
while executing
"hsi::create_dt_node -help"
(in namespace eval "::hsi::help" script line 6)
invoked from within
"namespace eval ::hsi::help {
variable version 0.1
::xsdb::setcmdmeta {hsi create_dt_node} categories {hsi}
::xsdb::setcmdmeta {hsi create..."
(file "/tools/Xilinx/Vitis/2019.2/scripts/xsct/hsi/hsihelp.tcl" line 25)
invoked from within
"source /tools/Xilinx/Vitis/2019.2/scripts/xsct/hsi/hsihelp.tcl"
("package ifneeded hsi::help 0.1" script)
when invoking xsct from XSDK 2019.1 / Vitis 2019.2 from within Ubuntu 19.10 and Ubuntu 20.04. xsdb, on the other hand, runs fine.
Any known workaround for this?
Thanks,
06-05-2020 03:05 AM
For me it helped to install ncurses5:
sudo apt-get install libncurses5
Got the idea from here: https://forums.xilinx.com/t5/Embedded-Development-Tools/linux-xilinx-xsdk-stopped-working/td-p/751892
06-05-2020 03:05 AM
For me it helped to install ncurses5:
sudo apt-get install libncurses5
Got the idea from here: https://forums.xilinx.com/t5/Embedded-Development-Tools/linux-xilinx-xsdk-stopped-working/td-p/751892
06-08-2020 01:07 AM