[fpc-devel] Aarch64 bootstrapping

2016-06-06 Thread Alfred
@all Please excuse me for misunderstanding ! I just build myself a new (cross)compiler with latest trunk. I could successfully build latest trunk on the odroid itself. Indeed, only a few minutes of work. With the right knowledge, many things are easy. Thanks for explaining. Sorry for the troub

Re: [fpc-devel] Aarch64 bootstrapping

2016-06-06 Thread Sven Barth
Am 06.06.2016 19:57 schrieb "Alfred" : > It would be nice (even if considered a happy coincidence), if the possibility to build trunk with trunk would remain. We only guarantee that trunk can be build by the last release, nothing else. We couldn't even detect another in-between version (the source

Re: [fpc-devel] Aarch64 bootstrapping

2016-06-06 Thread Florian Klämpfl
Am 06.06.2016 um 19:57 schrieb Alfred: > Thanks for clearing things up. > > Too bad that building FPC trunk with trunk is not possible anymore. > I just build trunk rev 33894 native on the odroid-c2 without any problems > with a few weeks old trunk > bootstrapper. > > It would be nice (even if c

[fpc-devel] Aarch64 bootstrapping

2016-06-06 Thread Alfred
Thanks for clearing things up. Too bad that building FPC trunk with trunk is not possible anymore. I just build trunk rev 33894 native on the odroid-c2 without any problems with a few weeks old trunk bootstrapper. It would be nice (even if considered a happy coincidence), if the possibility t

Re: [fpc-devel] Aarch64 bootstrapping

2016-06-06 Thread Jonas Maebe
Alfred wrote on Mon, 06 Jun 2016: As I am expecting more fixes for aarch64 (see rev 33922 and bug 0030182), do you have any advice on how to proceed ? You will have to keep cross-bootstrapping until there is an official release with AArch64 support. For debugging purposes, I am in need

[fpc-devel] Aarch64 bootstrapping

2016-06-06 Thread Alfred
As I am expecting more fixes for aarch64 (see rev 33922 and bug 0030182), do you have any advice on how to proceed ? For debugging purposes, I am in need of a native aarch64 on my odroid-c2. So, I need to be able to build latest trunk with a working/valid bootstrapper on the odroid-c2 itself.

Re: [fpc-devel] Aarch64 bootstrapping

2016-06-06 Thread Jonas Maebe
Alfred wrote on Mon, 06 Jun 2016: FPC revision 33895 introduced some changes that are behind a VER3_0 define. This revision prevents the building of FPC trunk with a FPC 3.1.1 bootstrap compiler on an aarch64 system. I do know that I should use a 3.0.0 bootstrapper to build trunk. So, I am

[fpc-devel] Aarch64 bootstrapping

2016-06-06 Thread Alfred
FPC revision 33895 introduced some changes that are behind a VER3_0 define. This revision prevents the building of FPC trunk with a FPC 3.1.1 bootstrap compiler on an aarch64 system. I do know that I should use a 3.0.0 bootstrapper to build trunk. So, I am open for instructions on how to build