• Compiler not producing OBJ files
    Using uVision, I'm not getting .obj files produced by C51. A51 produces .obj files OK in the same project. The example projects do produce .obj files, so the cause is likely project settings. A .LST...
  • How to link OBJ files..
    Hai all, I am having two c files test.c and test1.c test.c have the main function...how to link the obj files of the two c code.....and generete common HEX file...kindly help me.... with thanks, ...
  • OBJ Format
    Which OBJ File Format is Keil using ? OMF ? Thanks freudi
  • src file and obj file simultaneously
    hi to all, i read from c51 manual that src and obj file can't be created simultaneously.... if it is true, then how can i use the uv2 simulator to see my output.... (if i'm using #pragma asm ....
  • 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...