bug-mes
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NOOB Build Help for aarch64 Linux (Armbian) [platform not supported:


From: Janneke Nieuwenhuizen
Subject: Re: NOOB Build Help for aarch64 Linux (Armbian) [platform not supported: aarch64-linux-mes]
Date: Sun, 14 Apr 2024 13:45:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Hello!

> Noted your work and trying to take a look.  Have not used C/x86 much
> for a couple of decades. Mostly aarch64 & some riscv64. Have Scheme
> and Smalltalk experience.
>
> Can some kind person point me in the right direction?
>
> Thanks a bunch!
> -KenD
>
> vvv===vvv===vvv
> Armbian:Arm64:RPi5:~/MES/mes >>> ./configure

[..]

> platform not supported: aarch64-linux-mes
> See "Porting GNU Mes" in the manual, or try --with-courage

Yeah, our ARM bootsrtap story is less than great, currently.  Stage0
supports Aarch64 but not ARM, and also
<http://logs.guix.gnu.org/bootstrappable/2024-01-22.log#095837>. and Mes
supports ARM (v7) but not Aarch64.  artemist has been working on an
Aarch64 port for Mes
<http://logs.guix.gnu.org/bootstrappable/2023-10-27.log#191434> but
hasn't released any code yet afaik.

What we currently do in the Guix bootstrap for Aarch64, is to build
Stage0 and then use something like

    CC=arm-unknown-linux-gnueabihf-gcc ./configure

on Aarch64, i.e., use Mes' ARM port.  That should work.

Greetings,
Janneke

-- 
Janneke Nieuwenhuizen <janneke@gnu.org>  | GNU LilyPond https://LilyPond.org
Freelance IT https://www.JoyOfSource.com | AvatarĀ® https://AvatarAcademy.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]