Re: [fpc-pascal] Use sleep in thread

2015-02-28 Thread Mark Morgan Lloyd
Marco van de Voort wrote: In our previous episode, Xiangrong Fang said: BUT, that cannot be used to prioritize a thread. While you block a thread using rtlevent, it can only be unblocked from another thread. While you use sleep(), it still get time share of the CPU, only that it does nothing unt

Re: [fpc-pascal] Failed compiling SVN source on Raspi 1 B+

2015-02-28 Thread John Lee
Hi Bee Bit confused - in your email, 12st line you seem to say this you just received rpi 1 B+, wheras you refer to a rpi-2 article. Did you mean rpi 2 ie the latest super version quad core version with armv7? Which 2.6.4 linux arm package did you use? The one from sudo apt-get install fpc or som

Re: [fpc-pascal] Failed compiling SVN source on Raspi 1 B+

2015-02-28 Thread Michael Ring
Please try compiling with -O0, when I remember correctly this solves the problem Michael Am 28.02.15 um 04:42 schrieb Bee: Hi, I just got my Raspberry 1 B+ and I wanted to install latest FPC (and Lazarus) on it. I got FPC v.2.6.4 installed from the linux-arm package. But then it failed to c