From: Vineet Gupta <Vineet.Gupta1@synopsys.com>
To: Tony Breeds <tony@bakeyournoodle.com>
Cc: lkml <linux-kernel@vger.kernel.org>,
Anton Kolesov <Anton.Kolesov@synopsys.com>
Subject: ARC cross compiler hosting on kernel.org
Date: Fri, 15 Nov 2013 11:21:10 +0530 [thread overview]
Message-ID: <5285B64E.7030507@synopsys.com> (raw)
Hi Tony,
Can you please host a ARC cross compiler on
https://www.kernel.org/pub/tools/crosstool
Mainline buildroot supports ARC (alas that build system doesn't generate a
relocatable toolchain).
Or you can simply use our homegrown build-system to checkout and build tools
(which can even do a relocatable toolchain provided you have patchelf installed)
git clone git@github.com:foss-for-synopsys-dwc-arc-processors/toolchain.git
cd toolchain
./build-all.sh --auto-checkout --auto-pull --rel-rpaths --no-elf32 \
--target-cflags "-gdwarf-2"
ARC defconfig requires an INITRAMFS at a relative path. You can either disable it
(I have a patch queued up for a !RAMFS defconfig too).
Let me know if you run into any issues.
Thx,
-Vineet
next reply other threads:[~2013-11-15 5:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-15 5:51 Vineet Gupta [this message]
2014-06-24 4:20 ` ARC cross compiler hosting on kernel.org Vineet Gupta
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=5285B64E.7030507@synopsys.com \
--to=vineet.gupta1@synopsys.com \
--cc=Anton.Kolesov@synopsys.com \
--cc=linux-kernel@vger.kernel.org \
--cc=tony@bakeyournoodle.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.
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).