Trying to link an existing working web application in sdk2.0.0 and none of the header files are being found even though they are there
I deleted the build directory and started a build and immediately got errors (W11, VSCode)
CMakeLists.txt and pico-sdk-import.cmake unchanged from working 1.6 build
Code:
#include "pico/cyw43_arch.h"#include "lwip/dns.h"#include "lwip/udp.h"#include "lwip/tcp.h"#include "lwip/apps/mqtt.h"#include "lwip/apps/mqtt_priv.h"#include "lwip/timeouts.h"#include "lwip/ip_addr.h"#include "lwip/mem.h"#include "lwip/err.h"
CMakeLists.txt and pico-sdk-import.cmake unchanged from working 1.6 build
[build] In file included from D:\Dropbox\PicoMite\PicoMiteWeb\MMBasic_Includes.h:34,
[build] from D:\Dropbox\PicoMite\PicoMiteWeb\PicoMite.c:39:
[build] D:\Dropbox\PicoMite\PicoMiteWeb\Custom.h:26:10: fatal error: pico/cyw43_arch.h: No such file or directory
[build] 26 | #include "pico/cyw43_arch.h"
[build] | ^~~~~~~~~~~~~~~~~~~
[build] compilation terminated.
Statistics: Posted by matherp — Fri Aug 09, 2024 2:23 pm