Skip to main content
Associate
April 8, 2025
Solved

Can't build TMAP_Central example: No rule to make target stm32wbaxx_ResetHandler_GCC.s

  • April 8, 2025
  • 1 reply
  • 497 views

Hello, 

I have a STM32WBA55G-DK1 board, and i'm trying to build the example code for the Unicast server (BLE_Audio_TMAP_Central example project). 
I'm importing it using the GUI (new project, example, then i select the example). 

I haven't modified anything in the code, but when i try to build it, i have the following error (see image bellow) 

Capture d'écran 2025-04-08 143407.png


I tried to compile another example code (using the same steps as with the one giving errors), and it is working as intended. 

Can you help me please? Thank you.

OS: Windows 11, last version 
CubeIDE: last version 

Best answer by STTwo-32

Hello @Baptiste_Arturia and welcome to the ST Community.

I've tested this use case and I've been able to reproduce this issue. I've escalated to the concerned team for correction (under internal ticket number 207113). As a temporary workaround you have to:

  • Delete the project.
  • Go to File > Open Projects from File System...
  • Click on Directory... and select the source "STM32Cube_FW_WBA_V1.6.0\Projects\STM32WBA55G-DK1\Applications\BLE\BLE_Audio_TMAP_Central\STM32CubeIDE" and click "Finish".
  • Compile the project.

Best Regards.

STTwo-32

 

1 reply

STTwo-32
STTwo-32Best answer
Technical Moderator
April 8, 2025

Hello @Baptiste_Arturia and welcome to the ST Community.

I've tested this use case and I've been able to reproduce this issue. I've escalated to the concerned team for correction (under internal ticket number 207113). As a temporary workaround you have to:

  • Delete the project.
  • Go to File > Open Projects from File System...
  • Click on Directory... and select the source "STM32Cube_FW_WBA_V1.6.0\Projects\STM32WBA55G-DK1\Applications\BLE\BLE_Audio_TMAP_Central\STM32CubeIDE" and click "Finish".
  • Compile the project.

Best Regards.

STTwo-32

 

Associate
April 8, 2025

Hi, @STTwo-32, thank you for the quick help. It is now working.
From what i saw, when importing the project using the GUI, the file Common\WPAN\Startup\stm32wbaxx-ResetHandler_GCC.s is not existing, i don't know if this would help.

Best,
Baptiste