Hi
Thanks for those who replied especially hippy who I think has pointed me in a direction where I've managed to make and link the project examples.
I deleted the installed SDK and downloaded V1.4.0. - rebuilt the files but MAKE generated errors like this :-
fixed by adding #include <cstdint> to pio_disassembler.h.
It now builds and generates the example .uf2 files.
However I have no display on when testing the files against a ASUS HDMI computer monitor.
Does a PICO RP2040 support HDMI as SDK 1.4.0 only has a RP2040 directory in src?
Thanks again.
MC
Thanks for those who replied especially hippy who I think has pointed me in a direction where I've managed to make and link the project examples.
I deleted the installed SDK and downloaded V1.4.0. - rebuilt the files but MAKE generated errors like this :-
Code:
In file included from /home/mc/pico-sdk/tools/pioasm/pio_disassembler.cpp:10:/home/mc/pico-sdk/tools/pioasm/pio_disassembler.h:16:25: error: ‘uint16_t’ was not declared in this scope 16 | std::string disassemble(uint16_t inst, uint sideset_bits, bool sideset_opt); It now builds and generates the example .uf2 files.
However I have no display on when testing the files against a ASUS HDMI computer monitor.
Does a PICO RP2040 support HDMI as SDK 1.4.0 only has a RP2040 directory in src?
Thanks again.
MC
Statistics: Posted by mpc — Wed Feb 04, 2026 9:03 am