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.
"You get this message because this version is not an Evaluation Version." ie, you have a Full version, but don't have the hardware security key (or "dongle") needed to enforce the licence. See these threads about Dongles: http://www.keil.com/forum/docs/thread2369.asp http://www.keil.com/forum/docs/thread5430.asp There is a Dongle Testing Application available under: http://www.keil.com/download/docs/chkdongle.exe.asp. You can donload the evaluation software here: http://www.keil.com/demo/ Be sure to read the limitations here: http://www.keil.com/demo/limits.htm Also, be sure to follow the installation instructions carefully - to make sure that it does install as an evaluation (otherwise it will need a dongle!)
Thank you very much Andy. I will try with the links u provided. hari