This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: soalris 8/9/10 target of gas


Thnks.
I had follwowed Eric Botcazou advice and tried:
./configure--target=i386-sun-solaris2.8 .
from binutil root;
./configure succeeded, but make failed.
here is the log; I 'll appreciate any help.


make
make all-recursive
make[1]: Entering directory `/work/src/binutils-2.14/gas'
Making all in doc
make[2]: Entering directory `/work/src/binutils-2.14/gas/doc'
rm -f asconfig.texi
ln -s ./all.texi ./asconfig.texi >/dev/null 2>&1 \
|| ln ./all.texi ./asconfig.texi >/dev/null 2>&1 \
|| cp ./all.texi ./asconfig.texi
rm -f gasver.texi
echo '@set VERSION 2.14' > gasver.texi
touch as.1
perl ../../etc/texi2pod.pl -Dman < ./as.texinfo > as.pod
Option GCC not defined
Option LD not defined
(pod2man --center="GNU Development Tools" --release="binutils-2.14" --section=1
as.pod | \
sed -e '/^.if n .na/d' > as.1.T$$ && \
mv -f as.1.T$$ as.1) || \
(rm -f as.1.T$$ && exit 1)
rm -f as.pod
make[2]: Leaving directory `/work/src/binutils-2.14/gas/doc'
Making all in po
make[2]: Entering directory `/work/src/binutils-2.14/gas/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/work/src/binutils-2.14/gas/po'
make[2]: Entering directory `/work/src/binutils-2.14/gas'
make[2]: *** No rule to make target `../bfd/bfd.h', needed by `app.o'. Stop.
make[2]: Leaving directory `/work/src/binutils-2.14/gas'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/work/src/binutils-2.14/gas'
make: *** [all-recursive-am] Error 2


Regards,
sting

From: Eric Botcazou <ebotcazou@libertysurf.fr>
To: "sting sting" <zstingx@hotmail.com>
CC: binutils@sources.redhat.com
Subject: Re: soalris 8/9/10 target of gas
Date: Mon, 29 Mar 2004 17:48:47 +0200

> I don't know exactly what "canonical names are"

The standardized names used by the GNU project.

> but solaris2.8, solaris2.9 and solaris2.10 don't appear in config.sub.

Config.sub uses regular expressions and the likes.

Try to configure with --target=i386-sun-solaris2.8 .

--
Eric Botcazou

_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail



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