Recent Changes - Search:

eCosForge

PmWiki

edit SideBar

Hosttools

Requirements to build:

  • gcc
  • autotools
  • wxWidgets (with development package)
  • tcl (with development package)

How to build:

$ autoreconf -v
$ mkdir build
$ cd build
$ ../configure --with-tcl=8.4
$ make
$ make install

It currently builds with wxWidget 2.4, 2.6 and 2.8, but wxWidgets 2.4 is not supported.

Differences to configtool from eCos cvs:

  • autotools build
  • it is possible to add hardware packages
  • unicode support
  • no need for a separate wxWidgets installation, uses distributions installation on linux platform

They are located at http://www.ecosforge.net/viewvc/trunk/host/host-tools/ .

Edit - History - Print - Recent Changes - Search
Page last modified on May 08, 2008, at 08:50 AM