Re: INTRO

From: Tomas Frydrych <tf_at_o-hand.com>
Date: Thu Feb 16 2006 - 09:17:22 CET

Hi Peter,

Most of the work that has been done for the 770 is in af/xap/unix/hildon
and wp/ap/unix/hildon.

There is some conditional compilation elsewhere, but we try to keep
conditional compilation to minimum. Some of the conditional compilation
for the 770 uses EMBEDDED_TARGET, which sets some generic things that
seem approprite to embeded targets (such as using the Normal mode by
default), and some HAVE_HILDON, which is only intended for things that
are trully hildon-dependent.

Any conditional defines that are not intended to be configurable via the
configure script are set via inclusion of xap_Features.h, so you will
want to extend that to suit your needs.

If you do any generic optimatisations that could be useful for other
embedded targets and require conditional compilation, please create
generic descriptive defines for them that could be set selectively by
the xap_Features.h file for other targets as well.

Couple of weeks back I added --enable/disable-printing configure option.
This significantly reduces the installed footprint and executable size
so it might be of interest to you (of other things that could relatively
easily be stripped off spelling comes to mind).

Tomas
Received on Thu Feb 16 09:16:55 2006

This archive was generated by hypermail 2.1.8 : Thu Feb 16 2006 - 09:16:56 CET