STM32F4xx CMSIS with clang compiler / many warnings
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-11-07 7:04 AM
Posted on November 07, 2016 at 16:04
Hello,
I'm starting a project which uses an STM32F4xx as MCU. I want to use the STM32CubeMx tool for hardware setup and the ST CMSIS libraries for hardware control. As compiler I want to use the Keil ARM v6.5 compiler (which is clang). Problem is, if I compile the CMSIS sources with the __GNUC__ definition, the build is successful but it generates really a lot of warnings (about 1000 for a few CMSIS files). Now I'm wondering if there is a better way (or another library from ST?) to use the ST CMSIS files with clang or not? Are there any experiences using the CMSIS with clang / arm compiler V6? (is this combination recommended?). Thank you in advance! #stm32f4 #compiler #cmsis
Labels:
- Labels:
-
CMSIS
-
STM32F4 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-11-10 7:17 AM
Posted on November 10, 2016 at 16:17
Hello,
What exactly did the warnings message say?Maybe you should ensure that you are included the proper CMSIS library into your project and the paths are set up correctly.
Regards