[GCC-XML] Install problems with I386.md mmx.md sse.md errors

Brad King brad.king at kitware.com
Wed Apr 22 08:23:39 EDT 2009


Ng, Enrico wrote:
> I am running CentOS 5 64-bit and am having a lot of problems getting gccxml installed.  I had to download the source using wincvs because I am behind a proxy so I had some issues getting the files over to linux properly.
> 
> I was able to get cmake to complete but ran into an issue I am not sure how to solve while building.

What was your cmake command line?
What compiler are you using to build?

> Here is an excerpt of the output.
> 
> [ 24%] Built target genconstants
> [ 24%] Building C object GCC/gcc/CMakeFiles/gencondmd.dir/gencondmd.o
> /home/enricong/gccxml/GCC/gcc/config/i386/i386.md:4961: error: ‘TARGET_64BIT’ undeclared here (not in a function)

Please run "make VERBOSE=1" to see the compiler command line in use.
Please run

   cd GCC/gcc
   make gencondmd.i

and send me the .i file that is produced (off-list).

Thanks,
-Brad



More information about the gccxml mailing list