• "#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?
  • Error If "Generate Assembler SRC File" & "Assemble SRC File" are active?
    I have the follwing problem? I have just three files in my project. 1. main.c 2.I2c_sw.c 3.Startup.a51 I2c_sw.c file has few lines of assembly code. so I have checked "Generate Assmebler...
  • Error If "Generate Assembler SRC File" & "Assemble SRC File" are active?
    I have the follwing problem? I have just three files in my project. 1. main.c 2.I2c_sw.c 3.Startup.a51 I2c_sw.c file has few lines of assembly code. so I have checked "Generate Assmebler...
  • Change directory of lst and obj files
    Hi I wish to change the directory where the lst and obj files are created using the command line arguments [PRINT and OBJECT]. I wish to keep the output file names same as the input files.I tried...