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

Output log file from command line doesn't work

HI,

I've developing a automated test process which download various unit test and application version onto our test hardware each time a developer does an update.

We are having problems with the reliability of the download. I am trying to get feedback from uVission and there is a handily command line option -o. I've tried numerous times to get this to work but I don't get any output.

I've tried it with relative and absolute paths. I tried it with the target file already existing in the output location. I've run searches of the complete hard drive to locate the output file but nothing ever come up. I've tried different computer and done a reinstall on my main machine.

I'm using uVision 4.60.0.0. Here are some of the examples of the cmd lines I've tired.

c:\Keil\UV4\uv4 -f "\Application.uvproj" -o "c:\Prg_Output.txt"

c:\Keil\UV4\uv4 -f \Application.uvproj -o c:\Prg_Output.txt

c:\Keil\UV4\uv4 -f "\Application.uvproj" -o "Prg_Output.txt"

uv4 -f "c:\project\Application.uvproj" -o "Prg_Output.txt"

All other command line options I've tried have worked.

Any help would be much appreciated.

Thanks,

0