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
  • Then, obviously, you must not check 'Generate Assembler SRC File'

    Or, if you do, you must also check 'Assemble SRC file'.

    "i uncheck 'Generate Assembler SRC File' he compiles..."

    So you did have it checked, then?!

    "...but brings up 3 warnings"

    Does your LED.c file contain a valid main() ?

Reply
  • Then, obviously, you must not check 'Generate Assembler SRC File'

    Or, if you do, you must also check 'Assemble SRC file'.

    "i uncheck 'Generate Assembler SRC File' he compiles..."

    So you did have it checked, then?!

    "...but brings up 3 warnings"

    Does your LED.c file contain a valid main() ?

Children