Topic : Build Process Timeout

Forum : Ride IDE

Original Post
Post Information Post
April 23, 2010 - 5:56pm
Guest

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?

PunBB bbcode test

Replies
Post Information Post
+1
0
-1
April 26, 2010 - 3:50pm
Raisonance Support Team

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

+1
0
-1
April 27, 2010 - 1:00am
Guest

I am sending the ELF file as requested. I would prefer not to loose what little debugging capability I still have.

+1
0
-1
April 27, 2010 - 2:18pm
Raisonance Support Team

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.

+1
0
-1
April 28, 2010 - 5:08am
Guest

Excellent, that fixes the problem. I assume 360000 is 6 minutes, I changed it to 120000. Thanks for looking into this.