mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rob Landley <rob@landley.net>
To: Brian Cain <bcain@quicinc.com>,
	"musl@lists.openwall.com" <musl@lists.openwall.com>,
	"Matheus Bernardino (QUIC)" <quic_mathbern@quicinc.com>
Cc: Sid Manning <sidneym@quicinc.com>, Rich Felker <dalias@libc.org>,
	Fangrui Song <i@maskray.me>, Szabolcs Nagy <nsz@port70.net>
Subject: Re: [musl] [RFC PATCH 0/5] Add support to Hexagon DSP
Date: Tue, 26 Sep 2023 12:55:30 -0500	[thread overview]
Message-ID: <eeb6a10e-ec26-adb0-e7c6-0bc48a8d1504@landley.net> (raw)
In-Reply-To: <SN6PR02MB4205177CC0FA2CA9503C5D3AB8C3A@SN6PR02MB4205.namprd02.prod.outlook.com>

On 9/26/23 11:48, Brian Cain wrote:
>> -----Original Message-----
>> From: Rob Landley <rob@landley.net>
> ...
>> On 8/30/23 07:22, Matheus Tavares Bernardino wrote:
>> > Hi,
>> >
>> > I'd like to restart the conversations from
>> > https://marc.info/?l=musl&w=2&r=1&s=Hexagon+DSP+support&q=b about
>> > adding Hexagon support to musl.
>> >
>> > I've read the comments from the two previous iterations and it looks
>> > like Sid has addressed them all already (please let me know if there is
>> > something missing, though). So I've only rebased/reorganized the patches
>> > with minor cleanup changes.
>> >
>> > These patches are also available at my git tree:
>> > https://github.com/quic/musl/tree/mathbern/to-upstream
>> 
>> Is there a current toolchain build script for hexagon? I harvested an
> 
> The recipe for the toolchain build is maintained here https://github.com/quic/toolchain_for_hexagon/ - along with binary releases of the toolchain itself for those who don't care to build their own.

Cloned. Let's see... The README.maryland has no usage instructions. Let's try...

$ ./build-toolchain.sh
++ date +%Y_%b_%d
+ STAMP=2023_Sep_26
+ set -euo pipefail
+ set -x
+ set +x
./build-toolchain.sh: line 250: TOOLCHAIN_INSTALL: unbound variable
$ TOOLCHAIN_INSTALL="$PWD"/walrus ./build-toolchain.sh
++ date +%Y_%b_%d
+ STAMP=2023_Sep_26
+ set -euo pipefail
+ set -x
+ set +x
./build-toolchain.sh: line 256: ROOT_INSTALL: unbound variable

The ./build-rootfs.sh has functions to compile busybox and dropbear, don't want
to go there right now...

Let's see, build-toolchain.sh starts with multiple large function definitions,
let's jump to the end... tarring stuff up, and before that it iterates "for t in
${CROSS_TRIPLES}" which is:

CROSS_TRIPLES="aarch64-windows-gnu x86_64-windows-gnu aarch64-linux-gnu
aarch64-macos"
CROSS_TRIPLES=""

It blanks it right after setting it. Great. And none of those look interesting.
(No x86-64 linux...)

Ok, before spelunking farther I'll ask: what is the expected invocation here?

Rob

  reply	other threads:[~2023-09-26 17:52 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-30 12:22 Matheus Tavares Bernardino
2023-08-30 12:22 ` [musl] [RFC PATCH 1/5] Add support to Hexagon arch Matheus Tavares Bernardino
2023-08-30 12:22 ` [musl] [RFC PATCH 2/5] hexagon: add fenv header and implementation Matheus Tavares Bernardino
2023-08-30 12:22 ` [musl] [RFC PATCH 3/5] hexagon: add fma/fmaxf/fminf routines Matheus Tavares Bernardino
2023-08-30 12:22 ` [musl] [RFC PATCH 4/5] hexagon: add bits/user.h Matheus Tavares Bernardino
2023-08-30 12:22 ` [musl] [RFC PATCH 5/5] INSTALL: add 'Hexagon' to list of supported targets Matheus Tavares Bernardino
2023-09-08 11:18 ` [musl] [RFC PATCH 0/5] Add support to Hexagon DSP Matheus Tavares Bernardino
2023-09-26 16:43 ` Rob Landley
2023-09-26 16:48   ` Brian Cain
2023-09-26 17:55     ` Rob Landley [this message]
2023-09-26 18:13       ` Brian Cain
2023-09-27  0:05         ` Brian Cain
2023-09-27  1:49         ` Rob Landley
2023-09-27  2:10           ` Brian Cain
2023-09-27 13:19             ` Rob Landley

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=eeb6a10e-ec26-adb0-e7c6-0bc48a8d1504@landley.net \
    --to=rob@landley.net \
    --cc=bcain@quicinc.com \
    --cc=dalias@libc.org \
    --cc=i@maskray.me \
    --cc=musl@lists.openwall.com \
    --cc=nsz@port70.net \
    --cc=quic_mathbern@quicinc.com \
    --cc=sidneym@quicinc.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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).