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

Linker issue with DSP example Code #66

Closed aul12 closed 6 years ago

aul12 commented 6 years ago

I generated a makefile using the plugin and a project for the STM32-L432KC. There are a lot of linker problems regarding the Drivers/CMSIS/DSP_Lib/Examples Folder, as far as i can see the examples are all standalone programms. Is it possible to exclude this folder from the CMake by default?

Specifications

elmot commented 6 years ago

Looks like you are using old firmware package in Cube. Try to update it to very last one (1.10.0) via Cube's menu Help ->Check for Updates

aul12 commented 6 years ago

Thanks for the help!