RTEMS Linker
0.0.1
RTEMS Tools Project
|
This package is written in C++ therefore you need a current working C++ compiler for your host. The GCC or clang compilers can be used and clang was used during the development. The build system is Waf.
$HOME/development/rtems/4.11
: wscript
) will create a host specific directory. On MacOS the output is in build-darwin
. If you clean the build tree by deleting this directly you will need to run the configure stage again. /opt/rtems-4.11
where 4.11
is the version of RTEMS you are building the tools for. If you are using RTEMS 4.10 or a different version please use that version number. I always work under my home directory and under the development/rtems
tree and then use the version number.You will now have the tools contained in this package build and installed.
At this stage of the project's development there are no tests. I am wondering if this could be a suitable GSoC project.
To build with clang
use the documented Waf method:
You can add some extra options to Waf's configure to change the configuration. The options are: