[fpc-pascal] Building compiler which stalls
Hairy Pixels
genericptr at gmail.com
Sun Mar 5 02:25:45 CET 2023
> On Mar 5, 2023, at 3:56 AM, Jonas Maebe via fpc-pascal <fpc-pascal at lists.freepascal.org> wrote:
>
> There is no need anymore to start with ppcx64 now that there is a native ppca64 in the latest FPC release (3.2.2). So you can start directly with your step 3 (removing the "FPC=$PWD/ppca64" so it uses the globally installed ppca64). If you do that, it works.
>
> I can reproduce the issue when following your steps. My best guess is that one of the new x86 optimisations is breaking things when cross-compiling the native AArch64 compiler.
Great it’s working now thanks Jonas.
Regards,
Ryan Joseph
More information about the fpc-pascal
mailing list