I compiled in Keil 5 using armcc:
*** Using Compiler 'V5.06 (build 20)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
and I got following error:
compiling softdevice_handler.c...
"no source": Error: #5: cannot open source input file "..\..\..\..\..\..\components\softdevice\common\softdevice_handler\softdevice_handler.c": No such file or directory
..\..\..\..\..\..\components\softdevice\common\softdevice_handler\softdevice_handler.c: 0 warnings, 1 error
I was sure that source c file exists. I added it in GUI and I could open it in GUI.
So why compiler complains that file does not exists if file does exists?