This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: Error making a cross-compiler


David Fernandez kirjoitti:
Hi there,

	I don't know if this is the right place for questions about the gcc
build/install process. Let me know the right place otherwise.

I'm trying to compile a cross-compiler from gcc-4.0.2 sources.

It is configured this way:

/usr/src/redhat/BUILD/gcc-4.0.2/configure --prefix=/usr/local/gcc-msdos
--with-local-prefix=/usr/local/gcc-msdos --enable-checking=release
--disable-threads --disable-libunwind-exceptions
--enable-target-optspace --with-system-zlib --enable-__cxa_atexit
--enable-languages=c,c++ --host=i386-redhat-linux
--target=i686-pc-msdosdjgpp


I have source RPMS of GCC-4.0.2 cross-compiler for DJGPP target togethere with ones of needed tools at
http://ap1.pp.fi/djgpp/gcc/cross-compiler/index.html


Tested on Fedora Core 4, but all perhaps should be OK also for other versions

Andris



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