Unable to compile BLE Mesh project for BlueNRG-2
I am trying to create a BLE mesh project for flashing the BlueNRG 2 board. For this purpose I have downloaded the ST BLE mesh software version 1.07. Then I modified an already working project for the BlueNRG 2 with a working startup and linker file. Unfortunately, there are errors while compiling. After some steps the compiler crashes. I am using the TrueSTUDIO Atollic IDE. I know that the error occurs because of linking the lib file 'libBlueNRG_Mesh_CM0.a'. But unfortunately this library is a must have for the functionality for BLE mesh. I've added the lib file into TrueSTUDIO correctly by adding the path and the the name of the library.
Does anyone have the same problem or any suggestions how to solve this problem ?