[GCC-XML] string in gccxml

Kedar Joshi kpjoshi at gmail.com
Fri Nov 12 15:29:14 EST 2004


I am trying to run gccxml on the following code:

#include <string>
using namespace std;
...
string echoString(string)
...

It compiles with gccxml, but not with gccxml_cc1plus. 
Gccxml generates a very large file with a lot of unwanted stuff. Is
there another way to use a C++ string and maybe without generating the
extra code?

thanks,
Kedar



More information about the gccxml mailing list