Skip to main content
ybuwe.1
Visitor II
January 13, 2023
Question

CubeMX prompts to download GNU tools for STM32 when adding cube-ai analysis model

  • January 13, 2023
  • 1 reply
  • 730 views

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?0693W00000Y8AldQAF.jpg

This topic has been closed for replies.

1 reply

fauvarque.daniel
ST Employee
January 13, 2023

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