fhoedemakers / pico-infonesPlus

NES Emulator with SD card and menu support for the Raspberry PI Pico, Pico 2 and other RP2040/RP2350 based microcontrollers. Play your games from SD card on a HDMI display.
GNU General Public License v3.0
255 stars 28 forks source link

Build errors in pico_lib in SDK 2.0.0 #52

Closed fhoedemakers closed 1 month ago

fhoedemakers commented 1 month ago

There are build errors in dvi/dma.cpp and dvi/dvi.cpp when using SDK 2.0.0

This is in the linked repository pico_lib.

I submitted an issue with the repository owner (#10) and proposed the necessary changes to make it build again.

fhoedemakers commented 1 month ago

As workaround for now, revert to SDK 1.5.1:

cd pico-sdk
git checkout tags/1.5.1
git submodule update

Schermafbeelding 2024-08-29 om 04 26 26

fhoedemakers commented 1 month ago

Made changes to my local fork. Now pico_lib builds.