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