Open fhoedemakers opened 1 month ago
Lets try to replace uint by uint32_t by global find and replace over whole project. In case this type is also not found, let include stdint.h
Looks like there is other issues with gcc 13. Gcc 10 compiles and runs okay, but gcc 13 have issues
I was looking into this project to investigate if i could use parts of it for a project similar to my Pico-InfoNesPlus Nes emulator for the Raspberry Pi Pico. Stumbled on these compile errors. Did not spend much time to see what it caused however.
It's compiles and runs with GCC 10.x without any issues, so you can use it as temporrary solution :)
Hi,
I was trying to build the project from source using Pico SDK 1.5.1, gcc 13.2.0 on Ubuntu Ubuntu 24.04 LTS (WSL) , but it fails these errors:
Then i saw this line commented out in m68k,h:
So i removed the comment, but then i get these errors:
I cannot see where uint is declared elsewhere.