Custom firmware include c++ (2011) #7618
Unanswered
espruino-discuss
asked this question in
Other Board General Questions
Replies: 1 comment
-
Posted at 2020-04-30 by Jonaswinz After hours of try and error: The "-std=c++11" needs to be added to "LDFLAGS" line in the Makefile:
|
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
-
Posted at 2020-04-30 by Jonaswinz
I am trying to include my own code in the espruino firmware. My code is partly written in c++. But if I try to build it, it failed:
I tried several ways to set the -std=c++ flag in the Makefile, but I couldn't resolve it.
(If I mixed something up, I apologize, C is not my native language 😅)
Jonas
Beta Was this translation helpful? Give feedback.
All reactions