Compiling micropython module with g++ errors #10777
Answered
by
danimasa
danimasa
asked this question in
Core Development
-
Hello I'm trying to compile some code with a g++ compiler because I need to integrate micropython kernel with some cpp code. But I'm getting the following error in
I tried to compile the code with an |
Beta Was this translation helpful? Give feedback.
Answered by
danimasa
Feb 22, 2023
Replies: 1 comment 1 reply
-
I resolved the problem adapting the syntax to cpp:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
danimasa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I resolved the problem adapting the syntax to cpp: