linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ARC cross compiler hosting on kernel.org
@ 2013-11-15  5:51 Vineet Gupta
  2014-06-24  4:20 ` Vineet Gupta
  0 siblings, 1 reply; 2+ messages in thread
From: Vineet Gupta @ 2013-11-15  5:51 UTC (permalink / raw)
  To: Tony Breeds; +Cc: lkml, Anton Kolesov

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-24  4:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-15  5:51 ARC cross compiler hosting on kernel.org Vineet Gupta
2014-06-24  4:20 ` Vineet Gupta

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