

\.\.\src\hal.c -mthumb -mcpu=cortex-m0 -std=c99 -DBLUENRG2_DEVICE -DNO_SMART_POWER_MANAGEMENT -IC:\Users\CA69912\Atollic\TrueSTUDIO\STM32_workspace_9.3\BLE_Mesh\inc -IC:\Users\CA69912\Atollic\TrueSTUDIO\STM32_workspace_9.3\BLE_Mesh\Library\Middlewares\ST\BlueNRG1\BLE_Application\OTA\inc -IC:\Users\CA69912\Atollic\TrueSTUDIO\STM32_workspace_9.3\BLE_Mesh\Library\Drivers\CMSIS\Include -IC:\Users\CA69912\Atollic\TrueSTUDIO\STM32_workspace_9.3\BLE_Mesh\Library\Drivers\BlueNRG1_Periph_Driver\inc -IC:\Users\CA69912\Atollic\TrueSTUDIO\STM32_workspace_9.3\BLE_Mesh\Library\Drivers\CMSIS\Device\ST\BlueNRG1\Include -IC:\Users\CA69912\Atollic\TrueSTUDIO\STM32_workspace_9.3\BLE_Mesh\Library\Middlewares\ST\BlueNRG1\Bluetooth_LE\library -IC:\Users\CA69912\Atollic\TrueSTUDIO\STM32_workspace_9.3\BLE_Mesh\Library\Middlewares\ST\BlueNRG1\BLE_Application\layers_inc -IC:\Users\CA69912\Atollic\TrueSTUDIO\STM32_workspace_9.3\BLE_Mesh\Library\Middlewares\ST\BlueNRG1\Bluetooth_LE\inc -IC:\Users\CA69912\Atollic\TrueSTUDIO\STM32_workspace_9.3\BLE_Mesh\Library\Middlewares\ST\BlueNRG1\hal\inc -IC:\Users\CA69912\Atollic\TrueSTUDIO\STM32_workspace_9.3\BLE_Mesh\Library\Middlewares\ST\ST_BLE_Mesh\MeshModel\Inc -IC:\Users\CA69912\Atollic\TrueSTUDIO\STM32_workspace_9.3\BLE_Mesh\Library\Middlewares\ST\ST_BLE_Mesh\PAL\BlueNRG1_2 -IC:\Users\CA69912\Atollic\TrueSTUDIO\STM32_workspace_9.3\BLE_Mesh\Library\Middlewares\ST\ST_BLE_Mesh\Inc -IC:\Users\CA69912\Atollic\TrueSTUDIO\STM32_workspace_9.3\BLE_Mesh\Library\Drivers\BSP\SDK_Eval_BlueNRG1\inc -IC:\Users\CA69912\Atollic\TrueSTUDIO\STM32_workspace_9.3\BLE_Mesh\src -Os -ffunction-sections -fdata-sections -g -fstack-usage -Wall -mcpu=cortex-m0 -specs=nano.specs -o src\hal.oĪrm-atollic-eabi-gcc -c. As you can see there are no errors, just some warnings, which should be not dangerous: Info: Internal Builder is used for buildĪrm-atollic-eabi-gcc -c.

I've a lot of code, which is correctly linked.Īny suggestions as to why I am getting this error?

Unfortunately, there is an error in compiling, because for some reasons my binary file is empty.

I am trying to create a binary file for flashing a bluetooth board.
