From: Wolfgang Denk <wd@denx.de>
To: "Luo Yanjun" <yjluo@udtech.com.cn>
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: How to run SELF without Hardhat 2.0?
Date: Mon, 09 Sep 2002 12:08:49 +0200 [thread overview]
Message-ID: <20020909100854.D2D16FA8B@denx.denx.de> (raw)
In-Reply-To: Your message of "Mon, 09 Sep 2002 17:42:37 +0800." <03e001c257e5$48cc96d0$6100a8c0@udtech.net>
Dear Luo Yanjun,
in message <03e001c257e5$48cc96d0$6100a8c0@udtech.net> you wrote:
>
> I just installed ELDK and compiled the kernel, I don't know how to make a
> ramdisk,
> and I searched the list find that you have made a SELF can build kernel with
> ramdisk,
> so I want to try, but I found that the SELF just use Hardhat 2.0 as develop
> environment,
> I don't have Hardhat 2.0 now, only ELDK, so can I use SELF?
Of course you can.
You should see the SELF package as a construction kit for your own
envrionment; all you need to do to use SELF with our ELDK (version
1.x) is to create a new file "config/LIB_LIST.ELDK-1.0" with the
following content:
----- cut here -----
lib/ld-2.2.1.so
lib/ld.so.1
lib/libc-2.2.1.so
lib/libc.so.6
lib/libcrypt-2.2.1.so
lib/libcrypt.so.1
lib/libdl-2.2.1.so
lib/libdl.so.2
lib/libnsl-2.2.1.so
lib/libnsl.so.1
lib/libnss_compat-2.2.1.so
lib/libnss_compat.so.2
lib/libnss_files-2.2.1.so
lib/libnss_files.so.2
lib/libresolv-2.2.1.so
lib/libresolv.so.2
lib/libutil-2.2.1.so
lib/libutil.so.1
----- cut here -----
Then make your board's config file look like this:
CROSS_PREFIX = ppc_8xx-
CDK_DIR = /opt/eldk/usr
LIB_DIR = /opt/eldk/ppc_8xx
LIBRARIES = LIB_LIST.ELDK-1.0
That's all.
BTW: The next version of our ELDK will contain an adapted version of
SELF, with pre-build images for all supported arcitectures. ELDK-2.0
is based on YD-2.3 and will be available in 2 or 3 weeks from now.
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
When you die, the first thing you lose is your life. The next thing
is the illusions. - Terry Pratchett, _Pyramids_
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2002-09-09 10:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-09 9:42 How to run SELF without Hardhat 2.0? Luo Yanjun
2002-09-09 10:08 ` Wolfgang Denk [this message]
2002-09-10 2:51 ` Luo Yanjun
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=20020909100854.D2D16FA8B@denx.denx.de \
--to=wd@denx.de \
--cc=linuxppc-embedded@lists.linuxppc.org \
--cc=yjluo@udtech.com.cn \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).