Go to advanced search

by Dietmar
Tue Jan 15, 2013 10:20 pm
Forum: Other projects
Topic: Wine on Raspberry Pi
Replies: 163
Views: 166374

Re: Wine on Raspberry Pi

The compiled Qemu works,
but the Wheezy soft version seems to me much more unstable than Raspian :?
Dietmar
by Dietmar
Tue Jan 15, 2013 8:08 pm
Forum: Other projects
Topic: Wine on Raspberry Pi
Replies: 163
Views: 166374

Re: Wine on Raspberry Pi

In folder qemu-linaro type ./configure --help to see, if you have a working configure. I noticed sometimes a crazy behavior with bash...blabla cant find...work. It is, because configure is build with a script and you have to be very carefull with spaces or tab. If this happens, copy and past the cha...
by Dietmar
Tue Jan 15, 2013 7:38 pm
Forum: Other projects
Topic: Wine on Raspberry Pi
Replies: 163
Views: 166374

Re: Wine on Raspberry Pi

When I have newest qemu in qemu-linaro folder I go out there with halt. Depending on how you can change or put new files to Raspi I do the following: I rename in folder qemu-linaro configure to configureold. In folder qemu-linaro\linux-user I rename syscall.c to syscallold.c Then I copy each on thei...
by Dietmar
Tue Jan 15, 2013 6:59 pm
Forum: Other projects
Topic: Wine on Raspberry Pi
Replies: 163
Views: 166374

Re: Wine on Raspberry Pi

Because newest Qemu comes with pixman
you need
apt-get install libpixman-1-dev
by Dietmar
Tue Jan 15, 2013 5:52 pm
Forum: Other projects
Topic: Wine on Raspberry Pi
Replies: 163
Views: 166374

Re: Wine on Raspberry Pi

I will show you the steps, that work for me best until now with NPTL and qemu-i386 on Raspi. It is fast and some :? programs run. My problem now is, that I do not understand all what happens in Qemu User mode. In my next holidays I make a try of understanding :mrgreen: . Then we get a qemu-i386 that...
by Dietmar
Sun Jan 13, 2013 6:24 pm
Forum: Other projects
Topic: Wine on Raspberry Pi
Replies: 163
Views: 166374

Re: Wine on Raspberry Pi

By the way,
qemu-1.3.0 user mode is more as double :D as fast as that from qemu-0.14 with the nptl patch
Dietmar
by Dietmar
Sun Jan 13, 2013 5:49 pm
Forum: Other projects
Topic: Wine on Raspberry Pi
Replies: 163
Views: 166374

Re: Wine on Raspberry Pi

Hi felix, until now I used only patches, that I found somewhere. There exist really a lot of patches. There is a whole Linux distribution, Olmec, which works for a year on qemu User mode. I have no idea, what is going on there, only that with Kernel >= 2.6 no qemu-i386 works. It is not an easy task ...
by Dietmar
Sun Jan 13, 2013 4:42 pm
Forum: Other projects
Topic: Wine on Raspberry Pi
Replies: 163
Views: 166374

Re: Wine on Raspberry Pi

Unsupported syscall: 240
means, that in all newer Qemu versions nptl is disabled for qemu-i386 usermode,
unimportand if you set nptl or not,
Dietmar

PS: Until now, I do not see ANY qemu version, which support nptl for qemu-i386.
This is naked truth :mrgreen: for now 10 years :? .
by Dietmar
Sat Jan 12, 2013 6:38 pm
Forum: Other projects
Topic: Wine on Raspberry Pi
Replies: 163
Views: 166374

Re: Wine on Raspberry Pi

I added NPTL support in syscall.c for qemu-0.9.1 and enabled it in configure for x86 architecture. After compiling this qemu, I try to start quake2 (i386 binary) with qemu-i386 quake2. A hello word program works again with qemu-i386 hello on raspi. After loading the base.pak , and soft-video for 30 ...
by Dietmar
Fri Jan 11, 2013 6:52 pm
Forum: Off topic discussion
Topic: Cubieboard vs RaspberryPi B
Replies: 73
Views: 56690

Re: Cubieboard vs RaspberryPi B

Nice board,
question is only WHEN you can buy it

http://www.mindfactory.de/product_info. ... etail.html

Dietmar
by Dietmar
Tue Jan 08, 2013 11:16 pm
Forum: Other projects
Topic: Wine on Raspberry Pi
Replies: 163
Views: 166374

Re: Wine on Raspberry Pi

Hi all, in next days I make a try with older and newest qemu-i386 user mode and Wine, with a simple trick: In the thinking it is only the fault of NPTL threadings build in in newer Kernels > 2.4, I simple disable all of them via LD_ASSUME_KERNEL=2.4.21 in commandline and then export LD_ASSUME_KERNEL...
by Dietmar
Sun Jan 06, 2013 7:14 pm
Forum: Off topic discussion
Topic: Lenny on Raspi :-)
Replies: 6
Views: 2041

Re: Lenny on Raspi :-)

I just see,
that some work has been done on this problem:-).
Funny, for the versions after qemu-0.9.1 they give up on nptl and threads with segfault.

http://gitorious.org/angstrom/openembed ... 630b/diffs

So, at last wine on Raspi will work :mrgreen: ,
Dietmar
by Dietmar
Sun Jan 06, 2013 5:24 pm
Forum: Off topic discussion
Topic: Lenny on Raspi :-)
Replies: 6
Views: 2041

Re: Lenny on Raspi :-)

Hi ghans, I am going to be better day by day :D . I think, that I will solve the problem with qemu user mode. Until now, for me it is not clear, where the real problem stays. First I thought it was because dyngen was changed against TCG in qemu. That happens from 0.9.1 to 0.10 qemu. From today I kno...
by Dietmar
Sun Jan 06, 2013 4:26 pm
Forum: Off topic discussion
Topic: Lenny on Raspi :-)
Replies: 6
Views: 2041

Re: Lenny on Raspi :-)

Ok, with the hack pc = uc->uc_mcontext.arm_pc; in cpu-exec.h I succeed to compile Qemu-0.9.1 for i386-linux-user on Lenny on Raspi. A hello word program with the "new" compiler from, for ARMEL gcc-3.4 and qemu-i386 hello works also on real Raspi. The hello program is from i386 Linux. But the testclo...
by Dietmar
Sat Jan 05, 2013 12:31 am
Forum: Off topic discussion
Topic: Lenny on Raspi :-)
Replies: 6
Views: 2041

Re: Lenny on Raspi :-)

After nearly a week I succeed to build a compiler, which shows version 3 .4.4. I build it on Lenny on Raspi. What a fight with crazy compiler errors. Soon I will compile with this compiler the compiler gcc-3.4.6, which is best I think for Qemu. For 5 min I was on the way to give up :mrgreen: . Tomor...
by Dietmar
Tue Jan 01, 2013 2:16 pm
Forum: Off topic discussion
Topic: Lenny on Raspi :-)
Replies: 6
Views: 2041

Re: Lenny on Raspi :-)

Time I need to set new, because it is not 01.01.1970 :mrgreen: with

Code: Select all

date -s "2013-01-01 15:15:00"
Dietmar

EDIT: Waaoh, the compiler is fassssst, without gnome, lxde and so on :D .
by Dietmar
Tue Jan 01, 2013 1:01 pm
Forum: Off topic discussion
Topic: Lenny on Raspi :-)
Replies: 6
Views: 2041

Lenny on Raspi :-)

Hi all, after some days with no success to install the compiler gcc-3.3.6 on the new Raspbian, I come to the idea to fake Lenny (first Debian with ARMEL support). I read here in the forum, that until now nobody can build and start a vanilla Kernel for Raspi. This is strange for me. Open source? :mrg...
by Dietmar
Sat Dec 29, 2012 10:07 pm
Forum: Off topic discussion
Topic: Crosscompile on Windows
Replies: 2
Views: 1115

Re: Crosscompile on Windows

I installed gnustep,
and now it wants to compile from i386 to i386 even with compiler for ARM :twisted: .
It is just a nightmare,
Dietmar
by Dietmar
Sat Dec 29, 2012 7:08 pm
Forum: Off topic discussion
Topic: Crosscompile on Windows
Replies: 2
Views: 1115

Re: Crosscompile on Windows

/ming/bin/configure: line 210: test: too many arguments
ERROR: "gcc" either does not exist or does not work

But gcc --version gives
gcc.exe (GCC) 4.6.3


grrr, no idea how to make
./configure
work in Windows
Dietmar
by Dietmar
Sat Dec 29, 2012 5:22 pm
Forum: Off topic discussion
Topic: Crosscompile on Windows
Replies: 2
Views: 1115

Crosscompile on Windows

Hi all, I just bought for 8 Euro on http://www.gurucoding.com/en/rpi_cross_compiler/index.php a crosscompiler for Raspberry, that works on any Windows. It is not from me :mrgreen: . This would be a nice tool, because it could save you a lot of time, if you compile on your Desktop computer than on re...
by Dietmar
Thu Dec 27, 2012 2:06 pm
Forum: Troubleshooting
Topic: sdcard
Replies: 2
Views: 428

Re: sdcard

Ok, overclocking with the Turbo-Tool from Raspi crashes only on the chinese ones... :?
Dietmar
by Dietmar
Thu Dec 27, 2012 12:17 pm
Forum: Troubleshooting
Topic: sdcard
Replies: 2
Views: 428

sdcard

Hi all, I just get 4 new Raspis from China :-) from RS components. All my 7 sdcards (Kingston, Sandisk all different models) work on those Raspis from China. I have one Raspi from Farnell (England). On this, only 2 (SLOW ones) sdcards are recogniced. In this point China hardware is better :mrgreen: ...
by Dietmar
Thu Dec 27, 2012 11:56 am
Forum: Off topic discussion
Topic: How to set up a new processor in Qemu
Replies: 14
Views: 4419

Re: How to set up a new processor in Qemu

EDIT2: I just copy and paste the /include files.h from glibc-2.3.2 to a fake /usr/include folder
and will see, what the make bootstrap for the gcc-3.3.6 compiler on new Raspbian is doing with them :mrgreen:
Dietmar
by Dietmar
Thu Dec 27, 2012 11:03 am
Forum: Off topic discussion
Topic: How to set up a new processor in Qemu
Replies: 14
Views: 4419

Re: How to set up a new processor in Qemu

Ok, I understand now, what is going on. The gcc-3.3.6 compiler does not like :mrgreen: the new Raspbian files.h in /usr/include. So, first I thought about cross-compiling to solve this. But then I noticed, that with gcc cross compile you need the header files from your underlying ARM, brrr... So the...
by Dietmar
Wed Dec 26, 2012 9:17 pm
Forum: Off topic discussion
Topic: How to set up a new processor in Qemu
Replies: 14
Views: 4419

Re: How to set up a new processor in Qemu

Error message has something to do with the files in /usr/include

Again and again comes

Code: Select all

error: syntax error before "__THROW"
Any idea?
Dietmar

Go to advanced search