I have installed SES 5.10a and imported ouf Keil project. There are several issues when I try to compile. This is interesting since I am using the "external" build which should be using the Keil ARMCC compiler.
The issue is with the files that contain "C" assembler functions: hardfault_handler_keil.c and app_error_handler_keil.c
Errors are:
- expected '(' after 'asm'
- expected ';' after top-level asm block
- use of undeclared identifier 'PRESERVE8'
According to the Keil project it is calling the "C" compiler.
Any ideas?