Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
TAChart
(Moderator:
Ask
) »
[SOLVED] TAChart fails to build for aarch64
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
TDirectoryEdit with OnAft...
by
dsiders
[
Today
at 06:14:36 pm]
Variable initialization
by
valdir.marcos
[
Today
at 05:58:47 pm]
Lazarus IDE built for LCL...
by
valdir.marcos
[
Today
at 05:57:09 pm]
X11Libre, finally and for...
by
valdir.marcos
[
Today
at 05:45:57 pm]
Debian removes FPC/Lazaru...
by
valdir.marcos
[
Today
at 04:38:01 pm]
How many lines is too man...
by
valdir.marcos
[
Today
at 04:14:48 pm]
Front-end framework
by
valdir.marcos
[
Today
at 04:10:22 pm]
Status of LCL-fpGUI widge...
by
valdir.marcos
[
Today
at 04:04:53 pm]
Status of LCL's CustomDra...
by
zeljko
[
Today
at 03:59:56 pm]
Benchmark test in nanosec...
by
valdir.marcos
[
Today
at 03:27:08 pm]
Problem wih reference to ...
by
henrique
[
Today
at 02:39:50 pm]
uses unit decalration ord...
by
Martin_fr
[
Today
at 02:10:32 pm]
Update a table with an Au...
by
CraigC
[
Today
at 01:56:50 pm]
could Ardour's YTK be use...
by
robert rozee
[
Today
at 01:51:39 pm]
[SOLVED] File Format LAMW...
by
RaketeMike
[
Today
at 01:41:46 pm]
[ANN] PasBuild 1.5.0 rele...
by
cdbc
[
Today
at 05:10:09 am]
Commerce website written ...
by
valdir.marcos
[
Today
at 04:55:08 am]
New book on Object Pascal
by
valdir.marcos
[
Today
at 04:30:08 am]
How to execute a procedur...
by
Aruna
[
Today
at 03:34:41 am]
BGRAVirtualScreen - weird...
by
backprop
[
Today
at 03:33:51 am]
The "dockedformeditor" pa...
by
Gustavo 'Gus' Carreno
[
Today
at 02:44:31 am]
unit ProjectDescriptorTyp...
by
n7800
[
Today
at 02:01:39 am]
Canvas.StretchDraw, does ...
by
jamie
[March 06, 2026, 11:27:18 pm]
REST Server/Client, how t...
by
kveroneau
[March 06, 2026, 07:35:25 pm]
[SOLVED] Problem to resto...
by
Hartmut
[March 06, 2026, 06:42:28 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] TAChart fails to build for aarch64 (Read 1702 times)
trev
Global Moderator
Hero Member
Posts: 2032
Former Delphi 1-7, 10.2 user
[SOLVED] TAChart fails to build for aarch64
«
on:
November 28, 2020, 12:21:33 am »
There's an issue building TAChart as part of Lazarus trunk's bigide option on macOS aarch64 (Apple Silicon ARM):
Code: Text
[Select]
[+]
[-]
/Users/trev/laz_trunk/components/tachart/tatextelements.pas(688,3) Warning: (6060) Case statement does not handle all possible cases
(9009) Assembling tatextelements
lib/aarch64-darwin/cocoa/tatextelements.s:543:9: error: invalid operand for instruction
add x0,w0,w0,lsr #63
^
lib/aarch64-darwin/cocoa/tatextelements.s:544:9: error: invalid operand for instruction
asr w0,x0,#1
^
lib/aarch64-darwin/cocoa/tatextelements.s:546:9: error: invalid operand for instruction
add x1,w1,w1,lsr #63
^
lib/aarch64-darwin/cocoa/tatextelements.s:547:9: error: invalid operand for instruction
asr w1,x1,#1
lib/aarch64-darwin/cocoa/tatextelements.s:3832:9: error: invalid operand for instruction
add x0,w0,w0,lsr #63
^
lib/aarch64-darwin/cocoa/tatextelements.s:3833:9: error: invalid operand for instruction
asr w1,x0,#1
^
lib/aarch64-darwin/cocoa/tatextelements.s:3835:9: error: invalid operand for instruction
add x0,w0,w0,lsr #63
^
lib/aarch64-darwin/cocoa/tatextelements.s:3836:9: error: invalid operand for instruction
asr w0,x0,#1
^
lib/aarch64-darwin/cocoa/tatextelements.s:3934:9: error: invalid operand for instruction
add x0,w0,w0,lsr #63
^
lib/aarch64-darwin/cocoa/tatextelements.s:3935:9: error: invalid operand for instruction
asr w1,x0,#1
^
lib/aarch64-darwin/cocoa/tatextelements.s:3937:9: error: invalid operand for instruction
add x0,w0,w0,lsr #63
^
lib/aarch64-darwin/cocoa/tatextelements.s:3938:9: error: invalid operand for instruction
asr w0,x0,#1
^
tatextelements.pas(944) Error: (9007) Error while assembling exitcode 1
tatextelements.pas(944) Fatal: (10026) There were 2 errors compiling module, stopping
Fatal: (1018) Compilation aborted
make[2]: *** [tachartlazaruspkg.ppu] Error 1
make[1]: *** [bigide] Error 2
make: *** [bigidecomponents] Error 2
«
Last Edit: December 19, 2020, 07:23:48 am by trev
»
Logged
wp
Hero Member
Posts: 13401
Re: TAChart fails to build for aarch64
«
Reply #1 on:
November 28, 2020, 02:05:44 pm »
Sorry, I don't have access to such a system and cannot test the issue.
Logged
trev
Global Moderator
Hero Member
Posts: 2032
Former Delphi 1-7, 10.2 user
Re: TAChart fails to build for aarch64
«
Reply #2 on:
November 28, 2020, 10:07:49 pm »
I can provide remote command line access via ssh (to a FreeBSD Mac mini, then to the Apple Silicon Mac mini) if that helps.
Logged
trev
Global Moderator
Hero Member
Posts: 2032
Former Delphi 1-7, 10.2 user
Re: TAChart fails to build for aarch64
«
Reply #3 on:
December 19, 2020, 07:22:39 am »
Fixed in FPC trunk r47812 - see the
Bug Tracker
.
Logged
wp
Hero Member
Posts: 13401
Re: [SOLVED] TAChart fails to build for aarch64
«
Reply #4 on:
December 19, 2020, 10:15:19 am »
Good news
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
TAChart
(Moderator:
Ask
) »
[SOLVED] TAChart fails to build for aarch64
TinyPortal
© 2005-2018