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

'uint32_t' does not name a type at SystemVersion.h in Linux #21

Open
matsujirushi opened this issue Apr 17, 2023 · 0 comments
Open

'uint32_t' does not name a type at SystemVersion.h in Linux #21

matsujirushi opened this issue Apr 17, 2023 · 0 comments

Comments

@matsujirushi
Copy link
Member

An error occurs when compiling ReButtonApp in a Linux environment.

Error messages:

/home/ubuntu/.arduino15/packages/SeeedJP/hardware/SeeedJP_ReButton/2.1/cores/arduino/system/SystemVersion.h:21:1: error: 'uint32_t' does not name a type
 uint32_t getMajorVersion();
 ^
/home/ubuntu/.arduino15/packages/SeeedJP/hardware/SeeedJP_ReButton/2.1/cores/arduino/system/SystemVersion.h:24:1: error: 'uint32_t' does not name a type
 uint32_t getMinorVersion();
 ^
/home/ubuntu/.arduino15/packages/SeeedJP/hardware/SeeedJP_ReButton/2.1/cores/arduino/system/SystemVersion.h:27:1: error: 'uint32_t' does not name a type
 uint32_t getPatchVersion();
 ^
/home/ubuntu/.arduino15/packages/SeeedJP/hardware/SeeedJP_ReButton/2.1/cores/arduino/system/SystemVersion.cpp:21:1: error: 'uint32_t' does not name a type
 uint32_t getMajorVersion()
 ^
/home/ubuntu/.arduino15/packages/SeeedJP/hardware/SeeedJP_ReButton/2.1/cores/arduino/system/SystemVersion.cpp:27:1: error: 'uint32_t' does not name a type
 uint32_t getMinorVersion()
 ^
/home/ubuntu/.arduino15/packages/SeeedJP/hardware/SeeedJP_ReButton/2.1/cores/arduino/system/SystemVersion.cpp:33:1: error: 'uint32_t' does not name a type
 uint32_t getPatchVersion()

Screen shot:
image

Environment:

  • Ubuntu 20.04
  • Arduino IDE 2.0.4
  • SeeedJP ReButton by Seeed K.K. Version 2.1
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