Topic: Build Process Timeout

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

Last edited by EthanG (2010-04-23 17:11:03)

Re: Build Process Timeout

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

Re: Build Process Timeout

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

Re: Build Process Timeout

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.

<Tool Header="LD" ... TimeOut="360000" ...>

I hope it helps.

Regards,

Stéphane

PS: Of course, the fix will be available in next release.

Re: Build Process Timeout

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