[GCC-XML] Install problems with I386.md mmx.md sse.md errors
    Brad King 
    brad.king at kitware.com
       
    Wed Apr 22 12:16:30 EDT 2009
    
    
  
Ng, Enrico wrote:
> I have attached a log file from using "make VERBOSE=1" and the requested gencondmd.i file.
Thanks, that helps.  The TARGET_64BIT symbol is supposed to be defined by
"/home/enricong/gccxml-build/GCC/gcc/options.h".  It is a generated file.
Please send me options.h, options.c, and optionlist from that directory.
Actually, I would not be surprised if windows newlines cause the problem.
The options.h file is generated by "opth-gen.awk", which uses 'awk' to
do line processing of "GCC/gcc/config/i386/i386.opt", and is supposed to
see the option
   m64
   Target RejectNegative Negative(m32) Report Mask(64BIT)
   Generate 64bit x86-64 code
and turn it into TARGET_64BIT.  Perhaps the newlines are confusing awk.
-Brad
    
    
More information about the gccxml
mailing list