* Kernel 2.6.10 on the MPC5200
@ 2005-02-03 14:10 Vlad L
2005-02-09 10:45 ` Babarovic Ivica
0 siblings, 1 reply; 3+ messages in thread
From: Vlad L @ 2005-02-03 14:10 UTC (permalink / raw)
To: linuxppc-embedded
Hello,
I am new in this list.
We should run Linux Kernel 2.6.10 on the Light5200
board (MPC5200).
Please, direct me to links were can I download GCC
(and others) and Kernel, which are good point to start
from.
Thanks in advance.
Vlad.
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Kernel 2.6.10 on the MPC5200
2005-02-03 14:10 Kernel 2.6.10 on the MPC5200 Vlad L
@ 2005-02-09 10:45 ` Babarovic Ivica
2005-02-09 11:02 ` Babarovic Ivica
0 siblings, 1 reply; 3+ messages in thread
From: Babarovic Ivica @ 2005-02-09 10:45 UTC (permalink / raw)
To: Vlad L, linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 1104 bytes --]
Vlad L wrote:
>Hello,
>
>I am new in this list.
>We should run Linux Kernel 2.6.10 on the Light5200
>board (MPC5200).
>
>
Try this kernel: http://246tnt.com/mpc52xx/
It works for me.
>Please, direct me to links were can I download GCC
>(and others) and Kernel, which are good point to start
>from.
>
>
There is a tool out there:
http://kegel.com/crosstool/current/doc/crosstool-howto.html
Read about it. You will basically need to change a couple of files
to generate your cross compiler environment.
I'll attach my files.
I also use another tool for my basic file system layout.
It's called buildroot. You can find it on busybox pages.
http://www.uclibc.org/cgi-bin/cvsweb/buildroot/
But it looks like this page is not accessible now.
>Thanks in advance.
>Vlad.
>
>
>
>
>__________________________________
>Do you Yahoo!?
>Yahoo! Mail - You care about security. So do we.
>http://promotions.yahoo.com/new_mail
>_______________________________________________
>Linuxppc-embedded mailing list
>Linuxppc-embedded@ozlabs.org
>https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>
>
>
>
>
[-- Attachment #2: demo-ppc603e.sh --]
[-- Type: text/plain, Size: 664 bytes --]
#!/bin/sh
set -ex
TARBALLS_DIR=$HOME/src/mpc5200_binar/build-tools/downloads
RESULT_TOP=$HOME/src/mpc5200_binar/tools
export TARBALLS_DIR RESULT_TOP
GCC_LANGUAGES="c,c++"
export GCC_LANGUAGES
# Really, you should do the mkdir before running this,
# and chown /opt/crosstool to yourself so you don't need to run as root.
mkdir -p $RESULT_TOP
# Build the toolchain. Takes a couple hours and a couple gigabytes.
#eval `cat powerpc-604.dat gcc-3.4.0-glibc-2.3.2.dat` sh all.sh --builduserland --notest
eval `cat powerpc-603e.dat gcc-3.4.1-glibc-2.3.3.dat` sh all.sh --notest
#eval `cat powerpc-604.dat gcc-3.4.1-glibc-20040827.dat` sh all.sh --notest
echo Done.
[-- Attachment #3: powerpc-603e.dat --]
[-- Type: text/plain, Size: 125 bytes --]
TARGET=powerpc-603e-linux-gnu
TARGET_CFLAGS="-O -mcpu=603e"
GCC_EXTRA_CONFIG="--with-cpu=603e --enable-cxx-flags=-mcpu=603e"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Kernel 2.6.10 on the MPC5200
2005-02-09 10:45 ` Babarovic Ivica
@ 2005-02-09 11:02 ` Babarovic Ivica
0 siblings, 0 replies; 3+ messages in thread
From: Babarovic Ivica @ 2005-02-09 11:02 UTC (permalink / raw)
To: linuxppc-embedded
> It's called buildroot. You can find it on busybox pages.
> http://www.uclibc.org/cgi-bin/cvsweb/buildroot/
> But it looks like this page is not accessible now.
>
You will find it here:
http://www.uclibc.org/cgi-bin/cvsweb/trunk/buildroot/
Docs:
http://www.uclibc.org/cgi-bin/cvsweb/*checkout*/trunk/buildroot/docs/buildroot-documentation.html?rev=9628
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-02-09 11:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-03 14:10 Kernel 2.6.10 on the MPC5200 Vlad L
2005-02-09 10:45 ` Babarovic Ivica
2005-02-09 11:02 ` Babarovic Ivica
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox