cancel
Showing results for 
Search instead for 
Did you mean: 

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

Baptiste_Arturia
Associate

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 

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

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

 

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.

View solution in original post

2 REPLIES 2
STTwo-32
ST Employee

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

 

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.

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