Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Newbie question...
@ 2001-06-13 13:59 Bartosch Pixa
  2001-06-13 15:07 ` Mat Withers
  2001-06-13 15:14 ` Keith M Wesolowski
  0 siblings, 2 replies; 17+ messages in thread
From: Bartosch Pixa @ 2001-06-13 13:59 UTC (permalink / raw)
  To: linux-mips

Hi

i'm quite new to the mips architecture so sorry if i ask dumb/useless
questions. i just bought a used Octane (IP30 R10K ...) and now i'm 
curious if it's possible to get linux on it ;)
Any help/hints apreciated


Thx in advance

Bartosch Pixa

-- 
Bartosch Pixa, bartosch.pixa@infopark.de
Infopark AG
Kitzingstr. 15, D-12277 Berlin, Germany
Tel +49(0)-30-747.993.0, Fax +49(0)-30-747.993.93
http://www.infopark.de/

^ permalink raw reply	[flat|nested] 17+ messages in thread
* newbie question
@ 2005-09-21 14:43 phess.linux
  2005-09-21 14:50 ` Nigel Stephens
  0 siblings, 1 reply; 17+ messages in thread
From: phess.linux @ 2005-09-21 14:43 UTC (permalink / raw)
  To: linux-mips

Hi there!

First I have to say that I'm a newbie without any experience with "linux
kernel". So don't blame me ;-)

I downloaded toolchains from MIPS Technologies.
I downloaded the newest version Linux 2.6.14-rc1 via CVS.

I installed the toolchain and tested some examples like "hello world" and
"minicom". They worked fine. I copied the linux kernel into a new folder of
the toolchain example directory. Then I tried to make (with command sde-make
menuconfig and then sde-make SBD=GSIM32L) the linux kernel. But all I get
are the following five lines:

  CHK     include/linux/version.h
  CC      arch/mips/kernel/asm-offsets.s
gcc: cannot specify -o with -c or -S and multiple compilations
sde-make[1]: *** [arch/mips/kernel/asm-offsets.s] Error 1
sde-make: *** [prepare0] Error 2

Now I need some help. Thx!

-- 
GMX DSL = Maximale Leistung zum minimalen Preis!
2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl

^ permalink raw reply	[flat|nested] 17+ messages in thread
* Newbie Question
@ 2002-01-27 18:59 Robert Rusek
  2002-01-27 18:59 ` Robert Rusek
  0 siblings, 1 reply; 17+ messages in thread
From: Robert Rusek @ 2002-01-27 18:59 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 188 bytes --]

I have been out of the loop for quite a while.  Is there a functional or
completed port of any of the RedHat flavors?  If so how would I go about
getting them?
 
Thanks,
--
Robert Rusek
 

[-- Attachment #2: Type: text/html, Size: 838 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread
* Re: Newbie question...
@ 2001-06-13 15:43 Bartosch Pixa
  0 siblings, 0 replies; 17+ messages in thread
From: Bartosch Pixa @ 2001-06-13 15:43 UTC (permalink / raw)
  To: linux-mips

Julien wrote:
 >
 > Hi...
 >
 > If I remember well, currently r10k are only supported on ip22 boards
 > (O2, etc)... I'm quite pessimistic for your Octane (in the immediate
 > futur). Are you looking for Linux to use it as a full featured os ?
 > linux-mips is still in intensive development (for example, only the
 > Indy
 > XL graphic card is supported, all other machines need a serial console
 > to use them), so if you planned to use it as an Irix replacement, it's
 > to soon  [;-)]
 > If you feel it, and can find enough documentation about IP30 boards,
 > it should be possible to do the port yourself   ;-))
 >
 > hope this answers your question


thx, this is not exactly what i wanted to hear ;)
but i think i'll give it a try, any hint where i should start getting 
into it, like i said i'm quite new to mips ...but i realy want to give
it a try :)

Bartosch Pixa

-- 
Bartosch Pixa, bartosch.pixa@infopark.de
Infopark AG
Kitzingstr. 15, D-12277 Berlin, Germany
Tel +49(0)-30-747.993.0, Fax +49(0)-30-747.993.93
http://www.infopark.de/

^ permalink raw reply	[flat|nested] 17+ messages in thread
* strace sysmips support (was: Re: [FIX] sysmips(MIPS_ATMIC_SET, ...) ret_from_sys_call vs. o32_ret_from_sys_call)
@ 2001-02-19 13:11 Wichert Akkerman
  2001-02-19 19:52 ` newbie question Can Altineller
  0 siblings, 1 reply; 17+ messages in thread
From: Wichert Akkerman @ 2001-02-19 13:11 UTC (permalink / raw)
  To: linux-mips

Previously Florian Lohoff wrote:
> From the strace i find
> 
> sysmips(0x7d1, 0x2ac95d24, 0x1, 0)      = 4149

FWIW, I've just put code in strace CVS to decode this properly. Looking
in my (stock Linus) kerneltree I noticed the sys_sysmips code assumes
it can get away with converting an int to a char*, which seems like a
wrong assumption to me..

I don't have my indy up and running at the moment, so the code is
completely untested. Feedback is welcomed :)

Wichert.

-- 
  _________________________________________________________________
 /       Nothing is fool-proof to a sufficiently talented fool     \
| wichert@cistron.nl                  http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2005-09-21 14:51 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-13 13:59 Newbie question Bartosch Pixa
2001-06-13 15:07 ` Mat Withers
2001-06-13 15:22   ` Keith M Wesolowski
2001-06-13 15:14 ` Keith M Wesolowski
2001-06-13 21:50   ` mjpento
2001-06-15 12:12     ` Florian Lohoff
2001-06-15 13:31     ` Jan-Benedict Glaw
  -- strict thread matches above, loose matches on Subject: below --
2005-09-21 14:43 newbie question phess.linux
2005-09-21 14:50 ` Nigel Stephens
2002-01-27 18:59 Newbie Question Robert Rusek
2002-01-27 18:59 ` Robert Rusek
2001-06-13 15:43 Newbie question Bartosch Pixa
2001-02-19 13:11 strace sysmips support (was: Re: [FIX] sysmips(MIPS_ATMIC_SET, ...) ret_from_sys_call vs. o32_ret_from_sys_call) Wichert Akkerman
2001-02-19 19:52 ` newbie question Can Altineller
2001-02-20  7:06   ` David Jez
2001-02-20 20:26     ` Mike McDonald
2001-02-20 20:30       ` nick
2001-02-20 20:53       ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox