CubeMX prompts to download GNU tools for STM32 when adding cube-ai analysis model
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-01-13 1:53 AM
When using cube-ai, the following dialog box will pop up, and it will be stuck at 0%, and trying to manually install the GNU tool will not work. How to solve this?
Labels:
- Labels:
-
STM32CubeIDE
-
STM32CubeMX
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
2023-01-13 2:02 AM
The tool needs arm-none-eabi-gcc to estimate the flash and ram size taken by the model and the library.
If it is not found in the path or if no installation of STM32CubeIDE is found it will try to download and install it automatically but you need internet access.
I recommend to install manually STM32CubeIDE and install it in the default location so that X-CUBE-AI can find it.
Regards
Daniel
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
