Travis Vitek wrote:
pegasus2000 wrote:
Travis Vitek-4 wrote:
pegasus2000 wrote:
Consider the following program:
[...]
The program crashes when executes s1+s2.
I need the stack trace at that point, so I can check in which
routine the trouble is localized.
I have no way to tell where the program is crashing so I can't
really give you much more information. All I can tell you is
that most of the string functionality is implemented in
`include/string' and `include/string.cc'. But you already knew
that, right?
BTW, it seems to me that it would make debugging much simpler
if you had built a debug version of the libraries for the PC.
Then you could take the code that fails on the PSP and step
into it on the PC.
Travis
Can you tell me how I can create a debug version of the library ?
That is covered thoroughly in the README. Specifically sections 5 and
5.1, depending on which platform you are using.
Yes, it's a good idea to peruse the README. If after going
through it you still have questions or comments do let us
know -- we'll make an effort to enhance the text to cover
the topics that aren't sufficiently clear.
Martin