Re: [fpc-devel] AArch64 -> ARM cross compilation

2020-11-14 Thread J. Gareth Moreton via fpc-devel
Thanks Sven, that worked a treat. Now I need to try to reproduce these crashes that are plaguing Arm. Gareth aka. Kit On Sat 14/11/20 16:07 , Sven Barth via fpc- devel fpc-devel@lists.freepascal.org sent: > Am 14.11.2020 um 15:12 schrieb J. Gareth Moreton via fpc-devel: > > > Hi everyone, >

Re: [fpc-devel] AArch64 -> ARM cross compilation

2020-11-14 Thread J. Gareth Moreton via fpc-devel
Thanks Sven, that worked a treat. Now I need to try to reproduce these crashes that are plaguing Arm. Gareth aka. Kit On Sat 14/11/20 16:07 , Sven Barth via fpc- devel fpc-devel@lists.freepascal.org sent: > Am 14.11.2020 um 15:12 schrieb J. Gareth Moreton via fpc-devel: > > > Hi everyone, >

Re: [fpc-devel] AArch64 -> ARM cross compilation

2020-11-14 Thread Sven Barth via fpc-devel
Am 14.11.2020 um 15:12 schrieb J. Gareth Moreton via fpc-devel: Hi everyone, I need a little bit of assistance so I can stamp out these bugs for you. As silly as this sounds, I've mislaid my Arm-32 SD card so I have to develop on AArch64 exclusively on the Raspberry Pi. As a result I only

Re: [fpc-devel] Issue with Compiling FPC and MacOS Big Sur

2020-11-14 Thread Michael Ring via fpc-devel
Hi Jonas, thank you for your answer! I cannot say if I did see a warning or not when installing fpc-package but I did not reinstall commandline tools before or after installing the 3.2.0 compiler. They have been on all of my Macs for years. What are you doing in the installer that creates

[fpc-devel] AArch64 -> ARM cross compilation

2020-11-14 Thread J. Gareth Moreton via fpc-devel
Hi everyone, I need a little bit of assistance so I can stamp out these bugs for you. As silly as this sounds, I've mislaid my Arm-32 SD card so I have to develop on AArch64 exclusively on the Raspberry Pi. As a result I only have the AArch64 implementation of FPC installed. Is there a way

Re: [fpc-devel] Issue with Compiling FPC and MacOS Big Sur

2020-11-14 Thread Jonas Maebe via fpc-devel
On 2020-11-14 11:03, Michael Ring via fpc-devel wrote: > I recently upgraded to Big Sur on two devices and tried to compile > trunk based on official 3.2.0 compiler freshly downloaded from > sourceforge but compilation fails: That looks like you did not install the Xcode command line tools

Re: [fpc-devel] Issue with Compiling FPC and MacOS Big Sur

2020-11-14 Thread Michael Ring via fpc-devel
Problem is more simple, path to SDK tools is missing in linker script: -arch x86_64 -macosx_version_min 10.8 -L/usr/lib/ -L./x86_64/ -L./systems/ -L/Users/ring/devel/fpc/rtl/units/x86_64-darwin/ -L./x86/ -L/usr/local/bin/ *-L/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/lib/* -lc

[fpc-devel] Issue with Compiling FPC and MacOS Big Sur

2020-11-14 Thread Michael Ring via fpc-devel
I recently upgraded to Big Sur on two devices and tried to compile trunk based on official 3.2.0 compiler freshly downloaded from sourceforge but compilation fails: make all /usr/local/bin/ppcx64 -Ur -Xs -O2 -n -Fux86_64 -Fusystems -Fu/Users/ring/devel/fpc/rtl/units/x86_64-darwin