pros-cli: Linux build not finding cerrno
Expected Behavior:
I would expect to be able to compile my programs
Actual Behavior:
I get an error: ./include/api.h:23:18: fatal error: cerrno: No such file or directory #include <cerrno> It is caused during my autonomous file compilation which is the default file as you install a new project directory.
System information:
Linux Mint
PROS Version: <!-- run prosv5 --version -->
Version 3.1.4
Additional Information
The error is produced when I run make.
Screenshots/Output Dumps/Stack Traces
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 18 (6 by maintainers)
Well, that’s the problem. You don’t have the toolchain installed. Please install the latest version using your favorite package manager or from the ARM developer site here.