Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4803

SDK • SDK2.0.0 - all web include links failing

$
0
0
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

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"
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
[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



Viewing all articles
Browse latest Browse all 4803

Trending Articles