This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

piping output window

Does anyone know if there's a mechanism to pipe the build output window to a file?

Parents
  • I don't think this is exactly what you want but I'll throw it out anyway. I build from an external editor using a command line command that looks something like this.

    c:\keil\uv3\uv3.exe -b -oc:\temp\foo.err c:\temp\foo.uv2

    The text gets written to the output window and to the file c:\temp\foo.err.

Reply
  • I don't think this is exactly what you want but I'll throw it out anyway. I build from an external editor using a command line command that looks something like this.

    c:\keil\uv3\uv3.exe -b -oc:\temp\foo.err c:\temp\foo.uv2

    The text gets written to the output window and to the file c:\temp\foo.err.

Children
No data