QTools  7.3.3
Collection of Host-Based Tools
Loading...
Searching...
No Matches
Overview
Remarks
To check what's new in QTools™, please see QTools Revision History. You can also get the latest QTools™ code, with the recent enhancements and bug fixes, from the GitHub QTools™ repository.

What is it?

QTools™ is a collection of open source tools for embedded software development on desktop platforms, such as Windows, Linux and macOS. The QTools collection contains the following tools developed by Quantum Leaps:

QTools™ on Windows

The QTools Collection for Windows additionally contains the following open-source, third-party tools:

  • GNU-make for Windows (version 4.2.1)
  • GNU C/C++ toolchain for Windows (MinGW version 9.2.0)
  • GNU C/C++ toolchain for ARM Cortex-M (GNU Arm Embedded Toolchain)
  • Python for Windows (version 3.9 with tkinter)

Licensing QTools™

Most tools included in the QTools™ collection are distributed under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. The text of GPL version 2 is included in the file GPLv2.txt in the root directory of the QTools distribution.

The Python package is distributed under the terms of the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2, included in the file LICENSE.txt in the Python38 sub-directory of the QTools distribution.

Source Code

In compliance with the GPL, this distribution contains the source code for the utilities contributed by Quantum Leaps in the <qtools>/source/ subdirectory, except for the QSPY source code, which is provided in the <qtools>/qspy/source/ directory. All tools with names starting with 'q' have been developed and are copyrighted by Quantum Leaps.

The MinGW C and C++ compilers for Windows

Have been taken from the MinGW project at:

https://www.mingw-w64.org/

The installer mingw-get-setup.exe has been used and after the installation, the files have been pruned to reduce the size of the distribution. Please refer to the MinGW project for the source code.

The GNU-ARM (NONE-EABI) compilers for Windows

Have been taken from:

https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads

The source code is available from the download page under "Source Invariant".

The GNU make executable for Windows

Has been taken from the MinGW project at:

https://www.mingw-w64.org/

The "GNU Make" manual (make.pdf) has been copied from the GNU make project at:

http://www.gnu.org/software/make

The file and diff utilities

Have been taken from the GOW project at GitHub:

https://github.com/bmatzelle/gow

How to get help?

Please post any technical questions to the Free Support Forum hosted on SourceForge.net. Posts to this forum benefit the whole community and are typically answered the same day.

Direct commercial support is available to the commercial licensees. Every commercial license includes one year of Technical Support for the licensed software. The support term can be extended annually.

Training and consulting services are also available from Quantum Leaps.

Getting Started