* Re: [parisc-linux] Building bin-utils and gcc on HP735...
@ 2000-03-31 17:59 BOSCHINI
2000-03-31 17:26 ` willy
0 siblings, 1 reply; 9+ messages in thread
From: BOSCHINI @ 2000-03-31 17:59 UTC (permalink / raw)
To: willy; +Cc: PARISC-LINUX
Hello all,
I installed bison and then flex (also needed) but still binutils make dies with
a strange (at leat to me) yacc error:
lex /TMP/binutils/ld/ldlex.l && mv lex.yy.c ldlex.c
"/TMP/binutils/ld/ldlex.l" line 303: error 3: Parse tree too big, Try using %e
num
1000/1000 nodes(%e), 0/2500 positions(%p), 1/500 (%n), 0 transitions, 0/1000
packed char classes(%k), 0/4000 packed transitions(%a), 0/5000 output slots(%o)
*** Error exit code 1
Stop.
*** Error exit code 1
Nevertheless, being the impatient chap that I am, I stil ltried to buil
gg-latest, which,in turn, dies with an as error:
_muldi3
as: "/var/tmp/ccFVV40c.s", line 1: error 1052: Directive name not recognized -
FILE
as: "/var/tmp/ccFVV40c.s", line 3: error 1052: Directive name not recognized -
STABS
as: "/var/tmp/ccFVV40c.s", line 4: error 1052: Directive name not recognized -
STABS
as: "/var/tmp/ccFVV40c.s", line 5: error 1052: Directive name not recognized -
TEXT
as: "/var/tmp/ccFVV40c.s", line 6: error 1052: Directive name not recognized -
LTEXT
as: "/var/tmp/ccFVV40c.s", line 7: error 1052: Directive name not recognized -
STABS
as: "/var/tmp/ccFVV40c.s", line 8: error 1052: Directive name not recognized -
STABS
and so forth untill maximu error count is reached.....
are the two related ?
or is it just me doing something very stupid ?
thanks in advance,
matteo
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [parisc-linux] Building bin-utils and gcc on HP735...
2000-03-31 17:59 [parisc-linux] Building bin-utils and gcc on HP735 BOSCHINI
@ 2000-03-31 17:26 ` willy
0 siblings, 0 replies; 9+ messages in thread
From: willy @ 2000-03-31 17:26 UTC (permalink / raw)
To: BOSCHINI; +Cc: PARISC-LINUX
On Fri, Mar 31, 2000 at 05:59:32PM +0000, BOSCHINI@ICIL64.CILEA.IT wrote:
> I installed bison and then flex (also needed) but still binutils make dies with
> a strange (at leat to me) yacc error:
>
> lex /TMP/binutils/ld/ldlex.l && mv lex.yy.c ldlex.c
> "/TMP/binutils/ld/ldlex.l" line 303: error 3: Parse tree too big, Try using %e
> num
> 1000/1000 nodes(%e), 0/2500 positions(%p), 1/500 (%n), 0 transitions, 0/1000
> packed char classes(%k), 0/4000 packed transitions(%a), 0/5000 output slots(%o)
You need to rerun the configure script once you've installed flex; you're
still picking up HPUX lex.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [parisc-linux] Building bin-utils and gcc on HP735...
@ 2000-03-31 10:51 BOSCHINI
2000-03-31 16:52 ` willy
2000-04-04 16:25 ` Paul Bame
0 siblings, 2 replies; 9+ messages in thread
From: BOSCHINI @ 2000-03-31 10:51 UTC (permalink / raw)
To: PARISC-LINUX; +Cc: BOSCHINI, QUATTRONE
Hello,
first of all, compliments for the project.
I started some days ago trying to install parisc-linux on a 735 box.
I started using gcc-2.95.2 and the corresponding binutils, as downloaded from
http://hpux.tn.tudelft.nl/
Then, realisng a needed the parisc includes from the puffin, I re-started from
scratch. As sson as I start building, both with HP Ansi C compiler as well with
gcc 2.95, the binutils, I get an error about not finding bison
Making all in po
/bin/sh /TMP/binutils/binutils/../ylwrap "`if [ -f ../bison/bison ] ;
then echo ../bison/bison -y -L/TMP/binutils/binutils/../bison/ ; else echo
bison -y ; fi`" /TMP/binutils/binutils/arparse.y y.tab.c arparse.c y.tab.h
arparse.h -- -d
/TMP/binutils/binutils/../ylwrap[86]: bison: not found.
*** Error exit code 1
So, i decided to try building the puffin gcc using my old bin-utils, but,
obviously, make dies as soon as bison is required.
Do I need to install bIson first of building binutils and gcc ?
I have another question as well, is FDDI supported ?
My box is on FDDI so I'd like to know it.
Anyway, thanks in advance and again, compliments for the great job !!!!
Matteo Boschini
System and Network Administrator
C.I.L.E.A.
(boschini@cilea.it)
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [parisc-linux] Building bin-utils and gcc on HP735...
2000-03-31 10:51 BOSCHINI
@ 2000-03-31 16:52 ` willy
2000-03-31 15:55 ` Nick Cabatoff
2000-03-31 22:27 ` Steven Pritchard
2000-04-04 16:25 ` Paul Bame
1 sibling, 2 replies; 9+ messages in thread
From: willy @ 2000-03-31 16:52 UTC (permalink / raw)
To: BOSCHINI; +Cc: PARISC-LINUX, BOSCHINI, QUATTRONE
On Fri, Mar 31, 2000 at 10:51:34AM +0000, BOSCHINI@ICIL64.CILEA.IT wrote:
> Then, realisng a needed the parisc includes from the puffin, I re-started from
> scratch. As sson as I start building, both with HP Ansi C compiler as well with
> gcc 2.95, the binutils, I get an error about not finding bison
That's correct, you need bison. Would someone like to volunteer to make
a bison .depot available from pehc? It should build properly on HPUX;
we certainly have a binary which works here, but I think it needs to be
packaged properly...
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [parisc-linux] Building bin-utils and gcc on HP735...
2000-03-31 16:52 ` willy
@ 2000-03-31 15:55 ` Nick Cabatoff
2000-03-31 22:27 ` Steven Pritchard
1 sibling, 0 replies; 9+ messages in thread
From: Nick Cabatoff @ 2000-03-31 15:55 UTC (permalink / raw)
To: PARISC-LINUX
On Mar 31, willy@thepuffingroup.com wrote:
> On Fri, Mar 31, 2000 at 10:51:34AM +0000, BOSCHINI@ICIL64.CILEA.IT
> wrote:
> > Then, realisng a needed the parisc includes from the puffin, I
> > re-started from scratch. As sson as I start building, both with HP
> > Ansi C compiler as well with gcc 2.95, the binutils, I get an
> > error about not finding bison
>
> That's correct, you need bison. Would someone like to volunteer to
> make a bison .depot available from pehc? It should build properly
> on HPUX; we certainly have a binary which works here, but I think it
> needs to be packaged properly...
There's one (1.28) at http://hpux.ee.ualberta.ca if that's good
enough...
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [parisc-linux] Building bin-utils and gcc on HP735...
2000-03-31 16:52 ` willy
2000-03-31 15:55 ` Nick Cabatoff
@ 2000-03-31 22:27 ` Steven Pritchard
2000-04-01 1:19 ` Steven Pritchard
1 sibling, 1 reply; 9+ messages in thread
From: Steven Pritchard @ 2000-03-31 22:27 UTC (permalink / raw)
To: willy; +Cc: parisc-linux
willy@thepuffingroup.com said:
> Would someone like to volunteer to make
> a bison .depot available from pehc?
There's a binary package for HP-UX 11.0 in
ftp://puffin.external.hp.com/pub/parisc/binaries/depot/11.0/
(It's totally untested. Please let me know if there are problems.)
I'll build a 10.20 package as soon as I get home and can reboot my
box...
Steve
--
steve@silug.org | Linux Users of Central Illinois
(618)398-7320 | Meetings the 4th Tuesday of every month
Steven Pritchard | http://www.luci.org/ for more info
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [parisc-linux] Building bin-utils and gcc on HP735...
2000-03-31 10:51 BOSCHINI
2000-03-31 16:52 ` willy
@ 2000-04-04 16:25 ` Paul Bame
2000-04-04 18:44 ` Steven Pritchard
1 sibling, 1 reply; 9+ messages in thread
From: Paul Bame @ 2000-04-04 16:25 UTC (permalink / raw)
To: BOSCHINI; +Cc: PARISC-LINUX, QUATTRONE
My guess is your build problems are still based on using some of the
HP tools instead of the GNU ones. Some things to check:
when your build asks for 'sh' it should get 'bash'
when your build asks for 'make' it should get gnu make
flex and bison you already know about.
Aliases aren't passed through makefiles and often not through shell
scripts either, so you'll have to do this with $PATH magic and/or
symbolic links. I built/installed bash, make, flex, bison, binutils,
gcc, and a bunch of other GNU tools (ls, find, tar, gzip, patch) into
/opt/puffin and put /opt/puffin/bin first in my $PATH.
Your difficulties building palo strongly indicate that HP make is
sometimes being used. palo/palo/Makefile and palo/ipl/Makefile
will work with either HP make or GNU make, but palo/Makefile will
only work with GNU make. When you do 'make palo' from linux-2.3,
the master make eventually does 'cd ../palo; make lifimage', and
it appears that perhaps this invocation of make is getting the HP one.
Sooner or later it is probably a good idea to start using GNU versions
of all the tools referenced in the makefiles and scripts if you have
the space to do so.
Happy building!
-Paul Bame
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [parisc-linux] Building bin-utils and gcc on HP735...
2000-04-04 16:25 ` Paul Bame
@ 2000-04-04 18:44 ` Steven Pritchard
0 siblings, 0 replies; 9+ messages in thread
From: Steven Pritchard @ 2000-04-04 18:44 UTC (permalink / raw)
To: parisc-linux
Paul Bame said:
> Sooner or later it is probably a good idea to start using GNU versions
> of all the tools referenced in the makefiles and scripts if you have
> the space to do so.
I should note that there are HP-UX 10.20 and 11.0 binary depot
packages of many GNU utilities at
ftp://puffin.external.hp.com/pub/parisc/binaries/depot/
Everything installs to /usr/local/bin, so you can just put that at the
beginning of your PATH, and everything should be happy. (Oh, before
installing any of it, you might want to "chmod -R go-w /usr/local".
The default permissions are insane.)
Feel free to send requests for other stuff. (I'll try to start
building packages for the CVS gcc, binutils, etc. sometime soon. I'm
still recovering from switching jobs and a move, so I'm way behind on
everything...)
Steve
--
steve@silug.org | Linux Users of Central Illinois
(618)398-7320 | Meetings the 4th Tuesday of every month
Steven Pritchard | http://www.luci.org/ for more info
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2000-04-04 18:45 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-03-31 17:59 [parisc-linux] Building bin-utils and gcc on HP735 BOSCHINI
2000-03-31 17:26 ` willy
-- strict thread matches above, loose matches on Subject: below --
2000-03-31 10:51 BOSCHINI
2000-03-31 16:52 ` willy
2000-03-31 15:55 ` Nick Cabatoff
2000-03-31 22:27 ` Steven Pritchard
2000-04-01 1:19 ` Steven Pritchard
2000-04-04 16:25 ` Paul Bame
2000-04-04 18:44 ` Steven Pritchard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox