• object file
    I am currently working on composing a library. I have created .h file which is header file and .c file which has functions. How can ı link both these files. (I know that ı have to create object file but...
  • 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. ...
  • Object to HEX file converter
    hi, i m using an IDE which generates .obj file as final end result.But i want hex file. so is there any converter of object to hex file. please help in this matter.
  • Specifying the directory for object files
    Which directive should I use (in the command line) to change the output path for the object files. I want to move the objects files to a different directory (folder) so that my project directory...
  • Header Files
    Hi, Where can I find the header files in C51. for instance: #include <Reg932.h> I need the ones for memory and I/O for instance: #include <memory.h> #include <io.h> those header files cannot be...