Other Parts Discussed in Thread: MSP430-GCC-OPENSOURCE
Hi everybody!
I use CCSv7 to develop my msp430 projects. JetBrains IDEs are very powerful and friendly, so I want to try CLion as IDE.
Yet there is no available information about configuring the IDE for use with the msp430 chips. The only topic I've got is about STM32 and I'm not sure that CMakeLists.txt file editing is the only possible way.
The similar topic https://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/t/605960
#mce_temp_url# by Bruno Saraiva. The solution presented is unclear to me:
I experiment with ARMs using CLion. If you want all its project-management features you need to use CMake. All that it does is to generate makefiles. You can connect here CCS compiler or anything else (just see what it calls when it does the compilation and linking). However, I recommend to use GCC.
The topic is locked, so I dare to ask for more explicit explanations: how can I set msp430-elf-gcc as a Compiler for CLion.
Cheers,