Compatibility with Visual Micro #2270
-
Hi everyone. After upgrading to 2.7.1, any project for STM32 is no longer compiled. I noticed that before that it was necessary to install compilers for STM32 myself. Now, as I understand it, all compilers are included. Logs:
This happens now with any project for Stm32. I think, it can be seen from the log that the problem is in choosing the optimization flag, I tried to change the optimization, but it did not help. Reinstalling Visual Micro and Arduino_Core_STM32 did not help. PS: Sorry, for my English. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @AlexandrJet Unfortunately, could do nothing as it is Arduino specification. |
Beta Was this translation helpful? Give feedback.
Hi @AlexandrJet
The toolchain was always provided within the core.
The change which impact your setup is probably this:
#2184
Unfortunately, could do nothing as it is Arduino specification.