source: rtems-tools/README @ b938414

4.104.115
Last change on this file since b938414 was 749ddf1, checked in by Chris Johns <chrisj@…>, on 09/13/14 at 00:47:07

waf: Include waf in the souce tree and updated README on building.

Add support to build all parts of The RTEMS Tools project.

  • Property mode set to 100644
File size: 1.3 KB
RevLine 
[11d4b89]1RTEMS Tools Project
2
3Chris Johns <chrisj@rtems.org>
4
5The RTEMS Tools Project is a collection of tools to help you use RTEMS. The
6package is self contained and if in a release package format is specific to an
7RTEMS release and if in the git repo is a development version.
8
9All tools are distributed as source code. They should work on a range of host
10computers. Windows support may be via cross building on suitable Unix systems.
11
12The tools contained in this package each come with documentation so please
[4dbd0db]13locate and refer to that.
[11d4b89]14
15The RTEMS Tools Project has been developed for the RTEMS Project however these
[4dbd0db]16tools can be used for a range of things not related to RTEMS. The RTEMS Project
17welcomes this.
[11d4b89]18
[749ddf1]19If you have a problem or question post to user@rtems.org or visit the RTEMS IRC
20channel #rtems on chat.freenode.net. Drop by and tell us if you are using these
21tools for other uses.
[11d4b89]22
[4dbd0db]23If you have any patches please post them to the devel@rtems.org mailing list in
24git format patches with your details.
[749ddf1]25
26Building
27--------
28
29To build and install:
30
31 $ ./waf configure --prefix=$HOME/development/rtems/4.11
32 $ ./waf build install
33
34Waf
35---
36
37The Waf project can be found here:
38
39 http://code.google.com/p/waf/
40
41Simple instructions on How to set up Waf is here:
42
43 http://www.rtems.org/ftp/pub/rtems/people/chrisj/rtl/rtems-linker/waf.html
44
Note: See TracBrowser for help on using the repository browser.