• Specifying the directory for object files
    Which directive should I use (in the command line) to change the output path for the object files. I want to move the objects files to a different directory (folder) so that my project directory...
  • startup file
    Hello, Can you please tell me about STARTUP.a51 file: When I create new KEIL project is it necessary to select device from the list of devices? When I create new project, no matter if I choose to...
  • format specifier
    static char x; printf("%d",x); above statement does not work. but following statement work printf("%bd",x); what is differance between format specifier %d and %bd
  • Startup file
    Hi there, My project is based on LPC2368 controller and Iam using the GCC compiler alongwith the Keil UVision3 IDE. Is the startup.s file same for both Real View compiler and the GCC compiler ?...
  • Don't want to specify a scatter file...
    With the latest Keil ARM tool (uVision 3.31, RealView compiler), the Linker tab in my project options keeps specifying a default scatter file (named after my project). When I build, the linker complains...