Skip to main content
Jinyu Z
Associate II
November 12, 2020
Solved

Hello, I'm new here. I just got a STM32F769IDISCO board. I'm wondering what toolchain should I used.

  • November 12, 2020
  • 12 replies
  • 2919 views

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?

This topic has been closed for replies.
Best answer by Cartu38 OpenDev

According my own experience they are not leading to any issue using converted material.

Reported warnings moving from SW4STM32 to STM32CubeIDE are refering to some toolchain definition options which are not used at all if examples collection. Be safe about !

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

12 replies

ST Technical Moderator
November 12, 2020

Hello @JACOB SCARIA​ ,

Welcome to STM32 Community :smiling_face_with_smiling_eyes:.

You can follow the guide explaining how to import projects from SW4STM32 or TrueSTUDIO to STM32CubeIDE:

Hope this is helpful for you.

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
Jinyu Z
Jinyu ZAuthor
Associate II
November 12, 2020

Thank you. It's very nice of you to give me the advice in the beginning.

I think it will be a nice journey.

Wish you a nice day.:*

ST Technical Moderator
November 12, 2020

You are welcome :smiling_face_with_smiling_eyes:, I'm so glad for you.

Please keep us updated on your progress on this issue. Then, when it is resolved, please close this topic by choosing "Select as Best".

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
Cartu38 OpenDev
Cartu38 OpenDevBest answer
Graduate II
November 12, 2020

According my own experience they are not leading to any issue using converted material.

Reported warnings moving from SW4STM32 to STM32CubeIDE are refering to some toolchain definition options which are not used at all if examples collection. Be safe about !

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

Jinyu Z
Jinyu ZAuthor
Associate II
November 12, 2020

Sounds good. Thank a lot.:smiling_face_with_smiling_eyes:

Cartu38 OpenDev
Graduate II
November 12, 2020

Please tag such post as answered. I will help such community. Thanks.

Jinyu Z
Jinyu ZAuthor
Associate II
November 13, 2020

Finally, I found this:

https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Step1_Tools_installation

5 Launch STM32CubeIDE in debug mode and run my first program

In this section, STM32CubeIDE open the project file created by SW4STM32 directly and using the converter the SW4STM32 project file is converted to a STM32CubeIDE project file. I debug the example application successfully.

Thank you all sincerely.:*