Re: [arm-gnu] rdi-stub connect error.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [arm-gnu] rdi-stub connect error.
- To: arm-gnu@xxxxxxxxxxxxxxxx
- Subject: Re: [arm-gnu] rdi-stub connect error.
- From: Paul Brook <paul@xxxxxxxxxxxxxxxx>
- Date: Mon, 26 Sep 2005 16:07:26 +0100
On Monday 26 September 2005 15:52, ola.billstein@xxxxxxxxxx wrote:
> Hi!
> I am using a RDI JLink-probe and a JLinkRDI.dll. The dll is supposed to
> support standard RDI.(?)
>
> When using rdi-stub it immediately aborts with: "Error:QuerySORDI not
> found"
QuerySORDI is the main entry point into an RDI dll. This error message
usually means the dll isn't an RDI dll.
There are two different variants of the RDI interface: SORDI and WINRDI.
rdi-stub only supports the former. My guess is that your dll is implementing
the (unsupported) WINRDI API.
Paul