• RTX166: RtxConf.c66 does not generate .OBJ file!
    Hi I am trying to get a RTX166 (RTOS) project to build; and I had successfully compiled all project files (main.c, myapp.c, and RtxConf.c66), but somehow compiling RtxConf.c66 does not yield a RtxConf...
  • RTX166: RtxConf.c66 does not generate .OBJ file!
    Hi I am trying to get a RTX166 (RTOS) project to build; and I had successfully compiled all project files (main.c, myapp.c, and RtxConf.c66), but somehow compiling RtxConf.c66 does not yield a RtxConf...
  • 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?