Ubuntu build failure: please include stdint.h header
vpa1977 opened this issue · 1 comments
vpa1977 commented
xilinx-runtime fails to build in Ubuntu Oracular Oriole[1] due to the undefined fixed-width integers:
/<<PKGBUILDDIR>>/src/runtime_src/core/edge/common/aie_parser.h:87:3: error: ‘uint32_t’ does not name a type
87 | uint32_t id;
Would it be possible to include stdint.h
that defines those types?
NB. C++ alternative is cstdint, but the standard says that it must define std::, e.g. std::uint32_t.