• How to link existing OBJs ?
    I met the "UNRESOLVED EXTERNAL SYMBOL" problem when I try to build a target in uVision2. The linker can't find the existing OBJ which I don't have the source. How can I send this OBJ file to link with...
  • 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...
  • obj files compatibility
    I'm beginner in 8051 programming. Also I would like to know, if (and if yes, how ?) it's possible to make obj-files with the Keil C compiler for using its with an no-Keil assembler.
  • 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 ....