It it possible to compile C++ applications for bare metal Zedboard Zynq-7000 without Xilinx Vitis huge stuff? I just want to check whether some C++ libraries use compatible language features.
Asked
Active
Viewed 165 times
1
-
1The zynq-7000 has two arm cortex A9 cores. You can use the arm cross compiler to check your code without installing Vitis. – panic Nov 15 '21 at 16:20