• Arm compiler:need help.. Question regrading recompilation of source file
    Note: This was originally posted on 20th April 2011 at http://forums.arm.com Hi Guys, In Our  Build system,  a source file is recompiled irrespective of there file contents changed or not  . So In such...
  • Question about listing file.
    How I can include in my listing file assembler code of libraries instruction e.g. _putchar. There is only string "ACALL _putchar" inside of file main.lst. In disassembly window I can see this assembler...
  • multiple listing files
    Hello, I have a question about KEIL generated listing files (*.lst). My project has several *.c files, and when it generates listing files it makes one *.lst file for each *.c file ! Can someone...
  • 'No Source File In List'
    Hi all, I've built a project, created a a.51 file. I've compile the file, no errors. I wish to generate a .hex file to burn into my MCU, but when i click Project>>Make:Build , theres a message...
  • generate full listing file?
    i can't seem to figure out how to generate a full (not per-module) listing file, showing me fully relocated assembly for the entire absolute binary. either something generated by the linker (BL51, in...