[GCC-XML] Starting Troubles

Brad King brad.king at kitware.com
Wed May 11 18:38:10 EDT 2005


sthelapu at comcast.net wrote:
> I am new to using gcc-xml. I have problems in running the tool for the first time. I need a config file that would parse and create xml files on a c++ input. I am using gcc compiler.
>  
> What do I set GCCXML_EXECUTABLE as ?
> make install only gave gccmxl in the PREFIX directory
>  
> My version of gcc does not take the -quiet option. How do I configure this ?

If you built it from the "gccxml" source tree and not "GCC_XML" you 
should not need any special configuration.

Just run

gccxml --gccxml-compiler g++ mysource.cxx -fxml=myxml.xml

-Brad



More information about the gccxml mailing list