I am trying to convert from an older version of Keil to a newer version with uVision2 V2.06. When the "Build target" get to my .h file I get an error error: can't execute'"c:\KEIL\UV2\KSPAWN"'. What is kspawn? Why is it trying to spawn? I may not want it to spawn. Thank you Bob
The Compiler, Assembler, Linker, etc are all actually separate command-line executables - maybe that's what it's trying to "spawn?" But why are you trying to build a .h file?
When i build my project, error msg "---error:can't exercute '"c:\keil\uv2\kspawn.exe" C:\Program Files\Hitex\Hfw_8051\PP8051KE\SP8051KE.EXE' although i only put "C:\Program Files\Hitex\Hfw_8051\PP8051KE\SP8051KE.EXE" in the output user command. thanks
See my previous reply. and beware of spaces in pathnames; as I've said here before, uVision is not consistent in this - sometimes they'll work, sometimes not! http://www.keil.com/forum/docs/thread3197.asp