Hello, I'm new here. I just got a STM32F769IDISCO board. I'm wondering what toolchain should I used.
Let me introduce the situation. I download STM32CubeIDE from st.com, also the STM32Cube MCU package for STM32F7 series which provides many demonstrations.
The demonstration's project is created by three toolchains and they are EWARM ,MDK-ARM and SW4STM32. Can I open the projects file in STM32CubeIDE?
When I try to open SW4STM32 project in CubeIDE, the message says:
Project: STM32F769I_DISCOVERY
Converter: ST System Workbench for STM32 project converter
Date: 20201112
Unknown value type "" for id gnu.c.link.option.libs on tool fr.ac6.managedbuild.tool.gnu.cross.c.linker
Unknown value type "" for id gnu.c.link.option.paths on tool fr.ac6.managedbuild.tool.gnu.cross.c.linker
Option fr.ac6.managedbuild.tool.gnu.cross.cpp.linker.noexceptions is no longer supported
Option fr.ac6.managedbuild.tool.gnu.cross.cpp.linker.nortti is no longer supported
I have no idea on if the warning affect?
should I change to SW4STM32?
