Re: [Lazarus] Lazbuild: calling of ExecuteBefore command with up-to-date project

2016-03-02 Thread Martok
After some investigation, I noticed that there even is an option for that, but it is not actually checked in the proper place. (These are the defaults so they wouldn't normally be written to the project file) So, a build tool is by default defined to be executed for all compile events as

Re: [Lazarus] Aarch64 as CPU target for RPi3 with Linux as OS

2016-03-02 Thread Michael Ring
AFAIK This is the default mode on RPi for now, same for ODroid C2, it also currently runs a64 cpu with a a32 kernel, 'real' 64bit support will come later. Michael Am 02.03.16 um 13:52 schrieb Michael Schnell: On 03/01/2016 09:45 PM, Alfred wrote: While preparing fpc(laz)up for my RPi3,

Re: [Lazarus] Aarch64 as CPU target for RPi3 with Linux as OS

2016-03-02 Thread Michael Schnell
On 03/02/2016 05:09 PM, Michael Ring wrote: AFAIK This is the default mode on RPi for now, same for ODroid C2, it also currently runs a64 cpu with a a32 kernel, 'real' 64bit support will come later. So Alfred will only be able to run 64 Bit Lazarus programs after updating the OS to a 64 bit

Re: [Lazarus] Aarch64 as CPU target for RPi3 with Linux as OS

2016-03-02 Thread Bo Berglund
On Tue, 01 Mar 2016 20:45:11 +, Alfred wrote: >While preparing fpc(laz)up for my RPi3 Quick action! They are sold out now everywhere I looked... -- Bo Berglund Developer in Sweden -- ___ Lazarus mailing list

Re: [Lazarus] Form Resizing

2016-03-02 Thread Bo Berglund
On Tue, 01 Mar 2016 17:39:53 +0100, zeljko wrote: >On 03/01/2016 05:32 PM, Bo Berglund wrote: > >> Either that fix is not part of that revision or the fix does not work. > >Maybe I've wrongly connected this thread and issue >http://bugs.freepascal.org/view.php?id=29563 in my

Re: [Lazarus] Aarch64 as CPU target for RPi3 with Linux as OS

2016-03-02 Thread Bo Berglund
On Wed, 02 Mar 2016 17:27:24 +0100, Michael Schnell wrote: >On 03/02/2016 05:09 PM, Michael Ring wrote: >> AFAIK This is the default mode on RPi for now, same for ODroid C2, it >> also currently runs a64 cpu with a a32 kernel, 'real' 64bit support >> will come later. >> >So

[Lazarus] Aarch64 as CPU target for RPi3 with Linux as OS

2016-03-02 Thread Alfred
For all RPi's I use Arch Linux. However, at the moment, no easy Arch aarch64 distro available for RPi3. URL: https://archlinuxarm.org/platforms/armv8/broadcom/raspberry-pi-3 Therefor, I used the general libraries to build the aarch64 cross-compiler. URL:

Re: [Lazarus] Form Resizing

2016-03-02 Thread Bo Berglund
On Tue, 1 Mar 2016 17:21:51 +0100, Ondrej Pokorny wrote: >On 01.03.2016 16:02, zeljko wrote: >>> Another observation (bug?): >>> I put a button on the empty form of the default project. >>> Then I doubleclicked it hoping to get to the OnClick event handler in >>> code editor

Re: [Lazarus] Aarch64 as CPU target for RPi3 with Linux as OS

2016-03-02 Thread Michael Schnell
On 03/01/2016 09:45 PM, Alfred wrote: While preparing fpc(laz)up for my RPi3, Choosing a64 as CPU target I am exited to see that there is a very cheap testing platform for a64 arch ! Question: can a64 hardware and Linux run a32 programs (like X64 systems can run X32 programs) ?