lkml.org 
[lkml]   [2013]   [Nov]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectARC cross compiler hosting on kernel.org
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


\
 
 \ /
  Last update: 2013-11-15 07:41    [W:0.060 / U:0.372 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site