Andrew Vasquez writes:
> IAC, I have another question: when we talk about the ability of
> Prc-tools-0.5.1 to support *multiple* code-resources, does that mean
> *multiple* or just two (main, and an alternate)?

Yes, it means multiple.

> Then appended an appropriate line to the .def file:
> 
>    multiple code { "andy" }

This is the problem.  There should only be one `multiple code' clause:

        multiple code { "bob" "andy" }

Admittedly there's no documentation yet, so I'm not sure how you were
supposed to know this.  :-)

As for the problem with m68k-palmos-gdb not being able to see anything
beyond the main code resource, I suspect this can be fixed reasonably
easily by extending the gdb end of the debugger protocol.  But this won't
be a high priority for me for a while, since temporarily moving interesting
functions into the main code section ought to be a workable workaround.

    John

Reply via email to