summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/wscript (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtemstoolkit: Add a buffer helper class to insert and extract data.Chris Johns2016-04-031-24/+15
|
* Add Windows specific waf support for MSYS2.Chris Johns2016-02-191-0/+3
| | | | | | | | | | | Limit the compilers used to gcc and clang. Clang has not been tested. Users with MSVC install does not need to remove now. Force the os.sep path to the standard '\\' on Windows. The MSYS2 python sets it to '/' for internal project reasons. Doing this does cause waf problems when running configure so only do this for the build target. Closes #2583.
* Disable installing PYO and PYC. Fix install paths.Chris Johns2016-02-191-5/+2
| | | | | | | | Installing PYO and PYC does not work so disable this. Move the Python check to the top level and have a single place. Fix the install paths a revert the 'from . import' changes. This is resolved by installing into the correct paths.
* Fix how to use the waf py feature to get py source and pyo file installed.Chris Johns2015-12-111-3/+2
| | | | Thanks to ita for the example.
* Add release versioning support.Chris Johns2015-12-091-6/+8
| | | | | | | | | | | | | | Support a top level VERSION file that defines an RTEMS release. Fix the install of the python modules including thertems-test. Update the git python module to the RSB version. Fix the options to not call clean and to call dirty. Update the version python module. Fix the rtld C++ support to the VERSION file and the top level waf script.
* Fix Windows build issues.Chris Johns2015-10-191-9/+33
| | | | | Fix biulding the mmap Windows code. Fix installing the files for Windows.
* Install the rtems-test command.Chris Johns2015-02-081-4/+27
| | | | | | | This installs the Python RTEMS Toolkit. The copmiler has been switched from forcing gcc to allowing waf to detect the host's tool chain.
* DEST_OS is linux and not linux2.Chris Johns2015-01-211-1/+1
|
* Add support to cross-compile. Use --hosti=.Chris Johns2015-01-181-6/+9
| | | | | | On FreeBSD use --host=mingw32 for Windows. If you use another OS you might need to add the specific windows host to the top level wscript file.
* rtk: Build fastlz into the rld library.Chris Johns2014-09-131-10/+9
| | | | Do not build as an object per program.
* Refactor code into the RTEMS Toolkit.Chris Johns2014-09-131-0/+261