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?
This topic has been covered many times before - search this site. I /think/ you have to instruct the assembler to assemble the resulting assembly source to generate the object file when using #pragma SRC. Stefan