Quantcast
Viewing all articles
Browse latest Browse all 3049

ARM: Calling C++ function on C main

Hi, I'm a beginner on MCU programming (STM32F4 discovery) I'm building my code on C language. Recently, i find some library in C++ can achieved my job. However, when i compile it, errors occurred. "#20: identifier "namespace" is undefined _RWSTD_NAMESPACE_BEGIN (__rw)"#65: expected a ";" ...... I think the issue comes from the compiler is C compiler which cannot compile C++ code. How can i do with this c

Viewing all articles
Browse latest Browse all 3049