• Compiles & Links but object file is Zero Length
    I've created a C167 project that compiles and links with no errors but the resulting .obj files contains symbolic information but no actual code. In addition, the .h86 file only contains one line: ":00000001FF...
  • Compiles & Links but object file is Zero Length
    I've created a C167 project that compiles and links with no errors but the resulting .obj files contains symbolic information but no actual code. In addition, the .h86 file only contains one line: ":00000001FF...
  • Problem linking C object files, generating HEX file
    Hi, First off, please pardon my ignorance since I am new to the subject. I've been handed over a group of source code files (.c, .h, ...) written in C and a compiler IC96 (DOS 5.0 <046-N> iC-95...
  • Problem linking C object files, generating HEX file
    Hi, First off, please pardon my ignorance since I am new to the subject. I've been handed over a group of source code files (.c, .h, ...) written in C and a compiler IC96 (DOS 5.0 <046-N> iC-95...
  • INCLUDING OBJECT FILES IN LINK
    Hi All, I have 3 source files: file1.c, file2.c and file3.c and 1 header file config.h. When I built entire uvision project, 3 object files got generated. file1.obj, file2.obj, file3.obj. ...