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

stdint.h not found error on compile for OpenCM #109

Open
psyclops opened this issue Sep 2, 2022 · 0 comments
Open

stdint.h not found error on compile for OpenCM #109

psyclops opened this issue Sep 2, 2022 · 0 comments

Comments

@psyclops
Copy link

psyclops commented Sep 2, 2022

I am seeing the following error on compile. I have tried various different versions of the OpenCM9.04 (1.51, 1.50, 1.42, 1.31) and both Arduino IDE 1.8.19 and 1.8.20 with no change. In case it had anything to do with my code (which used to compile) I tried compiling one of the example programs (read_write_x) and got the same error.

Oddly enough the file stdint.h is in fact in the directory C:\Users[userid]\AppData\Local\Arduino15\packages\OpenCM904\tools\opencm_gcc\5.4.0-2016q2\lib\gcc\arm-none-eabi\5.4.1\include

Arduino: 1.8.19 (Windows 10), Board: "OpenCM9.04 Board, OpenCM Bootloader"

In file included from C:\Users[userid]\AppData\Local\Arduino15\packages\OpenCM904\hardware\OpenCM904\1.3.1\cores\arduino/Arduino.h:23:0,

             from sketch\read_write_x.ino.cpp:1:

c:\users[userid]\appdata\local\arduino15\packages\opencm904\tools\opencm_gcc\5.4.0-2016q2\lib\gcc\arm-none-eabi\5.4.1\include\stdint.h:9:26: fatal error: stdint.h: No such file or directory

compilation terminated.

exit status 1

Error compiling for board OpenCM9.04 Board.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

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