mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Brian Cain <bcain@quicinc.com>
To: Rob Landley <rob@landley.net>,
	"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 18:13:11 +0000	[thread overview]
Message-ID: <SN6PR02MB4205DBDFF5A0947A7D64566FB8C3A@SN6PR02MB4205.namprd02.prod.outlook.com> (raw)
In-Reply-To: <eeb6a10e-ec26-adb0-e7c6-0bc48a8d1504@landley.net>

> -----Original Message-----
> From: Rob Landley <rob@landley.net>
> Sent: Tuesday, September 26, 2023 12:56 PM
> To: Brian Cain <bcain@quicinc.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
> 
> WARNING: This email originated from outside of Qualcomm. Please be wary of
> any links or attachments, and do not enable macros.
> 
> 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
> 

Ok - sure, let me take a minute to describe the usage of these scripts.  Standby.

-Brian

  reply	other threads:[~2023-09-26 18:39 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
2023-09-26 18:13       ` Brian Cain [this message]
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=SN6PR02MB4205DBDFF5A0947A7D64566FB8C3A@SN6PR02MB4205.namprd02.prod.outlook.com \
    --to=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=rob@landley.net \
    --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).