i am trying to compile source code of porting ucos on 8051 using keil uVision2.but while compiling it is giving error as C51.exe Application error.
I have downloaded a EVAL version from http://www.keil.com/demo. Now it is giving error as "C:\Program Files\Keil 3\C51\BIN\A51.EXE" "OS_CORE.src" PR(.\OS_CORE.ls1) EP DEBUG A51 FATAL ERROR - FILE: OS_CORE.src ERROR: FILE DOES NOT EXIST A51 TERMINATED. Target not created. OS_CORE.c file already exist
The error says: "FILE: OS_CORE.src ERROR: FILE DOES NOT EXIST" You say: "OS_CORE.c file already exist" But that's not the file it's complaining about, is it? It's looking for OS_CORE.src - do you have OS_CORE.src?