Hi,
I CC the list just for public information.
On Monday 22 January 2007 22:56, Kevin Fries wrote:
> On Mon, 2007-01-22 at 20:17 +0100, Rene Rebe wrote:
> > > I refreshed my svn checkout this morning, but did not see t-resc there,
> > > only rescue... am I missing something?
> >
> > Yeah - sorry for the confusion. T-Resc is rescue. T-Resc is just what we
> > use as "advertising" name.
>
> OK, so how do I take the rescue target, and build a target from that
> without all the useless garbage, like X, sed, binutils, etc. We are
> currently trying to test our applications against QTopia, and QT/e goes
> direct against the frame buffer. All we need is the system to boot, and
> show a prompt... We don't even need any utilities other than those in
> Busybox.
You either directly edit or copy the rescue target. Then you nearly only need
to edit the pkgsel file and remove all the stuff you do not need.
However you need to leave gcc and binutils in the pkgsel list as they are
needed to create the initial cross compiler.
However you can modify the selection by removing those packages to build
natively, that is only build in stage 0. I can either look into the embedded
target how to do this or I post a sniplet when you hit this point.
When you need to build C++ applications you need to build gcc in stage 1
natively in order to get the libstdc++. However you can remove the non
library parts of gcc in the final image processing.
Yours,
--
René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
http://exactcode.de | http://t2-project.org | http://rene.rebe.name
+49 (0)30 / 255 897 45
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
lists@xxxxxxxxxxxxxx with a subject of: unsubscribe t2
|