Hi I'm using Keil MDK 4.7 with nRF5 SDK V15, both of the 2 SDKs are installed at C:\, and the Keil4 Nordic License has been installed. When I tried to compile one of the example projects in the nRF5 SDK, for example the ble_app_blinky, the compiler reported this error:
arm_startup_nrf52.s: error: A1023E: File "..\..\..\..\..\..\modules\nrfx\mdk\arm_startup_nrf52.s" could not be opened: No such file or directory
I've checked that that there is no such a folder "modules" in the nRF5 SDK, but there do exist a file named arm_startup_nrf52.s in C:\Keil\ARM\Device\Nordic\nRF52832\Source\templates\arm
I can modify the configurations like include pathes manually, but it seems there are a lot of references to this folder, did I missed anything in the SDK? or is there an easier way to do it?
Thanks!