2025-11-25 6:39 PM
I'm working with a NUCLEO-STM32WBA55 board and trying to build the BLE_p2pClient example project, but it fails with the error shown below:
I../../System/Modules -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Drivers/STM32WBAxx_HAL_Driver/stm32wbaxx_hal_gpio.d" -MT"Drivers/STM32WBAxx_HAL_Driver/stm32wbaxx_hal_gpio.o" --specs=nano.specs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32WBAxx_HAL_Driver/stm32wbaxx_hal_gpio.o"
make: *** No rule to make target 'D:/STM32Cube/BLE_p2pClient/Drivers/STM32WBAxx_HAL_Driver/Src/stm32wbaxx_hal_gtzc.c', needed by 'Drivers/STM32WBAxx_HAL_Driver/stm32wbaxx_hal_gtzc.o'. Stop.
make: *** Waiting for unfinished jobs....
"make -j8 all" terminated with exit code 2. Build might be incomplete.
10:35:54 Build Failed. 2 errors, 0 warnings. (took 6s.752ms)
Environment:
CubeIDE 2.0.0, CubeMX 6.16.0, WBA FW 1.8.0, X-CUBE-MEMS1 12.0.0
Solved! Go to Solution.
2025-12-02 1:16 AM
Hello @kclauah ;
Could you please try to click at "Open Projects from File System" to open the example
Then, choose the "Directory"
If you want to generate code from .ioc file using STM32CubeMX toolchain, I recommend you to copy the .ioc file in a new workspace then generate code and open the project using STM32CubeIDE
I hope this help you.
Thank you.
Kaouthar
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.
2025-12-02 1:16 AM
Hello @kclauah ;
Could you please try to click at "Open Projects from File System" to open the example
Then, choose the "Directory"
If you want to generate code from .ioc file using STM32CubeMX toolchain, I recommend you to copy the .ioc file in a new workspace then generate code and open the project using STM32CubeIDE
I hope this help you.
Thank you.
Kaouthar
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.