2024-12-12 12:55 AM
I'm trying to import the sample project BLE_Skeleton. On build I get the following error:
fatal error: osal.h: No such file or directory
The same error occurs for other BLE sample projects.
The error also happened for BLE_p2pServer but was fixed.
When can the problem be fixed for the other sample projects ?
2024-12-12 01:47 AM
how are you obtaining the sample project BLE_Skeleton?
If downloading from GitHub, see:
2024-12-12 01:57 AM
In stm32Cube I do: File > Import > Import STM32Cube Example
2024-12-12 05:49 AM
Hello @LVanr.1 ,
Maybe you have wrong paths! Try adding correct paths to the include directories (Go to Project options ->C/C++ tab->Include paths)
Otherwise, please provide more details on your CubeWB0 firmware package version and CubeIDE version used, the exact project path and steps?