> >> 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
Eric Christopher
2011-Aug-09 02:28 UTC
[LLVMdev] sys::getHostTriple failed to recognize ARM correctly
On Aug 8, 2011, at 6: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
James Molloy
2011-Aug-09 07:48 UTC
[LLVMdev] sys::getHostTriple failed to recognize ARM correctly
Hi, My patch, sent a few months back was meant to make this easier to update. Eric has discussed it internally in Apple I believe and has some ideas how the driver can be improved, but I haven't heard back further about a schedule for providing such a patch. Eric - I'd be happy to engineer said patch if you have some sort of spec or guidelines on what you'd prefer done? 陳韋任: While armv7l is not recognised, it is equivalent to "armv7", which should work. The "l" just means little endian which is default for ARM targets. James> -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Eric Christopher > Sent: 09 August 2011 03:28 > To: 陳韋任 > Cc: llvmdev at cs.uiuc.edu > Subject: Re: [LLVMdev] sys::getHostTriple failed to recognize ARM > correctly > > > On Aug 8, 2011, at 6: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 > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Eric Christopher
2011-Aug-09 18:08 UTC
[LLVMdev] sys::getHostTriple failed to recognize ARM correctly
On Aug 9, 2011, at 12:48 AM, James Molloy wrote:> Hi, > > My patch, sent a few months back was meant to make this easier to update. Eric has discussed it internally in Apple I believe and has some ideas how the driver can be improved, but I haven't heard back further about a schedule for providing such a patch. >You weren't the only one on vacation ;)> Eric - I'd be happy to engineer said patch if you have some sort of spec or guidelines on what you'd prefer done?I thought I sent a bunch of it, but we can easily take it to private email to work out more of it. I'm adding Chad to this since he's been doing a lot of toolchain stuff as well. :) -eric
Eric Christopher
2011-Aug-10 00:01 UTC
[LLVMdev] sys::getHostTriple failed to recognize ARM correctly
On Aug 9, 2011, at 11:08 AM, Eric Christopher wrote:> > On Aug 9, 2011, at 12:48 AM, James Molloy wrote: > >> Hi, >> >> My patch, sent a few months back was meant to make this easier to update. Eric has discussed it internally in Apple I believe and has some ideas how the driver can be improved, but I haven't heard back further about a schedule for providing such a patch. >> > > You weren't the only one on vacation ;) > >> Eric - I'd be happy to engineer said patch if you have some sort of spec or guidelines on what you'd prefer done? > > I thought I sent a bunch of it, but we can easily take it to private email to work out more of it. I'm adding Chad to this since he's been doing a lot of toolchain stuff as well. :)To respond here I've sent this privately since we had the rest of the discussion on the list a while back :) -eric
Maybe Matching Threads
- [LLVMdev] sys::getHostTriple failed to recognize ARM correctly
- [LLVMdev] sys::getHostTriple failed to recognize ARM correctly
- [LLVMdev] sys::getHostTriple failed to recognize ARM correctly
- [LLVMdev] sys::getHostTriple failed to recognize ARM correctly
- [LLVMdev] sys::getHostTriple failed to recognize ARM correctly