• How to create .OMF file in keil
    I'm using the C51 compiler and I can't find way to create .OMF file. I've looked for some documents but I don't see much information. Please help me to create .OMF or if you know link or documents...
  • how to create a library file in keil
    Iam doing a project in which iam facing some problems in creating a library file.Actually iam able to create library file but while adding it to my project and compiling iam getting some warnings like...
  • Possible to create .ELF file?
    Is it possible to create an .ELF file from a Cortex M4 project (STM32F407, C++, uVision 4.60)? (I would like to test STM Studio - but unfortunately it does not like my AXF file - but it would also...
  • creating .bin file
    Hello all I am using Keil uvision 4 for Stm32F2 series. I want to create .bin file from my project. I am using this command C:\Keil\ARM\BIN31\fromelf.exe --bin "#L.axf" -o "$P\output.bin" under...
  • How to creat library file
    I am trying to create a library file in keil uv4. By following the method mentioned in uvision IDE user guide I am able to generate the .lib file. Now I want to use this library file in other project...