* [parisc-linux] Correction for the PA-RISC/Linux Boot HOWTO at ESIEE's web site.
@ 2002-01-11 15:55 Rafael Herrera
2002-01-13 15:39 ` [parisc-linux] gcc bug phi 4369
2002-01-15 17:23 ` [parisc-linux] New Version!! (was Correction for the PA-RISC/Linux Boot HOWTO at ESIEE's web site.) Thomas Marteau
0 siblings, 2 replies; 5+ messages in thread
From: Rafael Herrera @ 2002-01-11 15:55 UTC (permalink / raw)
To: parisc-linux; +Cc: deb, marteaut
I'm booting a 715/80 workstation using a PC with SuSE 7.2. Trying to
follow the examples to configure bootp/tftp at
http://mkhppa1.esiee.fr/parisc-linux-boot/parisc-linux-boot/preparation.html
I could not get it to boot.
This distribution sets the daemons as follows:
tftp dgram udp wait root /usr/sbin/tcpd in.tftpd -s /tftpboot
bootps dgram udp wait root /usr/sbin/bootpd bootpd -c /tftpboot
This a chroot setup, so the example /etc/bootptab in the web page will
not work.
The configuration that worked for me is the following:
parisc:hd=/:\
:ht=ethernet:\
:ha=0800093BF206:\
:ip=192.168.0.8:\
:bf=lifimage:\
:sm=255.255.0.0:\
:to=7200:
Where the bootable kernel image was the lifimage created using "make
palo" (The web page description is ambiguous as to what image to use:
vmlinux or lifimage)
Also the purpose of the parameter "rp" in the example bootptab is not
clear in the example. Its purpose is to specify a root filesystem to
mount, but the lifimage has that parameter set from palo Makefile.
--
Rafael
^ permalink raw reply [flat|nested] 5+ messages in thread* [parisc-linux] gcc bug
2002-01-11 15:55 [parisc-linux] Correction for the PA-RISC/Linux Boot HOWTO at ESIEE's web site Rafael Herrera
@ 2002-01-13 15:39 ` phi 4369
2002-01-13 17:36 ` Grant Grundler
2002-01-15 17:23 ` [parisc-linux] New Version!! (was Correction for the PA-RISC/Linux Boot HOWTO at ESIEE's web site.) Thomas Marteau
1 sibling, 1 reply; 5+ messages in thread
From: phi 4369 @ 2002-01-13 15:39 UTC (permalink / raw)
Cc: parisc-linux
Hi All,
On my palinux box I got this gcc error while compiling a source code.
$ gcc -c -g -O3 c2.c
c.c: In function `string_match_1':
c.c:406: Internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Where should I submit this? since it happen on a palinux box I dunno if the
gcc maitainer does have such a box?
Thanx in advance,
Phi
--
mailto:Philippe_Benard@hp.com
WTEC HP-UX kernel debugging tools
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] gcc bug
2002-01-13 15:39 ` [parisc-linux] gcc bug phi 4369
@ 2002-01-13 17:36 ` Grant Grundler
2002-01-13 19:11 ` John David Anglin
0 siblings, 1 reply; 5+ messages in thread
From: Grant Grundler @ 2002-01-13 17:36 UTC (permalink / raw)
To: phi 4369; +Cc: parisc-linux
phi 4369 wrote:
> Where should I submit this?
iirc, the error output tells one where to submit the bug report.
Perhaps that has changed.
> since it happen on a palinux box I dunno if the
> gcc maitainer does have such a box?
J. David Anglin is HPPA co-maintainer and he watches this list.
And yes - he has several parisc boxes.
thanks,
grant
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] gcc bug
2002-01-13 17:36 ` Grant Grundler
@ 2002-01-13 19:11 ` John David Anglin
0 siblings, 0 replies; 5+ messages in thread
From: John David Anglin @ 2002-01-13 19:11 UTC (permalink / raw)
To: Grant Grundler; +Cc: phi, parisc-linux
> phi 4369 wrote:
> > Where should I submit this?
File it in gnats:
<http://gcc.gnu.org/cgi-bin/gnatsweb.pl>.
The more information that you can provide the better. One of the first
things to do is generate preprocessed source, then run cc1 under a
debugger to find where the segementation fault occurred.
> > since it happen on a palinux box I dunno if the
> > gcc maitainer does have such a box?
However, I don't yet have a working palinux system and neither does
Jeff Law as far as I am aware. If the problem is generic, then with
luck it can be fixed fairly easily. However, the odds are that the
problem is specific to palinux.
One of the problems that we face is that the deb version of gcc has
been quite heavily hacked for parisc-linux, and thus it isn't supportable.
I hope that we can get one of the standard releases or the mainline code
working as soon as possible. There are still problems with gdb and
binutils on palinux (eg., passing floats in dynamic calls, etc).
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [parisc-linux] New Version!! (was Correction for the PA-RISC/Linux Boot HOWTO at ESIEE's web site.)
2002-01-11 15:55 [parisc-linux] Correction for the PA-RISC/Linux Boot HOWTO at ESIEE's web site Rafael Herrera
2002-01-13 15:39 ` [parisc-linux] gcc bug phi 4369
@ 2002-01-15 17:23 ` Thomas Marteau
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Marteau @ 2002-01-15 17:23 UTC (permalink / raw)
To: raffo; +Cc: parisc-linux, debian hppa
Hi all,
As Rafael Herrera did, I would like your feedback from my new
version of PA-RISC/Linux Boot HOWTO.
http://mkhppa1.esiee.fr/parisc-linux-boot/parisc-linux-boot/index.html
-I added a complete chapter about compiling a kernel for HP PA-RISC system.
-I did a complete review of the text b/c of the progress of the port
-I added a note for users that are not using Debian that you should
blame the absence of standard for the default parameters more than the
guy who did this howto :-)
(b/c there are a lot of distro for Linux and that's great but I can't do
a step by step for each of them :-) )
Please, if you have any comment to make about this text, could you reply
to me because I would like update the version of Linuxdoc with a minimum
of errata.
Thomas.
ESIEE Team
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-01-15 17:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-11 15:55 [parisc-linux] Correction for the PA-RISC/Linux Boot HOWTO at ESIEE's web site Rafael Herrera
2002-01-13 15:39 ` [parisc-linux] gcc bug phi 4369
2002-01-13 17:36 ` Grant Grundler
2002-01-13 19:11 ` John David Anglin
2002-01-15 17:23 ` [parisc-linux] New Version!! (was Correction for the PA-RISC/Linux Boot HOWTO at ESIEE's web site.) Thomas Marteau
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.