Where's this unrecognized flag being set? #86598
Unanswered
spagdoon0411
asked this question in
Q&A
Replies: 0 comments
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.
-
Targeting an esp32c3_devkitm. On a
west build -b esp32c3_devkitm <application_name>
I get an error:This seems to be associated with a flag related to MacOS, but I can't tell where it's being set. Here's the head and tail of the command that seems to run on the
west build
(excluding a bunch of-I
imports):Here's a shallow view of the project.
Other applications using the same Zephyr SDK and Risc V toolchain in different workspaces build just fine, but sample applications in this workspace run into the same issue.
Would anyone happen to know where I might start to look to find where these flags are being set? Doesn't seem like it's in any of my modified CMakeLists, but I have a pretty big project. Does Zephyr do this?
Beta Was this translation helpful? Give feedback.
All reactions