2020-11-11 11:40 PM
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?
Solved! Go to Solution.
2020-11-12 06:35 PM
All right. I don't know how to do this. I choose "Select as Best", is that OK?:face_savoring_food:
2020-11-12 10:39 PM
SW4STM32 is out dated. SM32CubeIDE is brand new ST promoted and supported solution. Even more, as newbie STM32CubeIDE is promoting large part of STM32Cube ecosystem integration in one place what may be helpful.
2020-11-12 10:57 PM
Got it!