* Mips cross-compiler
@ 2001-05-14 19:24 Jason Brock
2001-05-16 9:43 ` Ian Chilton
0 siblings, 1 reply; 6+ messages in thread
From: Jason Brock @ 2001-05-14 19:24 UTC (permalink / raw)
To: linux-mips
When is there going to be a Linux version Mips Cross-Compiler for the
VR4122 (Casio EM-500)?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Mips cross-compiler
@ 2001-05-16 9:43 ` Ian Chilton
0 siblings, 0 replies; 6+ messages in thread
From: Ian Chilton @ 2001-05-16 9:43 UTC (permalink / raw)
To: Jason Brock; +Cc: linux-mips
Hello,
> When is there going to be a Linux version Mips Cross-Compiler for the
> VR4122 (Casio EM-500)?
Funny you should mention this, but I have just got such a device
yesturday.
I am planning to use it for a month or so, then try Linux on it.
>From what I have read, the kernel should not be too much of a problem
because the EM1XX is already supported.
The problem seems to be the bootloader. Aparently Microsoft removed the
vital funtions which the bootloaders used from WinCE 3, so none of the
bootloaders work anymore.
As for the cross compiler, you can build your own from source.
Ian
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Mips cross-compiler
@ 2001-05-16 9:43 ` Ian Chilton
0 siblings, 0 replies; 6+ messages in thread
From: Ian Chilton @ 2001-05-16 9:43 UTC (permalink / raw)
To: Jason Brock; +Cc: linux-mips
Hello,
> When is there going to be a Linux version Mips Cross-Compiler for the
> VR4122 (Casio EM-500)?
Funny you should mention this, but I have just got such a device
yesturday.
I am planning to use it for a month or so, then try Linux on it.
From what I have read, the kernel should not be too much of a problem
because the EM1XX is already supported.
The problem seems to be the bootloader. Aparently Microsoft removed the
vital funtions which the bootloaders used from WinCE 3, so none of the
bootloaders work anymore.
As for the cross compiler, you can build your own from source.
Ian
^ permalink raw reply [flat|nested] 6+ messages in thread
* mips cross-compiler
@ 2003-01-27 21:53 Chien-Lung Wu
2003-01-28 6:56 ` Ralf Baechle
0 siblings, 1 reply; 6+ messages in thread
From: Chien-Lung Wu @ 2003-01-27 21:53 UTC (permalink / raw)
To: 'linux-mips@linux-mips.org'
Hi,
I am trying to install a mips-linux cross compiler on my linux box with
target=mips-linux
host=i686-linux
I download the rpm files
binutils-mips-linux-2.8.1-1-i386.rpm
egcs-mips-linux-1.0.3a-2.i386.rpm
glibc-2.1.95.1.mips.rpm
from ftp://oss.sgi.com/pub/linux/mips
When I use rpm comand to install binutils and egcs, they work fine.
rpm -i binutils-mips-linux-2.8.1-1-i386.rpm
rpm -i egcs-mips-linux-1.0.3a-2.i386.rpm
However, as I intsall the glibc with the rpm command:
rpm -i glibc-2.1.95.1.mips.rpm
I got a confliction with glibc-common-2.2.4-13, since my native glibc is
2.2.4-13. Thus I cannot install glibc.
Can anybody show me how to install the cross-compiler correctly? (what is
the correct rpm command?)
More questions:
If I have native glibc, can I install another glibc for cross-compiler?
Can I install the binutils-mips-linux-2.8.1-1 to a specific path? How?
( when I install them with rpm -i command, the executable files will go to
/usr/bin as default. Can I change that?)
Thanks for your help.
Chien-Lung
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: mips cross-compiler
@ 2003-01-28 4:38 santosh kumar gowda
0 siblings, 0 replies; 6+ messages in thread
From: santosh kumar gowda @ 2003-01-28 4:38 UTC (permalink / raw)
To: cwu; +Cc: linux-mips
Upgrade your glibc to a recent version.
And installing the binutils-mips-linux-2.8.1-1
to a specific path, may result in problems.
I would suggest to compile at the given default
location and then move the executables to
/usr/bin. U will be able to access them everywhere.
Give it a try.
-Santosh
-----------------------------------
On Tue, 28 Jan 2003 Chien-Lung Wu wrote :
>Hi,
>I am trying to install a mips-linux cross compiler on my linux
>box with
> target=mips-linux
> host=i686-linux
>
> I download the rpm files
> binutils-mips-linux-2.8.1-1-i386.rpm
> egcs-mips-linux-1.0.3a-2.i386.rpm
> glibc-2.1.95.1.mips.rpm
> from ftp://oss.sgi.com/pub/linux/mips
>
>When I use rpm comand to install binutils and egcs, they work
>fine.
> rpm -i binutils-mips-linux-2.8.1-1-i386.rpm
> rpm -i egcs-mips-linux-1.0.3a-2.i386.rpm
>
>However, as I intsall the glibc with the rpm command:
> rpm -i glibc-2.1.95.1.mips.rpm
>
>I got a confliction with glibc-common-2.2.4-13, since my native
>glibc is
>2.2.4-13. Thus I cannot install glibc.
>
>Can anybody show me how to install the cross-compiler correctly?
>(what is
>the correct rpm command?)
>
>More questions:
>If I have native glibc, can I install another glibc for
>cross-compiler?
>Can I install the binutils-mips-linux-2.8.1-1 to a specific path?
>How?
>( when I install them with rpm -i command, the executable files
>will go to
>/usr/bin as default. Can I change that?)
>
>Thanks for your help.
>
>Chien-Lung
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: mips cross-compiler
2003-01-27 21:53 mips cross-compiler Chien-Lung Wu
@ 2003-01-28 6:56 ` Ralf Baechle
0 siblings, 0 replies; 6+ messages in thread
From: Ralf Baechle @ 2003-01-28 6:56 UTC (permalink / raw)
To: Chien-Lung Wu; +Cc: 'linux-mips@linux-mips.org'
On Mon, Jan 27, 2003 at 04:53:38PM -0500, Chien-Lung Wu wrote:
> from ftp://oss.sgi.com/pub/linux/mips
The Linux/MIPS project has moved to (guess ...) linux-mips.org. oss
still contains a mirror of ftp.linux-mips.org but it's only updated
manually in irregular intervals.
> When I use rpm comand to install binutils and egcs, they work fine.
> rpm -i binutils-mips-linux-2.8.1-1-i386.rpm
> rpm -i egcs-mips-linux-1.0.3a-2.i386.rpm
>
> However, as I intsall the glibc with the rpm command:
> rpm -i glibc-2.1.95.1.mips.rpm
>
> I got a confliction with glibc-common-2.2.4-13, since my native glibc is
> 2.2.4-13. Thus I cannot install glibc.
>
> Can anybody show me how to install the cross-compiler correctly? (what is
> the correct rpm command?)
Rpm just saved your system. If you're installing this MIPS glibc into a
crosscompiler machine as it seems then keep your CDROM at hand for
reinstallation. You will need it ...
> More questions:
> If I have native glibc, can I install another glibc for cross-compiler?
Sure, they have nothing in common.
> Can I install the binutils-mips-linux-2.8.1-1 to a specific path? How?
> ( when I install them with rpm -i command, the executable files will go to
> /usr/bin as default. Can I change that?)
Only very few packages support that; these packages don't.
You will not be able to build a kernel with binutils 2.8.x or egcs 1.0.x.
The absolute minimum required to build a kernel is egcs 1.1.2 and
binutils 2.13.1 which you can download from ftp.linux-mips.org. Cross-
compiling a kernel does not require the installation of a MIPS glibc on
the crosscompilation host. If you're going to crosscompile application
software you'll need a much more recent gcc even.
Ralf
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-01-28 6:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-27 21:53 mips cross-compiler Chien-Lung Wu
2003-01-28 6:56 ` Ralf Baechle
-- strict thread matches above, loose matches on Subject: below --
2003-01-28 4:38 santosh kumar gowda
2001-05-14 19:24 Mips cross-compiler Jason Brock
2001-05-16 9:43 ` Ian Chilton
2001-05-16 9:43 ` Ian Chilton
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.