X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Thu, 6 Dec 2001 09:50:04 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Ricky Chan cc: djgpp AT delorie DOT com Subject: Re: I can not build crossgcc In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 6 Dec 2001, Ricky Chan wrote: > I build gcc for ARM target development, but it does not successfully. I am > using gcc-core-2.95.2.tar.bz2 and gcc-g++-2.95.2.tar.bz2. > > configure gcc > /src/gcc/gcc-2.95.2/configure --target=arm-elf \ > --prefix=/tools \ > --exec-prefix=/tools/H-i686-pc-cygwin \ > --with-gnu-as --with-gnu-ld --with-newlib \ > -v 2>&1 | tee configure.out Looks like you are using the Cygwin port, not the DJGPP port. If so, this isn't the right place to post such problems; please send to the Cygwin mailing list instead.