You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using GCC 14.2.0 on Ubuntu 24.04, and my GCC complains about the usage of uint16_t without including <cstdint>. Adding includes in src/backend/mem.h and src/common/common.h fixed it, as in #42.
The lc3tools do not compile with GCC 13.2.1 without including in src/backend/mem.h and src/common/common.h.
The text was updated successfully, but these errors were encountered: