* Re: [parisc-linux] Question about compatibility...
2000-08-15 19:31 [parisc-linux] Question about compatibility T. Martin
@ 2000-08-15 18:43 ` Matthew Wilcox
2000-08-16 14:18 ` David Huggins-Daines
2000-08-18 1:56 ` [parisc-linux] architecture overview books? Andrew Park
0 siblings, 2 replies; 7+ messages in thread
From: Matthew Wilcox @ 2000-08-15 18:43 UTC (permalink / raw)
To: T. Martin; +Cc: parisc-linux
On Tue, Aug 15, 2000 at 02:31:45PM -0500, T. Martin wrote:
> Hey I just had a thought is there anyway that Linux is going to be
> binary compatible with HP-Unix like Alpha-Linux can run Tru64 bins if
> theyre statically compiled.
linux-2.3/arch/parisc/hpux/ say anything to you? :-)
Naturally, it's incomplete. Additions welcomed.
--
Revolutions do not require corporate support.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [parisc-linux] Question about compatibility...
@ 2000-08-15 19:31 T. Martin
2000-08-15 18:43 ` Matthew Wilcox
0 siblings, 1 reply; 7+ messages in thread
From: T. Martin @ 2000-08-15 19:31 UTC (permalink / raw)
To: parisc-linux
Hey I just had a thought is there anyway that Linux is going to be
binary compatible with HP-Unix like Alpha-Linux can run Tru64 bins if
theyre statically compiled.
Terry
catfish: icq #20116127
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] Question about compatibility...
2000-08-15 18:43 ` Matthew Wilcox
@ 2000-08-16 14:18 ` David Huggins-Daines
2000-08-18 1:56 ` [parisc-linux] architecture overview books? Andrew Park
1 sibling, 0 replies; 7+ messages in thread
From: David Huggins-Daines @ 2000-08-16 14:18 UTC (permalink / raw)
To: T. Martin; +Cc: parisc-linux
Matthew Wilcox <matthew@wil.cx> writes:
> On Tue, Aug 15, 2000 at 02:31:45PM -0500, T. Martin wrote:
> > Hey I just had a thought is there anyway that Linux is going to be
> > binary compatible with HP-Unix like Alpha-Linux can run Tru64 bins if
> > theyre statically compiled.
>
> linux-2.3/arch/parisc/hpux/ say anything to you? :-)
I might add that Linux on Alpha can run dynamically linked Tru64
binaries too as long as you have the Tru64 dynamic loader and libs
installed :-)
We're hoping that this will eventually work on Linux/PA-RISC too.
--
dhd@linuxcare.com, http://www.linuxcare.com/
Linuxcare. Support for the revolution.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [parisc-linux] architecture overview books?
2000-08-15 18:43 ` Matthew Wilcox
2000-08-16 14:18 ` David Huggins-Daines
@ 2000-08-18 1:56 ` Andrew Park
2000-08-18 14:24 ` Matthew Wilcox
1 sibling, 1 reply; 7+ messages in thread
From: Andrew Park @ 2000-08-18 1:56 UTC (permalink / raw)
To: parisc-linux
Hi,
Can all the register information be found in
PCXL_ers.pdf
file? I found it in
http://thepuffingroup.com/parisc/documentation.html
Or are there other sources where I can get architecture overview?
Andrew Park
________________________________________________________________________
CDFlab Systems Administrator www.cdf.utoronto.ca |
Team BlueShirt Developer www.blueshirt.org |
GnuPG Signature www.cdf.utoronto.ca/~apark/public_key.txt |
------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] architecture overview books?
2000-08-18 1:56 ` [parisc-linux] architecture overview books? Andrew Park
@ 2000-08-18 14:24 ` Matthew Wilcox
2000-08-19 6:51 ` [parisc-linux] gcc make failures Andrew Park
0 siblings, 1 reply; 7+ messages in thread
From: Matthew Wilcox @ 2000-08-18 14:24 UTC (permalink / raw)
To: Andrew Park; +Cc: parisc-linux
On Thu, Aug 17, 2000 at 09:56:01PM -0400, Andrew Park wrote:
> Hi,
>
> Can all the register information be found in
>
> PCXL_ers.pdf
>
> file? I found it in
>
> http://thepuffingroup.com/parisc/documentation.html
>
> Or are there other sources where I can get architecture overview?
If you check the links at the bottom, there's one to the PA1.1 and PA2.0
Architecture manuals.
--
Revolutions do not require corporate support.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [parisc-linux] gcc make failures
2000-08-18 14:24 ` Matthew Wilcox
@ 2000-08-19 6:51 ` Andrew Park
2000-08-30 4:12 ` Matt Taggart
0 siblings, 1 reply; 7+ messages in thread
From: Andrew Park @ 2000-08-19 6:51 UTC (permalink / raw)
To: parisc-linux
Hi, all
Just wondering ... I'm trying to build gcc, but although I passed in
make LIBGCC2_INCLUDES=-I$DEST/include
it seems that in later stages, it forgets to include -I$DEST/include flag.
Okay, so for now I manually edited Makefile to pass in that flag, but
then I ran into the following
/local/src/puffin/gcc-build/gcc/g++ -B/local/src/puffin/gcc-build/gcc/ -B/junk/puffin/hppa1.1-linux/bin/ -L/local/src/puffin/gcc-build/hppa1.1-linux/libstdc++ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I../../../gcc/libstdc++ -I../../../gcc/libstdc++/stl -I../libio -I../../../gcc/libstdc++/../libio -nostdinc++ -I/junk/puffin/include -DF `for N in MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC
NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT; do echo " -D${N}"; done` \
../../../gcc/libstdc++/cinst.cc -o fcomplex.o
In file included from ../../../gcc/libstdc++/complex:8,
from ../../../gcc/libstdc++/std/complext.cc:29,
from ../../../gcc/libstdc++/cinst.cc:30:
../../../gcc/libstdc++/std/complext.h:314: declaration of `double hypot (double, double)' throws
different exceptions
/junk/puffin/include/bits/mathcalls.h:150: than previous declaration `double hypot (double, double)
throw ()'
make[1]: *** [bigstmp-complx] Error 1
make[1]: Leaving directory `/usr/local/src/puffin/gcc-build/hppa1.1-linux/libstdc++'
By this I figure I might be doing something wrong, hence the e-mail.
I'll appreciate any comment.
Thanks
Andrew Park
________________________________________________________________________
CDFlab Systems Administrator www.cdf.utoronto.ca |
Team BlueShirt Developer www.blueshirt.org |
GnuPG Signature www.cdf.utoronto.ca/~apark/public_key.txt |
------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] gcc make failures
2000-08-19 6:51 ` [parisc-linux] gcc make failures Andrew Park
@ 2000-08-30 4:12 ` Matt Taggart
0 siblings, 0 replies; 7+ messages in thread
From: Matt Taggart @ 2000-08-30 4:12 UTC (permalink / raw)
To: Andrew Park; +Cc: parisc-linux
Andrew Park writes...
> Hi, all
>
> Just wondering ... I'm trying to build gcc, but although I passed in
>
> make LIBGCC2_INCLUDES=-I$DEST/include
Rather than do that I would use a "--with-headers=$DEST/include" flag in the
configure phase.
Or if you're lazy or not interesting in building it yourself you could just
grab an i386-linux cross compiler tarball from,
ftp://puffin.external.hp.com/pub/parisc/binaries/LinuxX86/xc-latest.tgz
--
Matt Taggart
taggart@fc.hp.com
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2000-08-30 4:10 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-08-15 19:31 [parisc-linux] Question about compatibility T. Martin
2000-08-15 18:43 ` Matthew Wilcox
2000-08-16 14:18 ` David Huggins-Daines
2000-08-18 1:56 ` [parisc-linux] architecture overview books? Andrew Park
2000-08-18 14:24 ` Matthew Wilcox
2000-08-19 6:51 ` [parisc-linux] gcc make failures Andrew Park
2000-08-30 4:12 ` Matt Taggart
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.