This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

multi-ice with GDB support rdimajic?


Hi everybody,

I have built a multi-ice-gdb-server to support EPI majic. I just modified
the code:
            handle = LoadLibrary ("Multi-ICE.dll");    // rdi150-low.c line
290.
to
            handle = LoadLibrary ("rdimajic.dll");
but I could not start gdb server, and failed when the following code
executed:
            rdi_proc_vec->openagent(..);                // rdi150-low.c line
467
The error code is 240 (RDIError_LittleEndian).

Now I use SMDK2410(920T). And EPI majic should support RDI 1.5 protocol.

Could anyone help on this?

Thanks a lot,
Jimmy Xu


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]