cmakeModules
cmakeModules copied to clipboard
I got ```shell $ cmake -Bbuild -DCMAKE_TOOLCHAIN_FILE=/usr/lib/cmake/xilinx/toolchain_clang_crosscomp_arm.cmake ... /opt/Xilinx/Vitis/2022.2/gnu/aarch64/lin/aarch64-linux/bin/../x86_64-petalinux-linux/usr/bin/aarch64-xilinx-linux/aarch64-xilinx-linux-ld.real: warning: library search path "/lib/../lib64" is unsafe for cross-compilation /opt/Xilinx/Vitis/2022.2/gnu/aarch64/lin/aarch64-linux/bin/../x86_64-petalinux-linux/usr/bin/aarch64-xilinx-linux/aarch64-xilinx-linux-ld.real: warning: library search path "/usr/lib/../lib64" is unsafe for cross-compilation /opt/Xilinx/Vitis/2022.2/gnu/aarch64/lin/aarch64-linux/bin/../x86_64-petalinux-linux/usr/bin/aarch64-xilinx-linux/aarch64-xilinx-linux-ld.real: warning:...
* remove checks for chess mk and DSP lib * verify FindVitis works on native Ubuntu and WSL
The petalinux sysroot has some shortcomings in the way it is structured which prevent clang from picking the 'right' include and library paths. Rather than patching these individually, it's better...
Two changes here: 1) The Ryzen AI Software 1.3.0 installer installs things into a python venv. The binaries are put in the venv binary path (e.g. `venv/bin`) whereas the libraries...