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

Facing Problems with Evaluation Software

While Developing the code in compiler for P89CLPC932, getting the following error message.

The message is:

Build target 'Target 1'
compiling serial.c...
SERIAL.C(1): warning C500: MISSING DEVICE (SECURITY KEY NOT FOUND)
compiling reg935.h...
REG935.H(1): warning C500: MISSING DEVICE (SECURITY KEY NOT FOUND)
linking...
BL51 BANKED LINKER/LOCATER V5.01 - SN:
COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2002
"serial.obj",
"reg935.obj"
TO "UART"
RAMSIZE(256)
*** FATAL ERROR L210: I/O ERROR ON INPUT FILE:
EXCEPTION 0021H: PATH OR FILE NOT FOUND
FILE: serial.obj
Target not created

How can I come out from this problem. This is the first time who I am working with the KEIL software.

0