This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Building gcc, i686-linux-hosted, i386-lynx-lynxos target


I've tried egcs 1.1.2 & gcc 2.9.5, binutils 2.9.1.0.23 & 2.9.5.  It always chokes on compiling floating-pt functions in libgcc2.c.  The compiler uses a .align 3 statement, which an old gas manual says is legit on x86.  (It means align on a 2^3 byte boundary.) The cross-assembler complains about the alignment.  Tried building 2.9.5 as a straight native linux compiler, and it sailed right through no problem.  I looked in the gcc/cross compiler FAQs, didn't see anything.  Any ideas?
-- 
Christopher Stutts
Innovative Concepts, Inc.
8200 Greensboro Dr., Suite 801
McLean, VA 22102
703-893-2007 x210
Fax:703-893-5890
stutts@innocon.com
 
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]