elmot / clion-embedded-arm

OpenOCD + STM32CubeMX support for CLion
https://blog.jetbrains.com/clion/2017/12/clion-for-embedded-development-part-ii
Other
170 stars 29 forks source link

Error when updating CMake Project. Configuration problem #130

Closed raulgotor closed 6 years ago

raulgotor commented 6 years ago

Expected Behavior

image

Actual Behavior

After configuration as stated in the README.md file, selecting the Update CMake project wit STM32... throws an error in the console, which says that the path to the C compiler is incorrect. Path in the system is correct, did check at the terminal and it is working. Below is my actual configuration:

image

Something I'm missing?

Thanks

Steps to Reproduce the Problem

  1. Follow installation guide the README.md of this repository (MacOS)
  2. Update CMake project wit STM32...

Specifications

raulgotor commented 6 years ago

Sorry, I've realized that manually adding the absolute path in CMakeLists_template.txt solves the issue.