Vitis-Tutorials icon indicating copy to clipboard operation
Vitis-Tutorials copied to clipboard

fatal error: asm/errno.h: No such file or directory

Open AEW2015 opened this issue 1 year ago • 0 comments

Had this for my Ubuntu system trying to compile the simple AIE-ML example.

This fixed it: ln -s /usr/include/asm-generic /usr/include/asm

AEW2015 avatar Apr 21 '24 03:04 AEW2015