Interesting it is in any case, because 2000 Bogomips are not bad at all, greetings Dietmar DMP ebox 3300 ebox 3300 from DMP is the more powerful successor of ebox 2300. Size and connectivity options are the same, just the power-on push button on the front panel is missing. Faster processor and bigge...
Hi all, I make a testrun with the testsuite linux-user-test-0.3 from the Qemu homepage. I do not know, what those people for Qemu do (129 work on version 1.6). But the testclone program counts until 19, and then crashes. So, nothing changed against before, qemu user-mode for i386 processor does not ...
Hi meigrafd, I am just compiling the brandnew qemu-1.6. What I mean with NPTL was, that now you cannot make a choice via ./configure if you want to enable NPTL or not. It is now automatically enabled, which mean it should work for any host and guest. I run ./configure on the last raspbian from 2013-...
Hi tj3818,
this is a missunderstanding.
The Thoronir Version 15.50 works without any problem.
You can download the working version, even the compiled one here.
I thought, you work with the new Qemu 1.6, which should be much faster and also Usermode for i386 on ARM should work there,
greetings Dietmar
Hi meigrafd, until now not. Which error message you get when you try to start a i386 program in usermode? On the qemu homepage is written, that the error with cant fork is gone in version 1.6, Dietmar PS: I just look at configure: The whole nptl seems to be put out of configure. You cannot specify n...
Hi meigrafd,
a lot of things changed in this Qemu 1.6.
But I would first make a try with the same settings as before.
Interesting would also be the whole processoremulation i386,
greetings Dietmar
Hi meigrafd,
make a try with the new Qemu 1.6.
It should also be much faster than before.
Until now I have small time,
but may be on weekend I write ,
have a nice day
Dietmar
Hi all,
in the next Version Qemu 1.6
usermode on i386 with nptl will work.
So, there ist now a big chance to make a lot of programs written for i386 processor will work fast on Raspi,
greetings Dietmar (from Ukraine just now )
Hallo Deathman,
wenn du mit qemu eine qcow Datei erzeugt hast, dann muss sie auch debian.qcow heißen.
Die raw Datei muss dann nach dem konvertieren von qcow->raw debian.img genannt werden,
Gruß Dietmar
Hallo Deathman, ich hatte auch Probleme mit Qemu und dem qcow Format. Wandle das qcow nach raw um mittels entsprechend qemu-img convert -f qcow2 -O raw win95.qcow2 win95.img Eben habe ich noch gesehenm, dass dein Image debian.img heißt. Das ist beim qcow Format nicht erlaubt, da müsste was mit debia...
Hm, maybe not so easy. I get a message, that the new glibc is installed well. But I dont believe this. When I set export LD_ASSUME_KERNEL=2.4.19 I get a message, that this and this lib*.so cant be startet. So, it seems to be a problem, to start a nonNPTL glibc on a real Kernel >= 2.6. Any help is we...
Hm, only ./libc.so.6 works, so not all is killed via init=/bin/bash. GNU C Library stable release version 2.5, by Roland McGrath et al. Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY o...
I get rid of my old libs (and all other stuff).
Now, it is really Raspi from scratch,
here Lenny. After this, I type make install from folder with new glibc-2.5
and ... /lib/libc.so.6 showed, waiting for install...
Hi, after a week :mrgreen: of compiling glibc-2.5 (last glibc with Linuxthreads) for Lenny on Raspberry Pi I just run make check there. Some errors in math tests, but others seem ok. I really wonder, if anywhere in this world a glibc-2.5 without NPTL, without TLS but with Linuxthreads (Pthreads) for...
I am at school and in most points I agree with RustyNeX. The Cambridge University offers an Assembler course for the raspi. But not so much more can be done for children to learn programming. Arduino is good enough for assembler programming, as in good old times VC-20 with peek and poke. But we all ...
Hi all, I am just compiling glibc-2.5 with gcc-3.4.4 on Raspi. Again what a crazy fight with compiler errors, nightmare. I never saw this behavior in Windows. It is, because a lib from today does know nothing about the same lib from yesterday :? . I really wonder, if anybody has glibc-2.5 with linux...