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

2015-03-04 Thread John Lee
No, article you referred to in original post is about rpi 2. Can't see mentioned where you got the fpc from either. Let's hope that we can get fpc 2.6.4 and 3.1.1 working on rpi 1 and rpi 2. john On 3 March 2015 at 03:14, Bee bee.ogra...@gmail.com wrote: If you read the article, it's clearly

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

2015-03-04 Thread Bee
Yes, we can get both fpc 2.6.4 and trunk (3.1.1) working on both rpi 1 and rpi 2. Installing fpc 2.6.4 is easy and straight forward, but building fpc trunk needs a little bit of tricks and patience. I managed to successfully build fpc trunk on rpi 1, but somehow I still failed to get the debugger

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

2015-03-03 Thread Karoly Balogh (Charlie/SGR)
Hi, On Tue, 3 Mar 2015, Bee wrote: So, is it not possible to compile FPC trunk using FPC stable (2.6.4) on a Raspberry 1? I just installed Free Pascal 2.6.4 on my RPi 1 Model B+, checked out latest SVN trunk, then issued the following command: make all OPT=-CpARMv6 -dFPC_ARMHF

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

2015-03-02 Thread Bee
If you read the article, it's clearly said that the FPC v.2.6.4 arm-linux package was taken from FPC's official SourceForge repository, not from the apt-get (raspbian) repository. I refered to the article is more about how I installed FPC on an Raspberry Pi device, not about what I installed. So,

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

2015-03-01 Thread John Lee
Confused re what bee is using. Line 1 of the email says rpi 1 whereas later he refers to rpi 2 article.. Which 'v2.6.4 linuxarm' package is referred to in the email, from which repo? That from svn apt-get install fpc or another? How installed? Be interested in progress with v3.1.1 John On

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

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

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

2015-02-27 Thread 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 compile latest source from SVN (v.3.1.1 rev 30028). Here's the messages before the compilation failed... pi@raspi