Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys/types.h no such file or directory #3

Open
sarwadenj opened this issue Jul 12, 2017 · 1 comment
Open

sys/types.h no such file or directory #3

sarwadenj opened this issue Jul 12, 2017 · 1 comment

Comments

@sarwadenj
Copy link

Hi,

While programming STM32F103C8 board I'm getting following error--

\platform\syscalls.c(13): error: #5: cannot open source input file "sys/types.h": No such file or directory

as it is system level file so I think mine compiler is not installed rightly. What's the actual reason.
How to solve it?

Thanks.

@sarwadenj
Copy link
Author

Hi,

While programming STM32F103C8 board I'm getting following error when i tried to use ARMCC and ARMCLANG, ARM compiler

\platform\syscalls.c(13): error: #5: cannot open source input file "sys/types.h": No such file or directory

As sys/types.h, types.h, sys/stat.h, unistd.h are Newlib implementation then I tried using GCC Compiler(GNU) for ARM Project compiler

--- Error: failed to execute 'arm-none-eabi-gcc'

error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant