Skip to content

pico fails to build when including the manifest. #1594

@stc1988

Description

@stc1988

Build environment: macOS
Moddable SDK version: 8.0.0
Target device: pico

Description
A brief summary of the problem

Steps to Reproduce

  1. add $(MODDABLE)/modules/io/manifest.json to manifest file.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions