This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Re: building crossgcc for m68k-coff on WINNT


> machine=pentiumpro         # equivalent to i686-pc-cygwin

Try "machine=i586-pc-cygwin"


> # Compile gcc
> mkdir -p build$gccdir
> cd build$gccdir
> ../$gccdir/configure --verbose --target=$target --prefix=$prefix
> --with-newlib --host=$machine --enable-languages=
> make all install

Try

../$gccdir/configure --host=$machine --target=$target --prefix=$prefix
--with-newlib -v 2>&1 | tee configure.out
make all install 2>&1 | tee make.out

and take a look at configure.out file and make.out file. Maybe you can find in
those files some tips about what is wrong.



Try to update your system to latest cygwin version (1.1.4). This new version has
been improved in many points and many bugs were fixed...


If you can, also try to apply Service Pack 6 on WinNT 4.


Good Luck...



Joćo Cadamuro Junior
LIT / CPDTT / CEFET-PR


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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