| delorie.com/archives/browse.cgi | search |
| From: | pavenis AT lanet DOT lv |
| To: | floyd7 AT my-deja DOT com, djgpp AT delorie DOT com |
| Date: | Tue, 25 Apr 2000 13:15:06 +0200 |
| MIME-Version: | 1.0 |
| Subject: | Re: linux-x-djgpp gcc compiler errors |
| Message-ID: | <39059A5A.11073.106183@localhost> |
| In-reply-to: | <8dukn6$e96$1@nnrp1.deja.com> |
| X-mailer: | Pegasus Mail for Win32 (v3.12c) |
| 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 |
You may try my binaries:
http://www.lanet.lv/~pavenis/djgpp/binutils-20000314-linux-x-djgpp.tgz
http://www.lanet.lv/~pavenis/djgpp/gcc-2.95.2-linux-x-djgpp.tgz
http://www.lanet.lv/~pavenis/djgpp/gcc-2.95.2-linux-x-djgpp.info.tgz
http://www.lanet.lv/~pavenis/djgpp/gcc-2.95.2.linux-to-djgpp.bin.txt
glibc-2.1 or better REQUIRED.
But PLEASE DON'T patch djgpp.djl as recommended somewhere is djcrx203.zip
Use unchanged version of this file.
Andris
On 23 Apr 2000, at 10:53, floyd7 AT my-deja DOT com wrote:
> I been trying to setup a Linux-x-djgpp cross compiler. I followed the
> steps in DJ Delorie "Building a Linux-x-djgpp cross compiler".
>
> Can anyone tell me whats going on here in my log file here. I ran
> "make > make.log 2>&1" to log what happens when i run "make" under the
> gcc build directory.
>
> log file:::
>
> gcc -DCROSS_COMPILE -DIN_GCC -g -O2 -DHAVE_CONFIG_H -o collect2
> collect2.o tlink.o hash.o intl.o
> underscore.o version.o obstack.o ../libiberty/libiberty.a
> cp xgcc gcc-cross
> /usr/src/djgpp/cross/gcc/gcc/xgcc -B/usr/src/djgpp/cross/gcc/gcc/
> -B/usr/local/i586-pc-msdosdjgpp/bin/
> -I/usr/local/i586-pc-msdosdjgpp/include -dumpspecs > tmp-specs
> mv tmp-specs specs
> echo "void __foo () {}" > dummy.c
> /usr/src/djgpp/cross/gcc/gcc/xgcc -B/usr/src/djgpp/cross/gcc/gcc/
> -B/usr/local/i586-pc-msdosdjgpp/bin/
> -I/usr/local/i586-pc-msdosdjgpp/include -DCROSS_COMPILE -DIN_GCC -g
> -O2 -I./include -c dummy.c
> i586-pc-msdosdjgpp-ar rc libgcc1.null dummy.o
> make[1]: i586-pc-msdosdjgpp-ar: Command not found
> make[1]: *** [libgcc1.null] Error 127
> make[1]: Leaving directory `/usr/src/djgpp/cross/gcc/gcc'
> make: *** [all-gcc] Error 2
>
> ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
> I have the file "i586-pc-msdosdjgpp-ar" sitting in my /usr/local/bin and
> /usr/local/i586-pc-msdosdjgpp/bin
> directories. Can you tell me why it is not finding it.
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |