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-pathare required from the manifest. The followingmanifest.pyis sufficient for a repro.Repro steps:
manifest.pymake -C mpy-crossmake -C ports/unix submodulesmake -C ports/unix FROZEN_MANIFEST=manifest.pyThis is the error that I get:
Things I've tried:
requirestatements in the manifestinclude("$(PORT_DIR)/variants/standard/manifest.py")in the manifestCFLAGS_EXTRA=-Wno-unused-const-variableBuilding with GCC 9.4.0
Beta Was this translation helpful? Give feedback.
All reactions