[LLVMdev] Setting up a cross-compiler for cortex-m3
Renato Golin
rengolin at systemcall.org
Wed Jul 18 09:27:29 PDT 2012
On 18 July 2012 17:08, salvatore benedetto
<salvatore.benedetto at gmail.com> wrote:
> I of course own you a beer :-) Thank you very much.
I will remind you of that, next year, on EuroLLVM 2013. :D
> Which part of gcc I'm using with that option?
> Just the libc, libgcc et all?
AFAIK, it uses the name to find the tool chain, and guess all other
binaries from it. So it calls arm-linux-gnueabi-ld,
arm-linux-gnueabi-as etc. instead of ld, as etc., which is what you
were missing.
--
cheers,
--renato
http://systemcall.org/
More information about the llvm-dev
mailing list