So, I am unable to find gccxml in ubuntu18,hep me download gccxml in ubuntu18. castxml is easily available. But I need gccxml. Also what is installation candidate? Thanks.
Asked
Active
Viewed 673 times
1 Answers
1
The GCC-XML home page says:
Note: GCC-XML has been succeeded by CastXML.
CastXML has been packaged for Ubuntu. However, the replacement is based on the LLVM toolchain.
You could try to compile GCC-XML yourself, but since it was apparently based on GCC 4.2 (released in 2007), it is a dead end, especially for processing C++ sources.

Florian Weimer
- 32,022
- 3
- 48
- 92
-
I have done my work using castxml, thanks @Florian Weimer !! – Aadil Hoda Feb 18 '19 at 22:13