* Kernel - arch support(mips)
@ 2002-06-14 11:50 Domcan Sami
2002-06-14 18:15 ` David Christensen
0 siblings, 1 reply; 5+ messages in thread
From: Domcan Sami @ 2002-06-14 11:50 UTC (permalink / raw)
To: linux-mips, linux-kernel, redhat-list
Hi all,
I am trying to compile a program using a MIPS-LINUX cross compiler(gcc). I've set up a connection between my i386 Linux machine and a MIPS(RM7000) processor. This is again connected to a WinNT Terminal where there should be an output from the MIPS processor.
I have 2 kernels in my Linux machine under the directories:
1) /usr/src/linux - kernel version 2.2.14
2) /root/kernels/linux - kernel version 2.4.14
I am using a boot image generated from the older kernel for booting. The problem is the older kernel doesn't support MIPS architecture. What should I do to upgrade my kernel so that it supports MIPS architecture & that I'll be able to cross-compile my programs properly.
Domcan
--
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup
Save up to $160 by signing up for NetZero Platinum Internet service.
http://www.netzero.net/?refcd=N2P0602NEP8
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Kernel - arch support(mips)
2002-06-14 11:50 Kernel - arch support(mips) Domcan Sami
@ 2002-06-14 18:15 ` David Christensen
2002-06-14 18:15 ` David Christensen
0 siblings, 1 reply; 5+ messages in thread
From: David Christensen @ 2002-06-14 18:15 UTC (permalink / raw)
To: linux-mips; +Cc: Domcan Sami
linux-mips@oss.sgi.com:
Domcan Sami <domca_psg@email.com> wrote:
> I am trying to compile a program using a MIPS-LINUX cross compiler
> (gcc). I've set up a connection between my i386 Linux machine and a
> MIPS(RM7000) processor. This is again connected to a WinNT Terminal
> where there should be an output from the MIPS processor.
>
> I have 2 kernels in my Linux machine under the directories:
> 1) /usr/src/linux - kernel version 2.2.14
> 2) /root/kernels/linux - kernel version 2.4.14
>
> I am using a boot image generated from the older kernel for booting.
> The problem is the older kernel doesn't support MIPS architecture.
> What should I do to upgrade my kernel so that it supports MIPS
> architecture & that I'll be able to cross-compile my programs
> properly.
Please provide more information:
1. What is your target platform -- e.g. make of model of the board or
computer that has the RM7000 processor on/in it?
2. Does the target support Linux, does it have a ROM monitor, or is it
a raw embedded target (e.g. requires crt0)?
David Christensen
dpchrist@holgerdanske.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Kernel - arch support(mips)
2002-06-14 18:15 ` David Christensen
@ 2002-06-14 18:15 ` David Christensen
0 siblings, 0 replies; 5+ messages in thread
From: David Christensen @ 2002-06-14 18:15 UTC (permalink / raw)
To: linux-mips; +Cc: Domcan Sami
linux-mips@oss.sgi.com:
Domcan Sami <domca_psg@email.com> wrote:
> I am trying to compile a program using a MIPS-LINUX cross compiler
> (gcc). I've set up a connection between my i386 Linux machine and a
> MIPS(RM7000) processor. This is again connected to a WinNT Terminal
> where there should be an output from the MIPS processor.
>
> I have 2 kernels in my Linux machine under the directories:
> 1) /usr/src/linux - kernel version 2.2.14
> 2) /root/kernels/linux - kernel version 2.4.14
>
> I am using a boot image generated from the older kernel for booting.
> The problem is the older kernel doesn't support MIPS architecture.
> What should I do to upgrade my kernel so that it supports MIPS
> architecture & that I'll be able to cross-compile my programs
> properly.
Please provide more information:
1. What is your target platform -- e.g. make of model of the board or
computer that has the RM7000 processor on/in it?
2. Does the target support Linux, does it have a ROM monitor, or is it
a raw embedded target (e.g. requires crt0)?
David Christensen
dpchrist@holgerdanske.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Kernel - arch support(mips)
[not found] <20020615091631.20470.qmail@email.com>
@ 2002-06-15 21:16 ` David Christensen
2002-06-15 21:16 ` David Christensen
0 siblings, 1 reply; 5+ messages in thread
From: David Christensen @ 2002-06-15 21:16 UTC (permalink / raw)
To: linux-mips; +Cc: Domcan Sami
linux-mips@oss.sgi.com:
> 1)I'm using is a Galileo Board EV64120A.
> 2)It is a raw embedded target & does not support Linux. I'm trying to
> print a string by compiling code with RM7000 & directing the output
> via Serial Port to a WinNT HyperTerminal.
Searching on Google, it looks like you have a EV64120A-7000 made by
Galileo Technology, Inc.. It is a PCI card that plugs into a PC, and
includes the PMON ROM monitor in flash. Galileo appears to have been
sold to Marvell (www.marvell.com). I don't see support or search links
on the Marvell web site. I don't see Galileo or EV64120A on their
product page. I suggest you send them an e-mail asking if and what
support is available.
I was going to recommend the SDE-MIPS toolkit by Algorithmics, but I
don't see your board in their Programmer's Guide. Try asking them if
they support it:
http://www.algor-uk.com/
To be blunt, trying to make an older, slower, and unsupported board work
is going to be difficult. It might not be possible. If you can, get a
current, complete, and well-supported MIPS development system -- board,
ICE/JTAG, ROM monitor/ embedded OS, development toolchain, etc..
David Christensen
dpchrist@holgerdanske.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Kernel - arch support(mips)
2002-06-15 21:16 ` David Christensen
@ 2002-06-15 21:16 ` David Christensen
0 siblings, 0 replies; 5+ messages in thread
From: David Christensen @ 2002-06-15 21:16 UTC (permalink / raw)
To: linux-mips; +Cc: Domcan Sami
linux-mips@oss.sgi.com:
> 1)I'm using is a Galileo Board EV64120A.
> 2)It is a raw embedded target & does not support Linux. I'm trying to
> print a string by compiling code with RM7000 & directing the output
> via Serial Port to a WinNT HyperTerminal.
Searching on Google, it looks like you have a EV64120A-7000 made by
Galileo Technology, Inc.. It is a PCI card that plugs into a PC, and
includes the PMON ROM monitor in flash. Galileo appears to have been
sold to Marvell (www.marvell.com). I don't see support or search links
on the Marvell web site. I don't see Galileo or EV64120A on their
product page. I suggest you send them an e-mail asking if and what
support is available.
I was going to recommend the SDE-MIPS toolkit by Algorithmics, but I
don't see your board in their Programmer's Guide. Try asking them if
they support it:
http://www.algor-uk.com/
To be blunt, trying to make an older, slower, and unsupported board work
is going to be difficult. It might not be possible. If you can, get a
current, complete, and well-supported MIPS development system -- board,
ICE/JTAG, ROM monitor/ embedded OS, development toolchain, etc..
David Christensen
dpchrist@holgerdanske.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-06-15 21:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-14 11:50 Kernel - arch support(mips) Domcan Sami
2002-06-14 18:15 ` David Christensen
2002-06-14 18:15 ` David Christensen
[not found] <20020615091631.20470.qmail@email.com>
2002-06-15 21:16 ` David Christensen
2002-06-15 21:16 ` David Christensen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox