ESP8266_NONOS_SDK | ESP8266 nonOS SDK - All documentations @ http : //espressif | SDK library
kandi X-RAY | ESP8266_NONOS_SDK Summary
kandi X-RAY | ESP8266_NONOS_SDK Summary
All documentations @
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ESP8266_NONOS_SDK
ESP8266_NONOS_SDK Key Features
ESP8266_NONOS_SDK Examples and Code Snippets
Community Discussions
Trending Discussions on ESP8266_NONOS_SDK
QUESTION
I'm somehow not able to compile C++ code using the ESP8266 NONOS SDK.
I use the gen_misc.sh
-script to configure and compile the program,
but it outputs the following error:
ANSWER
Answered 2018-Sep-06 at 13:28The header files you are including are C header files, not C++. The C++ compiler will mangle the function names, leading to the above error you see. You need to wrap them in an extern block like this to tell the compiler not to mangle them:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ESP8266_NONOS_SDK
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page