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.
Does this problem exist also with the current compiler revision? You may download a EVAL version from http://www.keil.com/demo. In case that the problem exists with this version too, send the source code to support.intl@keil.com. This allows us to duplicate the problem. Reinhard
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?