This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

unable to understand the warnings displayed, on building project

I am using Keil uvision4.I created a new project,saved it in a new folder in the desktop.here i chose the device Infenion's C051.opening the project,I created a new file and saved it with .c extension in the same folder.the startup.obj file is in the same folder.the c prog.follows:

void main(void){
while(1){}
}


on building this I get the following warnings:
*** WARNING L1: UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C_START MODULE: STARTUP.obj (?C_STARTUP)
*** WARNING L2: REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C_START MODULE: STARTUP.obj (?C_STARTUP) ADDRESS: 080AH

this prob. is addressed many times in this forum, but here there is no assembly prog in the C prog.the only assembly prog is startup.asm.i am unsure as to how to resolve it.