05-17-2020 06:30 AM
Hi!
I installed zcu102_base board on vitis and when trying to reproduce Hello World example i get the following error.
Any idea guys?Thanks in advance
05-18-2020 04:36 AM
Hi @stzog
The path should be set to <Sysroot path>\sysroots\aarch64-xilinx-linux
05-18-2020 04:00 AM
Hi @stzog
It looks like the sysroot path issue.
Did you set the path correctly?
05-18-2020 04:32 AM
Hi @nutang
I just installed sysroots_scripts.tar.gz by running sdk.sh on its default installation folder...
How to set up correctly?Do you mean via Vitis GUI when it asks for sysroot path in new application project?Which is the right path i should give?
Regards
05-18-2020 04:36 AM
Hi @stzog
The path should be set to <Sysroot path>\sysroots\aarch64-xilinx-linux
05-18-2020 04:46 AM
05-18-2020 04:47 AM
If you want to just create a baremetal hello world app, then you dont need the sysroots
05-18-2020 04:56 AM
I want to run some simple application to get used to and learn Vitis in order to start my PhD in Machine Learning algorithms acceleartion.
05-18-2020 05:37 AM - edited 05-18-2020 06:02 AM
This is the sysroot installation folder....
Moreover do i have to source /opt/petalinux/2019.2/environment-setup-cortexa9t2hf-neon-xilinx-linux-gnueabi???
05-18-2020 11:40 AM
I had to instal both sdk.sh provided in sysroots_scripts folder and moreover petalinux that i had not installed...
everything runs flawlessly!thanks a lot!!!!!