Build environment: macOS
Moddable SDK version: 8.0.0
Target device: pico
Description
A brief summary of the problem
Steps to Reproduce
- add
$(MODDABLE)/modules/io/manifest.json to manifest file.
- Build and install the app using this build command:
mcconfig -d -m -p pico
/build/tmp/pico/debug/helloworld/modResolve.c.o
/Users/satoshi/Projects/moddable/modules/network/net/pico/modNet.c:26:10: fatal error: pico/cyw43_arch.h: No such file or directory
26 | #include "pico/cyw43_arch.h"
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [/Users/satoshi/Projects/moddable/build/tmp/pico/debug/helloworld/modNet.c.o] Error 1
make: *** Waiting for unfinished jobs....
/Users/satoshi/Projects/moddable/modules/network/net/pico/modResolve.c:27:10: fatal error: lwip/tcp.h: No such file or directory
27 | #include "lwip/tcp.h"
| ^~~~~~~~~~~~
compilation terminated.
make: *** [/Users/satoshi/Projects/moddable/build/tmp/pico/debug/helloworld/modResolve.c.o] Error 1
modules/io/manifest.json includes manifest_net.json, but pico can't use network future.
Build environment: macOS
Moddable SDK version: 8.0.0
Target device: pico
Description
A brief summary of the problem
Steps to Reproduce
$(MODDABLE)/modules/io/manifest.jsonto manifest file.mcconfig -d -m -p picomodules/io/manifest.json includes
manifest_net.json, but pico can't use network future.