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

C51 Compiler error

Hello,

if i try to compile, i get this message:

*** FATAL ERROR L210: I/O ERROR ON INPUT FILE: EXCEPTION 0021H: PATH OR FILE NOT FOUND FILE: LED.obj

The compiler should make the LED.obj or is that wrong?
Whats the problem here?

Please help me

Bye!

Parents
  • "The SRC directive creates an assembler source (.SRC) file instead of an object (.OBJ) file."

    But i want the .obj file.

    If i uncheck "Generate Assembler SRC File" he compiles but brings up 3 warnings:

    Build target 'Target 1'
    assembling STARTUP.A51...
    compiling LED.c...
    LED.C(1): warning C500: SERIAL NUMBER EXPIRED
    linking...
    *** WARNING L1: UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C_START MODULE: STARTUP.obj (?C_STARTUP)
    *** WARNING L2: REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C_START MODULE: STARTUP.obj (?C_STARTUP) ADDRESS: 000DH
    Program Size: data=9.0 xdata=0 code=15
    creating hex file from "LED"...
    "LED" - 0 Error(s), 3 Warning(s).

Reply
  • "The SRC directive creates an assembler source (.SRC) file instead of an object (.OBJ) file."

    But i want the .obj file.

    If i uncheck "Generate Assembler SRC File" he compiles but brings up 3 warnings:

    Build target 'Target 1'
    assembling STARTUP.A51...
    compiling LED.c...
    LED.C(1): warning C500: SERIAL NUMBER EXPIRED
    linking...
    *** WARNING L1: UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C_START MODULE: STARTUP.obj (?C_STARTUP)
    *** WARNING L2: REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C_START MODULE: STARTUP.obj (?C_STARTUP) ADDRESS: 000DH
    Program Size: data=9.0 xdata=0 code=15
    creating hex file from "LED"...
    "LED" - 0 Error(s), 3 Warning(s).

Children