Replies: 2 comments
-
For the make based ports it should be the folder specified, rather than the cmake for within, eg. Pointing to the cmake file is just for cmake based ports, eg. rp2 and esp. |
Beta Was this translation helpful? Give feedback.
0 replies
-
🤦🏻♂️ it took me 2 hours to realize, thanks @andrewleech, it worked |
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.
-
I created a Docker file to be able to build a custom C module. I followed this example. When I build it, I never get the message
Including User C Module from /modules/cexample
also when Iimport cexample
in python I get a module not found error. I'm building for unixI think nothing is wrong with the build process I have created, please try it yourself, to run it type
docker-compose up --build
test-c-modules.zip
Beta Was this translation helpful? Give feedback.
All reactions