ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Lutz Haseloff <lutz.haseloff@toppkieker.info>
To: Hans Hagen <j.hagen@xs4all.nl>,Context Mailing List <ntg-context@ntg.nl>
Subject: Re: Installing on arm64
Date: Wed, 10 Jun 2020 19:07:42 +0200	[thread overview]
Message-ID: <B5A7BDD1-515A-49FC-8FF7-42FAF58BC662@toppkieker.info> (raw)
In-Reply-To: <39210567-c529-c5e3-4f2a-466bffde28db@xs4all.nl>


[-- Attachment #1.1: Type: text/plain, Size: 1018 bytes --]

I think, there is simply no rule for aarch64 in install.sh

I now patched it in a better way.

The binaries for aarch64 work like a charm on my device, a Samsung Galaxy A50 Smartphone.

I attached my patch.

Greetings Lutz

Am 10. Juni 2020 13:39:51 MESZ schrieb Hans Hagen <j.hagen@xs4all.nl>:
>On 6/10/2020 12:17 PM, Lutz Haseloff wrote:
>> Hi all,
>> 
>> I got my system working by quick and dirty patching install.sh
>> 
>> I have now
>> 
>> PLATFORM="linux-aarch64"
>> 
>> after the last esac and all works like expected.
>> 
>> I would like to have a check for aarch64 in the install.sh too.
>you can prototype that and tell what to adapt
>
>
>-----------------------------------------------------------------
>                                           Hans Hagen | PRAGMA ADE
>               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
>-----------------------------------------------------------------

[-- Attachment #1.2: Type: text/html, Size: 1265 bytes --]

[-- Attachment #2: patch.diff --]
[-- Type: text/plain, Size: 398 bytes --]

--- install.sh	2020-06-10 12:27:57.000000000 +0200
+++ minstall.sh	2020-06-10 18:48:26.209317385 +0200
@@ -34,6 +34,8 @@
                 esac ;;
             mips|mips64|mipsel|mips64el)
                 PLATFORM="linux-mipsel" ;;
+	    aarch64)
+		PLATFORM="linux-aarch64" ;;
             armv7l)
                 PLATFORM="linux-armhf"
                 if $(which readelf >/dev/null 2>&1); then

[-- Attachment #3: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2020-06-10 17:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-10  8:53 Sytse Knypstra
2020-06-10  9:49 ` Hans Hagen
2020-06-10 10:17 ` Lutz Haseloff
2020-06-10 11:39   ` Hans Hagen
2020-06-10 17:07     ` Lutz Haseloff [this message]
2020-06-10 17:27       ` Hans Hagen
2020-06-10 17:47         ` luigi scarso
2020-06-10 19:06           ` Hans Hagen
2020-06-10 21:06             ` luigi scarso
2020-06-10 18:05         ` Lutz Haseloff
2020-06-11 18:00     ` Lutz Haseloff
2020-06-10 20:14 ` Sytse Knypstra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B5A7BDD1-515A-49FC-8FF7-42FAF58BC662@toppkieker.info \
    --to=lutz.haseloff@toppkieker.info \
    --cc=j.hagen@xs4all.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).