[LLVMdev] About LLVM 3.1 ARM testing

陳韋任 chenwj at iis.sinica.edu.tw
Sat Apr 14 04:13:25 PDT 2012


Hi all, 

  Since the 3.1 testing day is coming and be a ARM tester, I would like to make
sure everything is O.K. so that we don't waste the precious time. As discussed
on the ML before, I plan to cross compile LLVM/Clang first, then run regression
test and test suite on the pandaboards. Could someone help me check to see if I
miss something? Thanks!

  Here is the pandaboard configuration,

---
$ uname -a
Linux arm2 2.6.38-1208-omap4 #11-Ubuntu SMP PREEMPT Fri Apr 15 16:34:35 UTC 2011 armv7l armv7l armv7l GNU/Linux
$ gcc -v
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
$ ld -v
GNU ld (GNU Binutils for Ubuntu) 2.21.0.20110327
---

  Below is the cross toolchain and configuration options I will use,

---
$ arm-unknown-linux-gnueabi-gcc -v
gcc version 4.5.2 (crosstool-NG 1.14.1)
$ arm-unknown-linux-gnueabi-ld -v
GNU ld (crosstool-NG 1.14.1) 2.21.1
$ ../configure \
  --target=arm-unknown-linux-gnueabi \
  --host=arm-unknown-linux-gnueabi \
  --enable-bindings=none --disable-multilib --disable-bootstrap \
---

  Any comment?

Regards,
chenwj

-- 
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj




More information about the llvm-dev mailing list