From: Babarovic Ivica <ivica@asist-traffic.com>
To: Vlad L <vllv_lst@yahoo.com>, linuxppc-embedded@ozlabs.org
Subject: Re: Kernel 2.6.10 on the MPC5200
Date: Wed, 09 Feb 2005 11:45:54 +0100 [thread overview]
Message-ID: <4209E9E2.30208@asist-traffic.com> (raw)
In-Reply-To: <20050203141050.38170.qmail@web90004.mail.scd.yahoo.com>
[-- 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"
next prev parent reply other threads:[~2005-02-09 10:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-03 14:10 Kernel 2.6.10 on the MPC5200 Vlad L
2005-02-09 10:45 ` Babarovic Ivica [this message]
2005-02-09 11:02 ` Babarovic Ivica
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4209E9E2.30208@asist-traffic.com \
--to=ivica@asist-traffic.com \
--cc=linuxppc-embedded@ozlabs.org \
--cc=vllv_lst@yahoo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.