Building Arm Project Missing stdint.h
by Sylvester Ink from LinuxQuestions.org on (#4ZW9W)
I'm trying to build a project using the arm compiler (installed the arm-gcc and arm-binutils packages from Slackbuilds.org), but it seems that I'm missing stdint.h.
Code:arm-none-eabi/9.2.0/include/stdint.h|9 col 16| fatal error: stdint.h: No such file or directorySome quick searching shows that in other distributions, such as Ubuntu, there may be other arm C libraries to install, but I'm not finding these on Slackbuilds. Is there a package I'm missing?


Code:arm-none-eabi/9.2.0/include/stdint.h|9 col 16| fatal error: stdint.h: No such file or directorySome quick searching shows that in other distributions, such as Ubuntu, there may be other arm C libraries to install, but I'm not finding these on Slackbuilds. Is there a package I'm missing?