I have installed Segger Embedded Studio for ARM V5.32a.
I am trying to build the example project under ble_peripheral/ble_app_uart.
I have installed these packages in SES:
- CMSIS 5 CMSIS-CORE Support Package versin 5.04
- CMSIS-CORE Support Package version 4.05
- Embedded Studio PRO for Cortex-M Library Package version 2.48a
- Nordic Semiconductor nRF CPU Support Package version 8.36
I open the solution file 'ble_app_uart_pca10040_s32' and when I try to build it I see this error:
core_cm4.h: No such file or directory.
I know how to take care of this with command line builds and other tools such as Eclipse or KEIL but am new to SES.
I also expected, based on everything I have seen and heard on the forums, that this example should compile out of the box.
What am I missing?
Cheers
RMV