Env:
- OS: macOS Monterey 12.7.6
- IDE: STM32CubeIDE 1.17.0
- Toolchain: /Applications/ArmGNUToolchain/13.3.rel1
- Board: NUCLEO-WBA55CG
Step:
1. cloen repo
% git clone https://github.com/STMicroelectronics/STM32CubeWBA.git
git:(main) % git co v1.5.0 -b v1.5.0
git:(heads/v1.5.0) % git submodule update --init --recursive
2.Create Projects
- Open STM32CubeIDE
- Create Project from exists STM32CubeMX COnfiguration file(.ioc)
- Choose .ioc file for Project:
- BLE_ApplicationInstallManager: Projects/NUCLEO-WBA55CG/Applications/BLE/BLE_ApplicationInstallManager
- BLE_HeartRate_ota: Projects/NUCLEO-WBA55CG/Applications/BLE/BLE_HeartRate_ota
- BLE_p2pServer_ota: Projects/NUCLEO-WBA55CG/Applications/BLE/BLE_p2pServer_ota
- uncheck -fcyclomatic-complexity
- Build
3. Result:
- BLE_ApplicationInstallManager: Build Finished
- BLE_HeartRate_ota: Build Failed
- BLE_p2pServer_ota: Build Failed
What's the problem?