* 2.2.1 MIPS kernel sources plus Indy kernel binaries uploaded
@ 1999-02-26 23:16 Thomas Bogendoerfer
1999-02-27 4:30 ` gkm
1999-03-06 0:35 ` Chad Carlin
0 siblings, 2 replies; 8+ messages in thread
From: Thomas Bogendoerfer @ 1999-02-26 23:16 UTC (permalink / raw)
To: linux-mips, linux, linux-mips
After syncing my two source trees with CVS, I've exported a tarball
and uploaded it to
ftp://ftp.linux.sgi.com/pub/linux/mips/test/linux-2.2.1-990226.tar.gz
I've tested compilation for Indy and Olivetti M700 (MIPS Magnum).
I also uploaded a Indy kernel (map and .config file included):
ftp://ftp.linux.sgi.com/pub/linux/mips/test/vmlinux-indy-2.2.1-990226.tar.gz
Thomas.
--
This device has completely bogus header. Compaq scores again :-|
It's a host bridge, but it should be called ghost bridge instead ;^)
[Martin `MJ' Mares on linux-kernel]
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: 2.2.1 MIPS kernel sources plus Indy kernel binaries uploaded
1999-02-26 23:16 2.2.1 MIPS kernel sources plus Indy kernel binaries uploaded Thomas Bogendoerfer
@ 1999-02-27 4:30 ` gkm
1999-02-27 11:01 ` Thomas Bogendoerfer
1999-03-06 0:35 ` Chad Carlin
1 sibling, 1 reply; 8+ messages in thread
From: gkm @ 1999-02-27 4:30 UTC (permalink / raw)
To: linux
> After syncing my two source trees with CVS, I've exported a tarball
> and uploaded it to
>
> ftp://ftp.linux.sgi.com/pub/linux/mips/test/linux-2.2.1-990226.tar.gz
>
I've tried compiling this on a base hardhat installation and here's the
resuults so far.. (no, haven't gotten a kernel out of it yet)
First, there's no modutils. I grabbed modutils2.1.121 and that compiled and
installed fine.
Next, it almost immediately blew up on a lack of a current structure.
I found that /usr/include/asm/current.h had a conditional defining of the
struct if C_language was defines, and something else if ASMing. I just took
out the conditional(don't know if it's the right thing, but compiling went
alot further)
Lastly(and most messily) it got to arch mips and tried some ASMing.
Here's a short piece of that:
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -mcpu=r4600 -mips2 -pipe -c indyIRQ.S -o indyIRQ.o
/usr/src/linux/include/asm/mipsregs.h: Assembler messages:
/usr/src/linux/include/asm/mipsregs.h:177: Error: unrecognized opcode `extern'
/usr/src/linux/include/asm/mipsregs.h:177: Error: Bad expression
/usr/src/linux/include/asm/mipsregs.h:177: Error: Missing ')' assumed
/usr/src/linux/include/asm/mipsregs.h:177: Error: Rest of line ignored. First ignored character is `i'.
/usr/src/linux/include/asm/mipsregs.h:177: Error: unrecognized opcode `__asm__'
/usr/src/linux/include/asm/mipsregs.h:177: Error: unrecognized opcode `__res'
/usr/src/linux/include/asm/mipsregs.h:177: Error: Rest of line ignored. First ignored character is `}'.
/usr/src/linux/include/asm/mipsregs.h:177: Error: unrecognized opcode `res'
/usr/src/linux/include/asm/mipsregs.h:177: Error: unrecognized opcode `res'
How has everyone else faired in the compiling game? :)
Greg
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.2.1 MIPS kernel sources plus Indy kernel binaries uploaded
1999-02-27 4:30 ` gkm
@ 1999-02-27 11:01 ` Thomas Bogendoerfer
[not found] ` <tsbogend@alpha.franken.de>
1999-03-13 3:23 ` Ulf Carlsson
0 siblings, 2 replies; 8+ messages in thread
From: Thomas Bogendoerfer @ 1999-02-27 11:01 UTC (permalink / raw)
To: gkm, linux
On Fri, Feb 26, 1999 at 11:30:50PM -0500, gkm@total.net wrote:
> How has everyone else faired in the compiling game? :)
it worked out of the box, but not on an out of the box HardHat:-(
HardHat has still gcc-2.7.2 as the default C compiler and this
compiler has different defines. So either use egcs or update your
gcc specs file (sorry, I couldn't find the patch right now, anyone ?)
Thomas.
--
This device has completely bogus header. Compaq scores again :-|
It's a host bridge, but it should be called ghost bridge instead ;^)
[Martin `MJ' Mares on linux-kernel]
^ permalink raw reply [flat|nested] 8+ messages in thread[parent not found: <tsbogend@alpha.franken.de>]
* Re: 2.2.1 MIPS kernel sources plus Indy kernel binaries uploaded
[not found] ` <tsbogend@alpha.franken.de>
@ 1999-02-28 22:16 ` Michael Hill
1999-03-01 23:16 ` Thomas Bogendoerfer
0 siblings, 1 reply; 8+ messages in thread
From: Michael Hill @ 1999-02-28 22:16 UTC (permalink / raw)
To: linux
On Feb 27, 12:01pm, Thomas Bogendoerfer wrote:
> Subject: Re: 2.2.1 MIPS kernel sources plus Indy kernel binaries uploaded
> On Fri, Feb 26, 1999 at 11:30:50PM -0500, gkm@total.net wrote:
> > How has everyone else faired in the compiling game? :)
>
> it worked out of the box, but not on an out of the box HardHat:-(
>
Works here out of the box using hardhat egcs.
Still have the aforementioned video quirks. Any further developments regarding
Newport revisions?
Mike
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: 2.2.1 MIPS kernel sources plus Indy kernel binaries uploaded
1999-02-28 22:16 ` Michael Hill
@ 1999-03-01 23:16 ` Thomas Bogendoerfer
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Bogendoerfer @ 1999-03-01 23:16 UTC (permalink / raw)
To: mdhill, linux
On Sun, Feb 28, 1999 at 05:16:59PM -0500, Michael Hill wrote:
> Still have the aforementioned video quirks. Any further developments
> regarding Newport revisions?
so far nobody could tell me, how I can read the newport revision. Without
this information it's impossible to implement a runtime workaround for
the cursor problem (and mabye others).
So once again:
Is there anybody on this list, who knows and is willing to tell me, how I
get the newport revision ?
Thomas.
--
This device has completely bogus header. Compaq scores again :-|
It's a host bridge, but it should be called ghost bridge instead ;^)
[Martin `MJ' Mares on linux-kernel]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.2.1 MIPS kernel sources plus Indy kernel binaries uploaded
1999-02-27 11:01 ` Thomas Bogendoerfer
[not found] ` <tsbogend@alpha.franken.de>
@ 1999-03-13 3:23 ` Ulf Carlsson
1 sibling, 0 replies; 8+ messages in thread
From: Ulf Carlsson @ 1999-03-13 3:23 UTC (permalink / raw)
To: Thomas Bogendoerfer; +Cc: gkm, linux
[-- Attachment #1: Type: text/plain, Size: 673 bytes --]
On Sat, Feb 27, 1999 at 12:01:44PM +0100, Thomas Bogendoerfer wrote:
> On Fri, Feb 26, 1999 at 11:30:50PM -0500, gkm@total.net wrote:
> > How has everyone else faired in the compiling game? :)
>
> it worked out of the box, but not on an out of the box HardHat:-(
>
> HardHat has still gcc-2.7.2 as the default C compiler and this
> compiler has different defines. So either use egcs or update your
> gcc specs file (sorry, I couldn't find the patch right now, anyone ?)
Ooops, sorry about the delay but here's the specs man and here's his specs file!
The specs man says: Take this specs file and put it in
/usr/local/lib/gcc-lib/mips-linux/2.7.2.2 or similar..
- Ulf
[-- Attachment #2: specs --]
[-- Type: text/plain, Size: 4048 bytes --]
*asm:
%{mcpu=*} %{m4650} %{mmad:-m4650} %{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} %{mips4} %{v} %{noasmopt:-O0} %{!noasmopt:%{O:-O2} %{O1:-O2} %{O2:-O2} %{O3:-O3}} %{g} %{g0} %{g1} %{g2} %{g3} %{ggdb:-g} %{ggdb0:-g0} %{ggdb1:-g1} %{ggdb2:-g2} %{ggdb3:-g3} %{gstabs:-g} %{gstabs0:-g0} %{gstabs1:-g1} %{gstabs2:-g2} %{gstabs3:-g3} %{gstabs+:-g} %{gstabs+0:-g0} %{gstabs+1:-g1} %{gstabs+2:-g2} %{gstabs+3:-g3} %{gcoff:-g} %{gcoff0:-g0} %{gcoff1:-g1} %{gcoff2:-g2} %{gcoff3:-g3} %{!fno-PIC:%{!fno-pic:-KPIC}} %{fPIC:-KPIC} %{fpic:-KPIC} %{fno-PIC:-non_shared} %{fno-pic:-non_shared} %{membedded-pic}
*asm_final:
*cpp:
%{.cc: -D__LANGUAGE_C_PLUS_PLUS__ -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS %{!ansi:-DLANGUAGE_C_PLUS_PLUS}} %{.cxx: -D__LANGUAGE_C_PLUS_PLUS__ -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS %{!ansi:-DLANGUAGE_C_PLUS_PLUS}} %{.C: -D__LANGUAGE_C_PLUS_PLUS__ -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS %{!ansi:-DLANGUAGE_C_PLUS_PLUS}} %{.m: -D__LANGUAGE_OBJECTIVE_C__ -D__LANGUAGE_OBJECTIVE_C -D_LANGUAGE_OBJECTIVE_C %{!ansi:-DLANGUAGE_OBJECTIVE_C}} %{.S: -D__LANGUAGE_ASSEMBLY__ -D__LANGUAGE_ASSEMBLY -D_LANGUAGE_ASSEMBLY %{!ansi:-DLANGUAGE_ASSEMBLY }} %{.s: -D__LANGUAGE_ASSEMBLY__ -D__LANGUAGE_ASSEMBLY -D_LANGUAGE_ASSEMBLY %{!ansi:-DLANGUAGE_ASSEMBLY }} %{!.S:%{!.s:-D__LANGUAGE_C__ -D__LANGUAGE_C -D_LANGUAGE_C %{!ansi:-DLANGUAGE_C }}} %{mfp32: -D_MIPS_FPSET=16}%{!mfp32: -D_MIPS_FPSET=32} %{mips1: -D_MIPS_ISA=_MIPS_ISA_MIPS1} %{mips2: -D_MIPS_ISA=_MIPS_ISA_MIPS2} %{mips3: -D_MIPS_ISA=_MIPS_ISA_MIPS3} %{mips4: -D_MIPS_ISA=_MIPS_ISA_MIPS4} %{!mips1: %{!mips2: %{!mips3: !
%{!mips4: -D_MIPS_ISA=_MIPS_ISA_MIPS1}}}} %{mint64:-D_MIPS_SZINT=64 %{!mlong64:-D__SIZE_TYPE__=long\ unsigned\ int -D__SSIZE_TYPE__=long\ int -D__PTRDIFF_TYPE__=long\ int -D_MIPS_SZLONG=64 -D_MIPS_SZPTR=64}} %{!mint64:-D_MIPS_SZINT=32 %{!mlong64:-D__SIZE_TYPE__=unsigned\ int -D__SSIZE_TYPE__=int -D__PTRDIFF_TYPE__=int -D_MIPS_SZLONG=32 -D_MIPS_SZPTR=32}} %{mlong64:-D__SIZE_TYPE__=long\ unsigned\ int -D__SSIZE_TYPE__=long\ int -D__PTRDIFF_TYPE__=long\ int -D_MIPS_SZLONG=64 -D_MIPS_SZPTR=64} %{mips3:-U__mips -D__mips=3 -D__mips64} %{mips4:-U__mips -D__mips=4 -D__mips64} %{mgp32:-U__mips64} %{mgp64:-D__mips64} %{EB:-UMIPSEL -U__MIPSEL__ -D__MIPSEB__ %{!ansi:-DMIPSEB}} %{EL:-UMIPSEB -U__MIPSEB__ -D__MIPSEL__ %{!ansi:-DMIPSEL}} %{fno-PIC:-U__PIC__ -U__pic__} %{fno-pic:-U__PIC__ -U__pic__} %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{-D__HAVE_FPU__ } %{posix:-D_POSIX_SOURCE}
*cc1:
%{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} %{mips1:-mfp32 -mgp32}%{mips2:-mfp32 -mgp32}%{mips3:%{!msingle-float:%{!m4650:-mfp64}} -mgp64} %{mips4:%{!msingle-float:%{!m4650:-mfp64}} -mgp64} %{mfp64:%{msingle-float:%emay not use both -mfp64 and -msingle-float}} %{mfp64:%{m4650:%emay not use both -mfp64 and -m4650}} %{m4650:-mcpu=r4650} %{G*} %{EB:-meb} %{EL:-mel} %{EB:%{EL:%emay not use both -EB and -EL}} %{pic-none: -mno-half-pic} %{pic-lib: -mhalf-pic} %{pic-extern: -mhalf-pic} %{pic-calls: -mhalf-pic} %{save-temps: }
*cc1plus:
*endfile:
%{!shared:crtend.o%s} %{shared:crtendS.o%s} crtn.o%s
*link:
%{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} %{mips4} %{bestGnum} %{shared} %{non_shared} %{call_shared} %{no_archive} %{exact_version} %{!shared: %{!static: %{rdynamic:-export-dynamic} %{!dynamic-linker:-dynamic-linker /lib/ld.so.1}} %{static:-static}}
*lib:
%{!shared: %{mieee-fp:-lieee} %{p:-lgmon} %{pg:-lgmon} %{!ggdb:-lc} %{ggdb:-lg}}
*libgcc:
%{!shared:-lgcc}
*startfile:
%{!shared: %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:%{profile:gcrt1.o%s} %{!profile:crt1.o%s}}}} crti.o%s %{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}
*switches_need_spaces:
*signed_char:
%{funsigned-char:-D__CHAR_UNSIGNED__}
*predefines:
-D__ELF__ -D_MIPS_SIM=_MIPS_SIM_ABI32 -D__PIC__ -D__pic__ -Dunix -Dmips -DR3000 -DMIPSEB -Dlinux -Asystem(linux) -Asystem(posix) -Acpu(mips) -Amachine(mips)
*cross_compile:
1
*multilib:
. !EL !EB;el EL !EB;eb !EL EB;
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.2.1 MIPS kernel sources plus Indy kernel binaries uploaded
1999-02-26 23:16 2.2.1 MIPS kernel sources plus Indy kernel binaries uploaded Thomas Bogendoerfer
1999-02-27 4:30 ` gkm
@ 1999-03-06 0:35 ` Chad Carlin
1999-03-06 23:06 ` ralf
1 sibling, 1 reply; 8+ messages in thread
From: Chad Carlin @ 1999-03-06 0:35 UTC (permalink / raw)
To: Thomas Bogendoerfer; +Cc: linux-mips, linux, linux-mips
Thomas,
Anyone else have trouble with these on an R4400? I tried a couple times. Both
stopped the boot process a the "freeing unused memory" part. Sorry there was no
other info.
Regards,
Chad
Thomas Bogendoerfer wrote:
> After syncing my two source trees with CVS, I've exported a tarball
> and uploaded it to
>
> ftp://ftp.linux.sgi.com/pub/linux/mips/test/linux-2.2.1-990226.tar.gz
>
> I've tested compilation for Indy and Olivetti M700 (MIPS Magnum).
>
> I also uploaded a Indy kernel (map and .config file included):
>
> ftp://ftp.linux.sgi.com/pub/linux/mips/test/vmlinux-indy-2.2.1-990226.tar.gz
>
> Thomas.
>
> --
> This device has completely bogus header. Compaq scores again :-|
> It's a host bridge, but it should be called ghost bridge instead ;^)
> [Martin `MJ' Mares on linux-kernel]
--
-----------------------------------------------------
Chad Carlin Special Systems
Silicon Graphics Inc. 972.205.5911
Pager 888.754.1597 VMail 800.414.7994 X5344
chad@sgi.com http://reality.sgi.com/chad
-----------------------------------------------------
"flying through hyper space ain't like dusting crops, boy"
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: 2.2.1 MIPS kernel sources plus Indy kernel binaries uploaded
1999-03-06 0:35 ` Chad Carlin
@ 1999-03-06 23:06 ` ralf
0 siblings, 0 replies; 8+ messages in thread
From: ralf @ 1999-03-06 23:06 UTC (permalink / raw)
To: Chad Carlin, Thomas Bogendoerfer; +Cc: linux-mips, linux, linux-mips
On Fri, Mar 05, 1999 at 06:35:41PM -0600, Chad Carlin wrote:
> Anyone else have trouble with these on an R4400? I tried a couple times. Both
> stopped the boot process a the "freeing unused memory" part. Sorry there was no
It seems one of the ``high priests'' will need get access to one of these
machine in order to debug the problem.
Did you try the usual hot keys to get a register dump? If that still works,
what is the epc value, is the machine looping?
Ralf
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~1999-03-13 1:20 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-02-26 23:16 2.2.1 MIPS kernel sources plus Indy kernel binaries uploaded Thomas Bogendoerfer
1999-02-27 4:30 ` gkm
1999-02-27 11:01 ` Thomas Bogendoerfer
[not found] ` <tsbogend@alpha.franken.de>
1999-02-28 22:16 ` Michael Hill
1999-03-01 23:16 ` Thomas Bogendoerfer
1999-03-13 3:23 ` Ulf Carlsson
1999-03-06 0:35 ` Chad Carlin
1999-03-06 23:06 ` ralf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox