|
Message-ID: <SN6PR02MB42052C4CF833CCEFA646456AB8C2A@SN6PR02MB4205.namprd02.prod.outlook.com> Date: Wed, 27 Sep 2023 00:05:03 +0000 From: Brian Cain <bcain@...cinc.com> To: Rob Landley <rob@...dley.net>, "musl@...ts.openwall.com" <musl@...ts.openwall.com>, "Matheus Bernardino (QUIC)" <quic_mathbern@...cinc.com> CC: Sid Manning <sidneym@...cinc.com>, Rich Felker <dalias@...c.org>, Fangrui Song <i@...kray.me>, Szabolcs Nagy <nsz@...t70.net> Subject: RE: [RFC PATCH 0/5] Add support to Hexagon DSP > -----Original Message----- > From: Brian Cain <bcain@...cinc.com> > Sent: Tuesday, September 26, 2023 1:13 PM > To: Rob Landley <rob@...dley.net>; musl@...ts.openwall.com; Matheus > Bernardino (QUIC) <quic_mathbern@...cinc.com> > Cc: Sid Manning <sidneym@...cinc.com>; Rich Felker <dalias@...c.org>; > Fangrui Song <i@...kray.me>; Szabolcs Nagy <nsz@...t70.net> > Subject: RE: [musl] [RFC PATCH 0/5] Add support to Hexagon DSP > > > -----Original Message----- > > From: Rob Landley <rob@...dley.net> > > Sent: Tuesday, September 26, 2023 12:56 PM > > To: Brian Cain <bcain@...cinc.com>; musl@...ts.openwall.com; Matheus > > Bernardino (QUIC) <quic_mathbern@...cinc.com> > > Cc: Sid Manning <sidneym@...cinc.com>; Rich Felker <dalias@...c.org>; > > Fangrui Song <i@...kray.me>; Szabolcs Nagy <nsz@...t70.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@...dley.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. Rob -- I updated that README - hopefully it's clearer how to use now. If you have any questions, let me know. -Brian
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.