Hello,
I am new to NXP controllers. I am using LPC4088 Dev kit and hooking it up for the first time. I am using Keil uVision as my IDE.
I can not find any "Hello world" / "LED Blinking" start up project at all. Therefore I decided to start from sketch. I have created a project and main.c containing nothing but;
int main(void) { return 0;}
Following is the picture for my Run time Environment;

When I try to compile, I am getting following error;

Which is actually pointing to this file and the file is not editable;

Can some one share a "Hello World" / "LED Blinking" kind of project specifically for Keil IDE as a reference point ?
Can some one suggest any solution for this error ?
Thanks