Well, it's quicker than GCC!JuLieN wrote:Thanks for the SD tips for Mac users, very usefull!ZirconiumX wrote:Julien,
*Don't* do any compiling on the raspberry pi. It takes an hour just to compile Quake 3, and 42 minutes to compile completely the cutechess project.
So you'd better have plenty of time on your hands.
1) KP has never happened for me. I've used the Debian distro, Arch Linux, and now Raspbian. All quite stable, so long as you don't do e2fsck on it. (I truly am a stupid idiot)
Mac users don't need a virtualizer at all. Just use Terminal:
2) See above post.Code: Select all
$ df -h <hard disk stuff> $ <insert sd card reader with sd card in> $ df -h <hard disk stuff> <new device, in my case disk1s1> $ diskutil unmount <name of new device> Device <name of new device> unmounted. $ dd bs=1m if=path/to/image.img of=/dev/<raw disk name; remove the s1 bit and add r to the front; for me this is rdisk1> <a long wait later> <disk stuff> $ diskutil eject <name of new device> Disk <name of new device> ejected. $ You can now use your sd card.
Matthew:out
Compiling Pred on the RP was very easy: I just had to use my configs for OSX and 32 bits instead of 64, and it compiled. It went quite fast actually (a few seconds). But the FPC compiler is very fast and Pred is only 5000 lines long.
I warned you...Now, about the performances... errr... how shall I put this? Snail Pred?![]()
Despite I activated all the compiler's optimizations I get 380Kn in perft (12.8 seconds to run a perft 5!), and about 30Kn in game...
Matthew:out

