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

Fatal error L213

Information in this support solution applies to:

C51 Version 6.00

I receive the following error when I link a very simple project in the EVAL version:

FATAL ERROR L213:I/O ERROR ON WORK FILE:
EXCEPTION 0029H: ACCESS TO FILE DENIED

I've checked all the Environment Setup settings (TOOLS.INI or BIN/INC/LIB Folder) and everything seems OK.

The autoexec.bat file settings:

SET TEMP=C:\WINDOWS\TEMP
SET TMP=C:\WINDOWS\TEMP

Why am I receiving this error message?

Parents
  • I have the same problem. I was building a very simple project... only one .a51 file:


    MOV R1,#3
    END


    and when I tried to build it I got thhe following message:


    Build target 'Target 1'
    linking...
    BL51 BANKED LINKER/LOCATER V5.01 - SN: Eval Version
    COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2002
    "test.obj"
    TO "test"
    RAMSIZE(256)
    *** FATAL ERROR L213: I/O ERROR ON WORK FILE:
    EXCEPTION 0029H: ACCESS TO FILE DENIED
    Target not created


    I am using win2000 and the version of the program is V7.01 eval...

Reply
  • I have the same problem. I was building a very simple project... only one .a51 file:


    MOV R1,#3
    END


    and when I tried to build it I got thhe following message:


    Build target 'Target 1'
    linking...
    BL51 BANKED LINKER/LOCATER V5.01 - SN: Eval Version
    COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2002
    "test.obj"
    TO "test"
    RAMSIZE(256)
    *** FATAL ERROR L213: I/O ERROR ON WORK FILE:
    EXCEPTION 0029H: ACCESS TO FILE DENIED
    Target not created


    I am using win2000 and the version of the program is V7.01 eval...

Children