0 Members and 2 Guests are viewing this topic.
Great! It really fixed everything, I could load a CX and a classic OS without any problems. Booting took about 2-3 minutes
The only thing that doesn't seem to work is the "Reset" menu entry, but that's a minor problem (actually not important at all as long as there's no input ).
Oh, and the progress percentages are displayed after each other on a very long line instead of overwriting the old percentage as on the PC.
Same here. How much RAM do you have? Large or small NAND?
That's a known bug, it's just appending the serial data to the QPlainTextEdit, '\b' and '\r' are ignored, like other ANSI escape sequences for colors.
Quote from: Vogtinator on November 13, 2014, 05:58:27 pmSame here. How much RAM do you have? Large or small NAND?3GB RAM. Large or small NAND didn't make a big difference I think (didn't measure the time exactly).
QuoteThat's a known bug, it's just appending the serial data to the QPlainTextEdit, '\b' and '\r' are ignored, like other ANSI escape sequences for colors.Ah ok. Well, it's not important anyway.
../emu.c:206:8: internal compiler error: in update_ssa_across_abnormal_edges, at tree-inline.c:1853 memset(rom, -1, 0x80000); ^
Strange, I get an ICE trying to compile it with GCC 4.8.Code: [Select]../emu.c:206:8: internal compiler error: in update_ssa_across_abnormal_edges, at tree-inline.c:1853 memset(rom, -1, 0x80000); ^
gcc version 4.8.3 20140627 [gcc-4_8-branch revision 212064] (SUSE Linux)
clang version 3.5.0 (tags/RELEASE_350/final 216961)
gcc version 4.9 20140827 (prerelease) (GCC)
EDIT: Also, you should add armcode_bin.h to .gitignore.
Works for me with gcc 4.9, though it crashed clang now ("internal backend error" on linking emu.o)