Skip to content
New issue

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

wont build on aarch64 #16

Open
Obliterous opened this issue Aug 21, 2021 · 1 comment
Open

wont build on aarch64 #16

Obliterous opened this issue Aug 21, 2021 · 1 comment

Comments

@Obliterous
Copy link

Error: Illegal assembler style specified "INTEL"

@arunkv
Copy link

arunkv commented Dec 28, 2021

Here's a full error log while compiling on a M1 Mac using Free Pascal 3.2.2 for aarch64:

Free Pascal Compiler version 3.2.2 [2021/05/16] for aarch64
Copyright (c) 1993-2021 by Florian Klaempfl and others
Target OS: Darwin for AArch64
Compiling medet.dpr
Compiling ./alib/asys.pas
Assembling asys
Compiling met_to_data.pas
Compiling ./alib/ecc.pas
ecc.pas(109,2) Note: Call to subroutine "procedure FillChar(var x:;count:Int64;Value:Byte);" marked as inline is not inlined
ecc.pas(116,3) Note: Call to subroutine "procedure Move(const source:;var dest:;count:Int64);" marked as inline is not inlined
ecc.pas(146,2) Note: Call to subroutine "procedure FillChar(var x:;count:Int64;Value:Byte);" marked as inline is not inlined
ecc.pas(159,4) Note: Call to subroutine "procedure Move(const source:;var dest:;count:Int64);" marked as inline is not inlined
ecc.pas(173,5) Note: Call to subroutine "procedure Move(const source:;var dest:;count:Int64);" marked as inline is not inlined
ecc.pas(176,4) Note: Call to subroutine "procedure Move(const source:;var dest:;count:Int64);" marked as inline is not inlined
ecc.pas(187,2) Note: Call to subroutine "procedure Move(const source:;var dest:;count:Int64);" marked as inline is not inlined
ecc.pas(223,87) Warning: Local variable "root" does not seem to be initialized
ecc.pas(235,18) Warning: Local variable "loc" does not seem to be initialized
ecc.pas(223,35) Warning: Local variable "omega" does not seem to be initialized
Assembling ecc
Compiling correlator.pas
correlator.pas(160,2) Note: Call to subroutine "procedure FillChar(var x:;count:Int64;Value:Byte);" marked as inline is not inlined
correlator.pas(161,2) Note: Call to subroutine "procedure FillChar(var x:;count:Int64;Value:Byte);" marked as inline is not inlined
correlator.pas(162,2) Note: Call to subroutine "procedure FillChar(var x:;count:Int64;Value:Byte);" marked as inline is not inlined
correlator.pas(169,2) Note: Call to subroutine "procedure FillChar(var x:;count:Int64;Value:Byte);" marked as inline is not inlined
correlator.pas(170,2) Note: Call to subroutine "procedure FillChar(var x:;count:Int64;Value:Byte);" marked as inline is not inlined
correlator.pas(171,2) Note: Call to subroutine "procedure FillChar(var x:;count:Int64;Value:Byte);" marked as inline is not inlined
Assembling correlator
Compiling viterbi27.pas
Compiling ./alib/bitop.pas
bitop.pas(97,16) Warning: Conversion between ordinals and pointers is not portable
bitop.pas(119,15) Warning: Conversion between ordinals and pointers is not portable
bitop.pas(142,14) Warning: Conversion between ordinals and pointers is not portable
bitop.pas(151,14) Warning: Conversion between ordinals and pointers is not portable
Assembling bitop
viterbi27.pas(326,2) Note: Call to subroutine "procedure FillChar(var x:;count:Int64;Value:Byte);" marked as inline is not inlined
viterbi27.pas(327,2) Note: Call to subroutine "procedure FillChar(var x:;count:Int64;Value:Byte);" marked as inline is not inlined
Assembling viterbi27
Compiling ./alib/tim.pas
tim.pas(18,18) Error: Illegal assembler style specified "INTEL"
tim.pas(32,1) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
Error: /usr/local/bin/ppca64 returned an error exitcode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants