Hi
I'm trying to make a new S110 BLE project for my nRF51 DK from "scratch" in Keil 5.14 (New uVision Project -> nRF51422_xxAC) , but every time i try to build the solution, i get this message:
Build target 'nrf51422_xxac_s110'
s110_softdevice.hex: error - custom translator properties not set
linking...
.\Objects\LDF1A_v.0.1: error: L6002U: Could not open file .\objects\main.o: No such file or directory
Finished: 0 information, 0 warning, 0 error and 1 fatal error messages.
".\Objects\LDF1A_v.0.1" - 1 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:01
I've added all the necessary software components (board support, CMSIS, nRF_BLE, nRF_Drivers, nRF_Libraries, nRF_SoftDevice) and included everything needed in main.c.
Any ideas?