Forum : Ride IDE
Original Post
Post Information | Post |
---|---|
April 23, 2010 - 5:56pm
|
I get the Build Process message: "The process does not respond. Do you want to terminate this tool now?" EVERY TIME I link. As soon as I click No, the process is complete. What is the problem? |
Ethan,
The trouble seems to be in our post-build tool used to extract information for the IDE from the ELF file.
Is it possible for you to send your .elf file to support at raisonance.com?
If you don't want, you can remove this build step by going in \raisonance\ride\config\ARM, opening LD.config and removing line 88 the one with dwf2xml.exe in it.
Regards,
Stéphane
I am sending the ELF file as requested. I would prefer not to loose what little debugging capability I still have.
Ethan,
It seems to be just a time-out issue.
To fix it, open the LD.config in \raisonance\ride\config\ARM
and on line 3 add the attribut TimeOut="360000" for the Tool element.
I hope it helps.
Regards,
Stéphane
PS: Of course, the fix will be available in next release.
Excellent, that fixes the problem. I assume 360000 is 6 minutes, I changed it to 120000. Thanks for looking into this.