From: Ben Warren <bwarren@qstreams.com>
To: pjmaiya <pjmaiya@signal-networks.com>
Cc: linuxppc-embedded@ozlabs.org
Subject: Re: CLI for embedded system
Date: Thu, 15 Feb 2007 11:07:38 -0500 [thread overview]
Message-ID: <1171555658.7029.49.camel@saruman.qstreams.net> (raw)
In-Reply-To: <01a901c750f5$ef392de0$4601a8c0@signet>
On Thu, 2007-02-15 at 17:09 +0530, pjmaiya wrote:
> hi,
> I have successfully complied and used 'clish' in host system (i686
> machine)
> But I need to port the same for PPC platform. Can anyone suggest me how to
> do the same.
>
> thanx in advace,
> pjmaiya
>
Like many other projects, I believe this one uses autoconf (I think
that's the term). As a starting point, try:
host$ ./configure --host=ppc-linux-gnu --build=i686 CC=
${CROSS_COMPILE}gcc
/* Monitor the output of configure to make sure that everything looks
kosher. You'll probably want to add a "--prefix=" option that tells it
where to place the end result, and there may be other options you want
too. Read and understand the Makefile that configure creates. Then:
host$ make
I reiterate - this is only a starting point. This may not compile
cleanly and you will need to experiment a bit, I'm sure. Hopefully it's
not too bad, but these projects can sometimes be a pain to get exactly
as you want.
regards,
Ben
next prev parent reply other threads:[~2007-02-15 16:07 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-08 12:29 Target reset after linux reboot Frank Prepelica
2007-02-08 13:02 ` CLI for embedded system pjmaiya
2007-02-08 15:42 ` Ben Warren
2007-02-09 10:37 ` pjmaiya
2007-02-15 11:39 ` pjmaiya
2007-02-15 16:07 ` Ben Warren [this message]
2007-02-21 11:48 ` pjmaiya
2007-02-21 15:29 ` Ben Warren
2007-02-08 16:20 ` Grant Likely
2007-02-08 15:46 ` Target reset after linux reboot Ben Warren
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=1171555658.7029.49.camel@saruman.qstreams.net \
--to=bwarren@qstreams.com \
--cc=linuxppc-embedded@ozlabs.org \
--cc=pjmaiya@signal-networks.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 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).