mirror of
https://github.com/claunia/clion-custom-defined-compiler-examples.git
synced 2025-12-16 03:04:43 +00:00
master
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
- CMake-OpenWatcom2
- Build System: CMake
- Compiler: Open Watcom 2
- Compiler definition file: openwatcom2.yaml
- Host Platforms: Windows, Linux
- Target Platform: Windows NT, DOS, 32-bit DOS (DOS/4GW), 16-bit OS/2, 32-bit OS/2, Linux/x86
- Contributed by: Natalia Portillo
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%