• Case sensitivity
    Probably something of a trivial question for those who know: Can anyone out there confirm for me whether ANSI C is meant to be a case sensitive, or insensitive languge; and whether the Keil compiler...
  • UNIX file system (case sensitive) and *.axf or *.AXF :-(
    Hey folks, i have a problem with my workspace in a Unix file system. Keil uVision stores the *.axf file extension in lower case. But when i try to flash the project on target, uVision searches a...
  • A51 Assembler case-sensitive
    A quick question: Is A51 Assembler case-sensitive? Thanks Brian
  • uVision2 SCVS and case sensitive names
    How can I get uVision2 to not use all uppercase file names? I use a version control system (Perforce) that, since it runs on a Linux server, is case sensitive in file names. When uVision2 opens a file...
  • How to make the C51 linker case sensitive
    I am using Keil's C51 ver 6.14. I would like to know how to configure the linker to manage case sensitive variables. I want the linker to distinguish between callInProgress and CallInProgress . Thank...