On 14 December 2011 17:11, Klaus Rudolph <lts-rudo...@gmx.de> wrote:
>
> The problem with mi is not really clear to me but could be fixed by
> removing auto with the correct data type from the iterator needed. I can
> send a patch tomorrow. I actually could not access my other pc :-)

The "auto" is a feature added in C++11, compiler is required to infer
the type from the expression. Apparently C++11 is disabled by default
in GCC.

>
> But after all fixes I only could do one single step and the simulavr
> crashes with an exception. Something with SP != 0 ??? Couldn't remember
> the complete problem.

I am interested in details, preferably a program which reproduces the crash.

> The next thing is, that gdb from 7.1 version is longer compatible with
> simulavr. The disassembler output comes from ram and not longer from
> flash, which really makes no sense.

I am using gdb-7.3 and disassembly works fine, it reads from flash.

-- 
Petr Hluzin

_______________________________________________
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to