mirror of
https://github.com/claunia/clion-custom-defined-compiler-examples.git
synced 2025-12-16 19:24:48 +00:00
4ac66a99135e71abc6c7916553e13b1edf209a04
About
This repository contains:
- Set of examples how to use CLion with various unsupported compilers using Custom Defined Compiler feature
- Public set of Custom Defined Compiler configuratuions
Supported variants so far
- CMake-Embarcadero-BCC32C
- Build System: CMake
- Compiler: Embarcadero Free C Compiler
- Compiler definition file: custom-compiler-bcc.yaml
- Host Platforms: Windows 32bit
- Target Platform: Windows 32bit
- CMake-Texas-Instruments-MSP430-CGT
- Build System: CMake
- Compiler: TI MSP430 CGT compiler
- Compiler definition file: custom-compiler-msp430.yaml
- Host Platforms: Windows, Linux, Mac
- Target Platform: MSP430 MCU
- CMake-SDCC
- Build System: CMake
- Compiler: SDCC for stm8
- Compiler definition file: custom-compiler-sdcc-stm8.yaml
- Host Platforms: Windows, Linux, Mac
- Target Platform: STM8 MCU
Description
Set of examples how to use CLion with various unsupported compilers using Custom Defined Compiler feature
Languages
CMake
64%
C
25.1%
C++
10.9%