• managing multiple files
    Hi, I'm using Silabs IDE and KEIL C51. I need to modify the PUTCHAR.C and to add it in my project. The problem is, in my MAIN.C file I have declared a circular ring buffer (I'm using the buffer...
  • 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...
  • 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...
  • managing multiple files
    Hi, I'm using Silabs IDE and KEIL C51. I need to modify the PUTCHAR.C and to add it in my project. The problem is, in my MAIN.C file I have declared a circular ring buffer (I'm using the buffer...
  • uVision multiple output file
    Hi all, I'm working with uVision2 v2.4 and I want to know if there's a way to define multiple output file names according to precompilation process. For example somthing like that: #ifdef _ED_ output_file_name...