search for: 0biphn

Displaying 3 results from an estimated 3 matches for "0biphn".

2010 Sep 10
3
[LLVMdev] Cross-compiling the ARM toolchain
...riple > arm-none-linux -ccc-gcc-name arm-none-linux-gnueabi-gcc a.c Hi Liu, That doesn't work for me. $ clang -march=armv7-a -mcpu=cortex-a9 -ccc-host-triple arm-none-linux -ccc-gcc-name arm-none-linux-gnueabi-gcc alias.c clang: warning: unknown platform, assuming -mfloat-abi=soft /tmp/cc-0BIpHn.s: Assembler messages: /tmp/cc-0BIpHn.s:1: Error: unknown pseudo-op: `.syntax' /tmp/cc-0BIpHn.s:2: Error: unknown pseudo-op: `.cpu' /tmp/cc-0BIpHn.s:3: Error: unknown pseudo-op: `.eabi_attribute' /tmp/cc-0BIpHn.s:4: Error: unknown pseudo-op: `.eabi_attribute' /tmp/cc-0BIpHn.s:5: Err...
2010 Sep 10
0
[LLVMdev] Cross-compiling the ARM toolchain
trying this: clang -march=armv7-a -mcpu=cortex-a9 -ccc-host-triple arm-none-linux -ccc-gcc-name arm-none-linux-gnueabi-gcc a.c 2010/9/10 Emmanuel Blot <eblot.ml at gmail.com>: > Hello, > > Is there a quick tutorial to build the LLVM toolchain from a Linux or > Mac OS X x86 host for an ARM v4/v5/v6 ELF target? > It this configuration supported, and is it possible to build the
2010 Sep 09
2
[LLVMdev] Cross-compiling the ARM toolchain
Hello, Is there a quick tutorial to build the LLVM toolchain from a Linux or Mac OS X x86 host for an ARM v4/v5/v6 ELF target? It this configuration supported, and is it possible to build the Clang compiler for this host/target combination? I know about the installation page, but I keep failing to build this toolchain with LLVM 2.7. Maybe it is not (yet) supported? Thanks, Manu