• c51 compilation using commandline arguments
    how to use the c51 compiler for example if i use c51 -C main.c it is giving error like c51 FATAL-ERROR - ACTION: PARSING INVOKE-/#PRAGMA - LINE LINE: C:\KEIL\C51\BIN\c51.exe -C main...
  • choosing ini file from commandline
    using the commandline UV2 -D <project file> You can start the debugger with the actual initialization file of the UV2-project. Is there a way to choose the initialization file also from the commandline...
  • uVision build works, trouble with toolchain on commandline
    Hey folks, I'm having some more difficulty in getting my software built using make and the realview tools on the command line. I am able to build a source tree into an image, load it onto the board...
  • how to set UCFG in LPC from commandline
    Evidently I need to set some UCFG values for my Ceibo debugger and evidently that is part of the Keil package. How does one do that from the commandline? PLEASE do not suggest going into the IDE and...
  • -D compiler argument with a value
    I thought that the correct way to make a define with a value was to write: MY_HEADDER=my_file.h, in the Define: textbox in "Options for Target", but its not working. then I tried to use: -DMY_HEADDER...