mirror of
https://github.com/claunia/clion-custom-defined-compiler-examples.git
synced 2025-12-16 19:24:48 +00:00
1.3 KiB
1.3 KiB
About
Set of examples how to use CLion with various unsupported compilers using Custom Defined Compiler feature
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