Skip to content

Error [2/7] Building ec_probe tool #2

Description

@SriCharanJ

device : Asus A15 TUF (2021)

[2/7] Building ec_probe tool...

Working in secure temp directory: /tmp/tmp.YXjJFxNe76
ec_probe.c:13:33: error: unknown type name ‘uint32_t’
13 | static inline int wait_ec(const uint32_t port, const uint32_t flag, const char value) {
| ^~~~~~~~
ec_probe.c:13:54: error: unknown type name ‘uint32_t’
13 | static inline int wait_ec(const uint32_t port, const uint32_t flag, const char value) {
| ^~~~~~~~
ec_probe.c:20:8: error: unknown type name ‘uint8_t’
20 | static uint8_t read_ec(const uint32_t port) {
| ^~~~~~~
ec_probe.c:20:30: error: unknown type name ‘uint32_t’
20 | static uint8_t read_ec(const uint32_t port) {
| ^~~~~~~~
ec_probe.c:29:27: error: unknown type name ‘uint32_t’
29 | static int write_ec(const uint32_t port, const uint8_t value) {
| ^~~~~~~~
ec_probe.c:29:48: error: unknown type name ‘uint8_t’
29 | static int write_ec(const uint32_t port, const uint8_t value) {
|

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions