disable linking xdc.runtime libraries

2009-01-20 Thread Viraj Karandikar
Hi, I am using TI XDC tools to build a archive instead of executable. I do not want to link xdc.runtime libraries. But by default it gets linked into the final archive. Is there any way to disable this linking of xdc.runtime libraries? Regards, Viraj

RE: Error Remote node creation FAILED for multithreaded application combo server

2008-03-10 Thread Viraj Karandikar
PROTECTED] On Behalf Of Viraj Karandikar Sent: Monday, March 10, 2008 10:18 AM To: davinci-linux-open-source@linux.davincidsp.com Subject: Error Remote node creation FAILED for multithreaded application combo server Hi, I have a combo server with multiple codecs on DSP side and a multithreaded

RE: Error Remote node creation FAILED for multithreaded application combo server

2008-03-10 Thread Viraj Karandikar
Thanks Chris, Your guess was correct. DSKT2.ALLOW_EXTERNAL_SCRATCH parameter in server.cfg file was set to false. Changing it to true, solved the problem J Thanks again J Viraj From: Ring, Chris [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2008 11:16 PM To: Viraj Karandikar

Error Remote node creation FAILED for multithreaded application combo server

2008-03-09 Thread Viraj Karandikar
Hi, I have a combo server with multiple codecs on DSP side and a multithreaded application on arm side. The application creates a thread for each codec. Each thread opens engine and calls codec APIs. Problem I am facing is, if I try to open 8 threads for codec A first and then 8 threads for