cannot build with both os
(unix_ffi) and os-path
#12516
Unanswered
blairneumann
asked this question in
Unix & Windows
Replies: 1 comment
-
I think this is related to micropython/micropython-lib#672 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Building the unix port fails when both
os
(from unix_ffi) andos-path
are required from the manifest. The followingmanifest.py
is sufficient for a repro.Repro steps:
manifest.py
make -C mpy-cross
make -C ports/unix submodules
make -C ports/unix FROZEN_MANIFEST=manifest.py
This is the error that I get:
Things I've tried:
require
statements in the manifestinclude("$(PORT_DIR)/variants/standard/manifest.py")
in the manifestCFLAGS_EXTRA=-Wno-unused-const-variable
Building with GCC 9.4.0
Beta Was this translation helpful? Give feedback.
All reactions