Mail Archives: djgpp-workers/1998/01/22/21:02:54
Right, I see it now...when was it introduced?
What's the difference between:
coff-go32
coff-go32-exe
coff-i386
BTW, I hacked up a specs and a linker script some, and I've been using
this:
#! /bin/sh
export GNUTARGET=coff-i386
unset LIBRARY_PATH
unset LD_LIBRARY_PATH
# export LDEMULATION=i386coff
export GCC_EXEC_PREFIX=/usr/gnu/bin/coff-
gcc -V 2.7.2 -b go32 ${1+"$@"}
for a while (a year?) with no problems. (on linux)
In message <34C7B98E DOT 9B98D3AD AT gmx DOT net>, you write:
>Marty Leisner wrote :
>>
>> Well, I'm a bit confused by the output formats...
>>
>> I've been building cross-compilers/binuitls to run in dosemu on linux for a
>couple
>> of years...
>>
>> cygnus 9801118 gas (the beta version) has:
>>
>[...]
>> i[3456]86-*-msdosdjgpp*) targ_emul=i386go32 ;;
>>
>[...]
>> where did coff-go32-exe come from?
>>
>from the BF library. :-) Your problem is, that you are mixing two
>different things. You are asking about the output target and give
>examples for the emulation types.
>
>As you have (and hopefully also use) the newer gas snapshots, then you
>should know about it.
>
>> I'm not home now (where I have the work), but I recall I just use
>> i386-go32 with no reall problems...
>
>I can't imagine that you did this with the snapshot you mentioned or
>you haven't built the cross binutils for targeting ...pc-msdosdjgpp.
>(probably you remember this from binutils 2.7)
>
>> I also recall at one time I was using i386coff without much of a problem...
>Here also in binutils 2.7, but binutils 2.8.1 (with the patches from
>bnu281s.zip) or newer snapshots without patches (because they are
>applied
>there already) have for DJGPP the target i..-pc-msdosdjgpp. If you use
>any other, then it is wrong.
>
>Robert
>--
>******************************************************
>* email: Robert Hoehne <robert DOT hoehne AT gmx DOT net> *
>* Post: Am Berg 3, D-09573 Dittmannsdorf, Germany *
>* WWW: http://www.tu-chemnitz.de/~sho/rho *
>******************************************************
>
- Raw text -