• Why not generate the *.obj file when build my files in IDE
    I create a new project from Keil C51 IDE and then add my source code into it. When invoked linker links my project, the error occurs as follows: *****FTAA ERROR L210:I/O ERROR ON INPUT FILE EXCEPTION...
  • Why not generate the *.obj file when build my files in IDE
    I create a new project from Keil C51 IDE and then add my source code into it. When invoked linker links my project, the error occurs as follows: *****FTAA ERROR L210:I/O ERROR ON INPUT FILE EXCEPTION...
  • "#pragma SRC" ->obj not generate
    I've added a "#pragma SRC" to see the asm code of my C file, and on the compilation, the obj file was not generated (and so the linking stopped with ERROR L210: I/O input File). Is it normal?
  • "#pragma SRC" ->obj not generate
    I've added a "#pragma SRC" to see the asm code of my C file, and on the compilation, the obj file was not generated (and so the linking stopped with ERROR L210: I/O input File). Is it normal?
  • C51 : OBJ files are no more generated
    Hi everybody, I'm just encountering a strange problem: I tried to rebuild a project after some modifications and saw that .OBJ and .LST files wasn't updated. I tried with a newly created project...