Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 2 months ago.
What's the meaning to these two warnings while offline compilation in coocox?
Hi, I tried to compile mbed official/mbed-dev (https://developer.mbed.org/users/mbed_official/code/mbed-dev/) code offline in coocox coide ide. I exported this code as a program to the offline ide. But when I build the code, I got 2 same errors 100s of time. Errors are:
[cc] cc1.exe: warning: command line option '-std=gnu++98' is valid for C++/ObjC++ but not for C
[cc] cc1.exe: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
[cc] cc1.exe: warning: command line option '-std=gnu++98' is valid for C++/ObjC++ but not for C
[cc] cc1.exe: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
What could be the possible reason for this, and how can I solve it?
Thanks, Arjun