ARM Technical Support Knowledge Articles | |
Applies to: uVision IDE
Information in this article applies to:
When running the HEX2BIX.EXE (supplied by Cypress) using the uVision IDE, I receive the following error message:
User command #1: "c:keilc51inhex2bix" hello.hex hello.bin --- Error: can't execute '"C:KeilUV2KSPAWN.EXE" "c:keilc51inhex2bix" hello.hex hello.bin'
When uVision detects an execution error while running an external program, the following message displays.
--- Error: can't execute '"C:KeilUV2KSPAWN.EXE" ...
The problem in the example above is that the arguments for HEX2BIX.EXE are incorrectly specified. When the correct arguments are specified, everything works as expected.
Change the user command to the following:
"c:keilc51inhex2bix" -i hello.hex -o hello.bin
Article last edited on: 2004-04-22 20:49:34
Did you find this article helpful? Yes No
How can we improve this article?