Skip to content

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

@matsujirushi

Description

@matsujirushi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions