We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting this error when I'm installing the cross compiler on Mac OS M1:
` assemble.pas(260,7) Fatal: Can't find unit sfpux80 used by assemble Fatal: Compilation aborted Error: /Users/belizario/dev/fpc/fpc/bin/aarch64-darwin/ppca64 returned an error exitcode fpcupdeluxe: ERROR: FPC Cross Installer (BuildModuleCustom: FPC): Running cross compiler fpc /usr/bin/make for x86_64-linux failed with an error code. fpcupdeluxe: ERROR: FPC Cross Installer (BuildModuleCustom: FPC): Removing all x86_64-linux compiler settings from fpc.cfg. fpcupdeluxe: info: FPCCrossInstaller (InsertFPCCFGSnippet: fpc.cfg): Inserting snippet in /Users/belizario/dev/fpc/fpc/bin/aarch64-darwin/fpc.cfg done.
ERROR: Fpcupdeluxe fatal error ! Sequencer (FPCCleanBuildOnly): Failure running fpcupdeluxe: error executing sequence FPCCleanBuildOnly Sequencer (Only): Failure running fpcupdeluxe: error executing sequence Only
`
The text was updated successfully, but these errors were encountered:
Sorry about being late to respond. Is this issue still valid ? (I have no access to Mac M1 unfortunately)
Sorry, something went wrong.
Yes... just tested and the issue is still there.
No branches or pull requests
I'm getting this error when I'm installing the cross compiler on Mac OS M1:
`
assemble.pas(260,7) Fatal: Can't find unit sfpux80 used by assemble
Fatal: Compilation aborted
Error: /Users/belizario/dev/fpc/fpc/bin/aarch64-darwin/ppca64 returned an error exitcode
fpcupdeluxe: ERROR: FPC Cross Installer (BuildModuleCustom: FPC): Running cross compiler fpc /usr/bin/make for x86_64-linux failed with an error code.
fpcupdeluxe: ERROR: FPC Cross Installer (BuildModuleCustom: FPC): Removing all x86_64-linux compiler settings from fpc.cfg.
fpcupdeluxe: info: FPCCrossInstaller (InsertFPCCFGSnippet: fpc.cfg): Inserting snippet in /Users/belizario/dev/fpc/fpc/bin/aarch64-darwin/fpc.cfg done.
ERROR: Fpcupdeluxe fatal error !
Sequencer (FPCCleanBuildOnly): Failure running fpcupdeluxe: error executing sequence FPCCleanBuildOnly
Sequencer (Only): Failure running fpcupdeluxe: error executing sequence Only
`
The text was updated successfully, but these errors were encountered: