Greetings,
I find it much an arduous task trying to sift through all the SDKs and Documentations in order to find the one specific material that I need. I've installed the Nordic "plug-in" for keil step-by-step with the installation wizard, but under its installation directory I discover no such folder as "nordic" and thus unable to enjoy the benefit of any offline example. I immediately sought them online, but to my frustration, the relevant pages told me to get all the files in the aforementioned installation directory.
I then browsed to the "nRF51/52 SDK download page" bit of this site and downloaded "nRF51_SDK_9.0.0_2e23562_packs.zip" under "/nRF51_SDK/nRF51_SDK_v9.x.x/packs/" hoping I could find what I was looking for. To my great joy I found some ".uvprojx" files inside, and opened them with keil uv4 after modifying their extensions to ".uvproj". However my ordeal wasn't over, after clicking "compile", I received this error message, exactly as I had dreaded:
......\main.c(26): error: #5: cannot open source input file "nordic_common.h": No such file or directory
Apparently certain packages failed to install properly or at all.
I'm not sure if I am the only one unfortunate enough to experience all of this, perhaps all did but were too proud to ask, but could someone please help poor blokes such as I who has a very short attention span and a less than unlimited patience? I think my complaint is somewhat justified by the fact that I've used other "plug-in" style SDKs before — on platforms like eclipse, and I can start coding before reading any technical literature enclosed.