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
  • Two clues:

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

    The 'L' prefix on the error code indicates that it's a Linker error;

    Also, a .obj file would be an output from the compiler.

Reply
  • Two clues:

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

    The 'L' prefix on the error code indicates that it's a Linker error;

    Also, a .obj file would be an output from the compiler.

Children