Wren6991 / PicoDVI

Bitbanged DVI on the RP2040 Microcontroller
BSD 3-Clause "New" or "Revised" License
1.23k stars 135 forks source link

In file included from .pio\libdeps\development\PicoDVI - Adafruit Fork\src\libdvi\tmds_encode.S:3: .pio\libdeps\development\PicoDVI - Adafruit Fork\src\libdvi\dvi_config_defs.h:12:10: fatal error: pico/config.h: No such file or directory 12 | #include "pico/config.h" #65

Closed Carlos-TGW closed 1 month ago

Carlos-TGW commented 2 months ago

Anybody know how to fix this?

This is an error for the PicoDVI library downloaded from platfrom. Here is the full build output:

Library Manager: Could not parse manifest -> Extra data: line 1 column 7 (char 6) Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/raspberrypi/adafruit_feather_dvi.html PLATFORM: Raspberry Pi RP2040 (1.12.0+sha.503933d) > Feather RP2040 DVI HARDWARE: RP2040 133MHz, 264KB RAM, 8MB Flash DEBUG: Current (blackmagic) External (blackmagic, cmsis-dap, jlink, pico-debug, picoprobe, raspberrypi-swd) PACKAGES:

Wren6991 commented 1 month ago

This is an issue with your build system. It looks like the source files are being built without the pico_base_headers SDK library which is a pretty serious bug in whatever tool you are using to build this (you didn't say which).

Closing as it's not an issue with PicoDVI itself.