• How to output messages to build window?
    Hi, Env: Uvision 3, ARM Realview 2.??? dev tools Is there a way to see the messages passed between the IDE & the compiler / linker / etc... in other words, i want more than compiling foo...
  • How to output messages to build window?
    Hi, Env: Uvision 3, ARM Realview 2.??? dev tools Is there a way to see the messages passed between the IDE & the compiler / linker / etc... in other words, i want more than compiling foo...
  • stdout vs. sterr
    Hi all, Do the lateste Keil tools (C166, A166, L166, etc.) print warnings and errors to stderr? Our current version (3.12) doesn't do so. My makefiles redirect stdout to a log file but when a warning...
  • stdout vs. sterr
    Hi all, Do the lateste Keil tools (C166, A166, L166, etc.) print warnings and errors to stderr? Our current version (3.12) doesn't do so. My makefiles redirect stdout to a log file but when a warning...
  • Include build number in automated uv4 build
    Hello We have a uv4 project that I would like to be built using an automated build tool. The simplest way given that we already have a working project is to call uv4 from the command line. ...