search for: armvx

Displaying 4 results from an estimated 4 matches for "armvx".

Did you mean: armv7
2011 Aug 09
4
[LLVMdev] sys::getHostTriple failed to recognize ARM correctly
> >> b) Pass --host=<arm arch you want>-… when you configure. > > Either way. But it sounds like you were ok with arm-linux-gnu so that's what I'd suggest you pass using --host. So what you suggest is passing arm-linux-gnu NOT armvX-linux-gnu, right? I thought <arm arch you want> can be armvX-linux-gnu, that confuse me. Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667
2011 Aug 09
0
[LLVMdev] sys::getHostTriple failed to recognize ARM correctly
...:53 PM, 陳韋任 wrote: >>>> b) Pass --host=<arm arch you want>-… when you configure. >> >> Either way. But it sounds like you were ok with arm-linux-gnu so that's what I'd suggest you pass using --host. > > So what you suggest is passing arm-linux-gnu NOT armvX-linux-gnu, > right? I thought <arm arch you want> can be armvX-linux-gnu, > that confuse me. It can be whatever you want, I'd suggest something that has some support in the backend :) -eric
2011 Aug 09
2
[LLVMdev] sys::getHostTriple failed to recognize ARM correctly
Hi, Eric > Two ways: > > a) Add support for armv7l to llvm :) > b) Pass --host=<arm arch you want>-… when you configure. Do you mean both way have to be done, or either way? I don't understand if I ignore option a, which means LLVM does NOT support armv7l right now, how can --host=<arm arch you want> work? Or I misunderstood what you said? Regards, chenwj --
2011 Aug 09
0
[LLVMdev] sys::getHostTriple failed to recognize ARM correctly
On Aug 8, 2011, at 6:27 PM, 陳韋任 wrote: > Hi, Eric > >> Two ways: >> >> a) Add support for armv7l to llvm :) >> b) Pass --host=<arm arch you want>-… when you configure. > > Do you mean both way have to be done, or either way? I don't > understand if I ignore option a, which means LLVM does NOT > support armv7l right now, how can