| |||||
Technical Support Support Resources
Product Information | µVISION: CAN'T EXECUTE "C:\KEIL\UV2\KSPAWN.EXE" ERRORInformation in this article applies to:
SYMPTOMWhen running the HEX2BIX.EXE (supplied by Cypress) using the µVision IDE, I receive the following error message:
User command #1: "c:\keil\c51\bin\hex2bix" hello.hex hello.bin
--- Error: can't execute '"C:\Keil\UV2\KSPAWN.EXE"
"c:\keil\c51\bin\hex2bix" hello.hex hello.bin'
CAUSEWhen µVision detects an execution error while running an external program, the following message displays. --- Error: can't execute '"C:\Keil\UV2\KSPAWN.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. RESOLUTIONChange the user command to the following: "c:\keil\c51\bin\hex2bix" -i hello.hex -o hello.bin SEE ALSOFORUM THREADSThe following Discussion Forum threads may provide information related to this topic. Last Reviewed: Thursday, April 22, 2004 | ||||
| |||||