This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: win32


Hello,
I tried to build gcc 3.1 (snapshot from 21/5/2002)
with this config but I get:

make[2]: Entering directory
`/home/zerocool/gcc/gcc-20020521/mingw/gcc'
for d in libgcc; do \
  if [ -d $d ]; then true; else /bin/sh
../../gcc/mkinstalldirs $d; fi; \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs;
fi
/home/zerocool/gcc/gcc-20020521/mingw/gcc/xgcc
-B/home/zerocool/gcc/gcc-20020521/mingw/gcc/
-B/home/zerocool/mingw/i686-pc-mingw32/bin/
-B/home/zerocool/mingw/i686-pc-mingw32/lib/ -isystem
/home/zerocool/mingw/i686-pc-mingw32/include -O2
-I../../gcc/../winsup/include
-I../../gcc/../winsup/cygwin/include
-I../../gcc/../winsup/w32api/include -DIN_GCC
-DCROSS_COMPILE   -W
-Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -isystem ./include   -g
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I.
-I../../gcc -I../../gcc/. -I../../gcc/config
-I../../gcc/../include -I/usr/include  -DL_muldi3 -c
../../gcc/libgcc2.c -o libgcc/./_muldi3.o
/tmp/cccnQPjS.s: Assembler messages:
/tmp/cccnQPjS.s:246: Error: Unknown pseudo-op:  `.def'
/tmp/cccnQPjS.s:246: Error: Unknown pseudo-op:  `.scl'
/tmp/cccnQPjS.s:246: Error: ignoring unrecognized
symbol type ""
/tmp/cccnQPjS.s:246: Error: Rest of line ignored.
First ignored character is `3'.
/tmp/cccnQPjS.s:246: Error: Unknown pseudo-op: 
`.endef'
make[2]: *** [libgcc/./_muldi3.o] Error 1
make[2]: Leaving directory
`/home/zerocool/gcc/gcc-20020521/mingw/gcc'
make[1]: *** [libgcc.a] Error 2
make[1]: Leaving directory
`/home/zerocool/gcc/gcc-20020521/mingw/gcc'
make: *** [all-gcc] Error 2

Thanx

--- Adam Megacz <gcj@lists.megacz.com> wrote:
> 
> "Billinghurst, David (CRTS)"
> <David.Billinghurst@riotinto.com> writes:
> > There are promising reports for linux -> win32
> cross-compliation
> > but it doesn't work OOTB yet.
> 
> Actually, it does work OOTB (as of 3.1). The
> binaries it produces are
> native Win32 binaries which do not require the
> Cygwin POSIX-to-Win32
> translation layer DLL.
> 
>   ../gcc/configure \
>                    --prefix=$PREFIX \
>                    --target=i686-pc-mingw32 \
>                    --host=i686-pc-linux-gnu \
>                    --enable-languages=c,c++,java \
>                    --disable-nls \
>                   
> --with-as=$PREFIX/i686-pc-mingw32/bin/as \
>                   
> --with-ld=$PREFIX/i686-pc-mingw32/bin/ld \
>                    --with-gnu-ld \
>                    --with-gnu-as \
>                    --enable-libgcj \
>                    --enable-gc-type=boehm \
>                    --disable-shared \
>                    --enable-threads=win32 \
>                    --disable-hash-synchronization \
>                    --disable-interpreter \
>                    --enable-sjlj-exceptions
> 
>   - a
> 
> -- 
> The web is dead; long live the Internet.
> http://www.xwt.org/


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com


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