aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectimporter.cpp
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2019-03-07 18:22:22 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2019-03-11 13:47:36 +0000
commita4b9d57824bd9512dae402360b1c17259461c168 (patch)
tree5dfd8a6d1cdc59b1c8f7731682596469f1808ecc /src/plugins/projectexplorer/projectimporter.cpp
parent6faaea8d0c35c0c957784a5531762e971c2cca91 (diff)
bare-metal: Add support for KEIL toolchain
This patch adds support for the toolchains, provided by KEIL: * http://www.keil.com/c51/ * http://www2.keil.com/mdk5/ Now QtC's compiler page have additional 'KEIL' selector which allows to user to choose a desired C/C++ compiler from set of the KEIL toolchains. In this case the QtC will tries to detect the compiler ABI, in which was added the additional OMF binary format type which is produced by C51 compiler: * http://www.keil.com/support/docs/93.htm Currently are supported the following architectures: * ARM * 8051 (aka MCS51) In addition, were added changes to the QBS Project Manager plugin to make it work with QBS 1.13 (where previously were added support for KEIL toolchain). So, now do not need to do an additional 'hacks' into the 'qbs.toolchain' property of QtC KEIL kit. Following features are not implemented yet: * Debugger integration. * Compile output parsers. * Toolchains auto-detection. * Support for C251, C166 architectures. Change-Id: If0cc18d22b7dc0e5ce9096bdb3dc699ee3edde66 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/projectimporter.cpp')
0 files changed, 0 insertions, 0 deletions