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
ISSUE:
When I try to compile I get a ton of errors.
The full list is here: https://pastebin.com/wy3f7zvQ but the gist of it is in the code the type uint32 (not uint32_t) is used but it doesn't exist and more missing types which I'm not sure about.
HOW TO REPLICATE:
Simply clone the project and try to build it.
ADDITIONAL NOTES:
I am using gcc 13.2.1-3 on an Arch system that is completely up to date and this also seems to happen when you try to use the version from the /extra Arch repo.
The text was updated successfully, but these errors were encountered:
ISSUE:
When I try to compile I get a ton of errors.
The full list is here: https://pastebin.com/wy3f7zvQ but the gist of it is in the code the type uint32 (not uint32_t) is used but it doesn't exist and more missing types which I'm not sure about.
HOW TO REPLICATE:
Simply clone the project and try to build it.
ADDITIONAL NOTES:
I am using gcc 13.2.1-3 on an Arch system that is completely up to date and this also seems to happen when you try to use the version from the /extra Arch repo.
The text was updated successfully, but these errors were encountered: