Linker Options -> Additional Output Format :
Hello,
Perhaps someone can help me with an issue I am having when generating an additional output file(s).
I set the Linker Options -> Additional Output Format to HEX so that I can generate a *.hex file for use with the MTK3 program.
However, when I execute this, I get...
"Cannot start process $(StudioDir)/bin/hex"
This seems to be the same error I get when I try to execute a batch file that essentially does the command to create the *.hex file that Crossworks uses (https://rowley.zendesk.com/entries/21324498-Post-link-commands-fail-with-Can-t-start-process-)
$(StudioDir)/bin/hex $(TargetPath)/$(ProjectName)$(EXE) -o $(TargetPath)/$(ProjectName) -Fhex
Any thoughts on why I cannot generate this additional output?
If I set this option to "None", it builds fine. Seems like it should work.
Thanks
Please sign in to leave a comment.
Comments
0 comments