It seems that many people use GCC toolchain (with "high" setup effort) for utilizing SDK in C++ development. It should however be possible also on Keil with less setup effort, I hope.
It is obvious that the SDK libraries must be included as below:
extern "C" {
#include "sdklib.h"
}
What are the other steps & issues to take care in order to configure the Keil for C++ development? Can some expert please direct me to the right documentation or share his own experience?
I am aware that similar questions have been asked before: devzone.nordicsemi.com/.../ devzone.nordicsemi.com/.../ devzone.nordicsemi.com/.../ However I could not find any clear answer.
Update: log.txt of the blinky_example from below.