Replies: 1 comment 3 replies
-
Hi @mjm987 , Did you got any idea to fix this if yes please share your input, I'm also having the same issue. |
Beta Was this translation helpful? Give feedback.
3 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.
-
I tried to patch a Zephyr driver file (eg. drivers/modem/gsm_ppp.c) out-of-tree by copying the driver file to the application src directory and modifying it...
But when building I get a "multiple definition of ...".
I tried to remove the original source in CMakeLists.txt by
list(FILTER Zephyr EXCLUDE REGEX ".*drivers/modem/gsm_ppp.c")
but it didn't work.
Same problem when cloning the driver as an EXTRA_MODULE.
PS: Possibly it might be done by cloning the driver as a EXTRA_MODULE and renaming all the CONFIG_* options, but this is definitively not what I want to do.
Any hints?
Beta Was this translation helpful? Give feedback.
All reactions