stdint types not recognized in soc_common.h #44781
-
Description
we build the hello_world sample with the following command:
the build fails:
If I explicitly import from <stdint.h> in soc_common.h I get other errors:
soc_common.h has an interrupt function prototypes for the nuclei_eclic. The function arguments use stdint.h types. When I build for that board the build completes. So what is the difference in RV64 vs RV32? Any typedef that create in soc_common.h fails with
Impact Thank you - |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Please include |
Beta Was this translation helpful? Give feedback.
Please include
stdint.h
inside#ifndef _ASMLANGUAGE
block.