On Mon, Sep 26, 2011 at 1:23 AM, Anton Korobeynikov <anton at korobeynikov.info> wrote:> Hello > >> How can I use the right triple? >> Thanks. > You're using the "right" triplet. However: > 1. Your system is unknown to driver (as shown in the warning)I'm looking into it.> 2. You need to "teach" driver to look for paths to the includes for > your platformAfter added -I, I get more errors...> > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersburg State University >Thank you. --Liu
Hi, Liu> > 1. Your system is unknown to driver (as shown in the warning) > I'm looking into it. > > 2. You need to "teach" driver to look for paths to the includes for > > your platformI think what Anton means is you should modify clang source to include path to system header. See clang/lib/Frontend/InitHeaderSearch.cpp. Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667
I have somebody working on this. You can communicate with him. He just started and does not have his mips account yet. /simon/@/atanasyan/.com There are many issues related to the driver. Reed On 09/25/2011 07:36 PM, Liu wrote:> On Mon, Sep 26, 2011 at 1:23 AM, Anton Korobeynikov > <anton at korobeynikov.info> wrote: >> Hello >> >>> How can I use the right triple? >>> Thanks. >> You're using the "right" triplet. However: >> 1. Your system is unknown to driver (as shown in the warning) > I'm looking into it. >> 2. You need to "teach" driver to look for paths to the includes for >> your platform > After added -I, I get more errors... >> -- >> With best regards, Anton Korobeynikov >> Faculty of Mathematics and Mechanics, Saint Petersburg State University >> > Thank you. > > > --Liu > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110926/9aa5f8c3/attachment.html>
On Tue, Sep 27, 2011 at 1:23 AM, reed kotler <rkotler at mips.com> wrote:> I have somebody working on this. > > You can communicate with him. He just started and does not have his mips > account yet. > simon at atanasyan.com > > There are many issues related to the driver. > > ReedYou mean he is working on clang driver or llvm be? --Liu> > > On 09/25/2011 07:36 PM, Liu wrote: > > On Mon, Sep 26, 2011 at 1:23 AM, Anton Korobeynikov > <anton at korobeynikov.info> wrote: > > Hello > > How can I use the right triple? > Thanks. > > You're using the "right" triplet. However: > 1. Your system is unknown to driver (as shown in the warning) > > I'm looking into it. > > 2. You need to "teach" driver to look for paths to the includes for > your platform > > After added -I, I get more errors... > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersburg State University > > Thank you. > > > --Liu > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >