thx, but i meet a problem in configuing the pnet-0.8.0. the error info: checking for treecc... no treecc is required to build and can be obtained from http://www.southern-storm.com.au how to fix this problem? thx! -Joey /*****************************************/ On Apr 23, 2009, at 10:25 PM, kqyang wrote: hi all i check out https://llvm.org/svn/llvm-project/java/trunk but i can not find any document to built it. Who knows how to built? BTW: I have successfully built C/C++ frontend for LLVM. Thx! Unfortunately it is far far far behind LLVM head and hasn't been maintained for quite a while. Perhaps vmkit is more useful to you? http://vmkit.llvm.org -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090428/0edf6232/attachment.html>
I haven't built those pieces myself, so take this all with a grain of salt. It looks like you need another tool, treecc, to build pnet. The referenced website looks to have expired (advertising parking page there now); however, google turns up http://www.freshports.org/lang/treecc which looks like it might at least be a place to start. Regards, Jim On Apr 27, 2009, at 7:48 PM, kqyang wrote:> > thx, but i meet a problem in configuing the pnet-0.8.0. > the error info: > > checking for treecc... no > treecc is required to build and can be obtained from > http://www.southern-storm.com.au > > how to fix this problem? thx! > > -Joey > > /*****************************************/ > > On Apr 23, 2009, at 10:25 PM, kqyang wrote: > >> hi all >> >> i check out https://llvm.org/svn/llvm-project/java/trunk >> but i can not find any document to built it. >> Who knows how to built? >> BTW: I have successfully built C/C++ frontend for LLVM. >> Thx! >> > > Unfortunately it is far far far behind LLVM head and hasn't been > maintained for quite a while. Perhaps vmkit is more useful to you? http://vmkit.llvm.org > > -Chris > > > _______________________________________________ > 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/20090427/02fb9231/attachment.html>
Hi Joey, The .Net support in vmkit has moved to an experimental state and much of the development in vmkit currently targets the Java frontend. So you can skip configuring pnet and only use the JVM in vmkit with GNU Classpath. However, if you're still interested in running .net apps, you can use mono instead of pnet (which in my experience will be easier to configure) and "patches are welcome" :) Nicolas kqyang wrote:> > thx, but i meet a problem in configuing the pnet-0.8.0. > the error info: > > checking for treecc... no > treecc is required to build and can be obtained from > http://www.southern-storm.com.au <http://www.southern-storm.com.au/> > > how to fix this problem? thx! > > -Joey > > /*****************************************/ > > On Apr 23, 2009, at 10:25 PM, kqyang wrote: > >> hi all >> >> i check out https://llvm.org/svn/llvm-project/java/trunk >> but i can not find any document to built it. >> Who knows how to built? >> BTW: I have successfully built C/C++ frontend for LLVM. >> Thx! >> > > Unfortunately it is far far far behind LLVM head and hasn't been > maintained for quite a while. Perhaps vmkit is more useful to you? > http://vmkit.llvm.org <http://vmkit.llvm.org/> > > -Chris > > > ------------------------------------------------------------------------ > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Jim Grosbach wrote:> I haven't built those pieces myself, so take this all with a grain of > salt. > > It looks like you need another tool, treecc, to build pnet. The > referenced website looks to have expired (advertising parking page > there now); however, google turns > up http://www.freshports.org/lang/treecc which looks like it might at > least be a place to start.If you need it, the treecc program is, coincidentally, in the LLVM test suite in MultiSource/Applications/treecc. :) Not that I'm recommending pnet in this discussion (I haven't read the entire thread); just thought I'd point out the above factoid. -- John T.> > Regards, > Jim > > On Apr 27, 2009, at 7:48 PM, kqyang wrote: > >> >> thx, but i meet a problem in configuing the pnet-0.8.0. >> the error info: >> >> checking for treecc... no >> treecc is required to build and can be obtained from >> http://www.southern-storm.com.au <http://www.southern-storm.com.au/> >> >> how to fix this problem? thx! >> >> -Joey >> >> /*****************************************/ >> >> On Apr 23, 2009, at 10:25 PM, kqyang wrote: >> >>> hi all >>> >>> i check out https://llvm.org/svn/llvm-project/java/trunk >>> but i can not find any document to built it. >>> Who knows how to built? >>> BTW: I have successfully built C/C++ frontend for LLVM. >>> Thx! >>> >> >> Unfortunately it is far far far behind LLVM head and hasn't been >> maintained for quite a while. Perhaps vmkit is more useful to you? >> http://vmkit.llvm.org <http://vmkit.llvm.org/> >> >> -Chris >> >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> >> http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Apparently Analagous Threads
- [LLVMdev] how to build Java frontend for LLVM?
- [LLVMdev] how to build Java frontend for LLVM?
- [LLVMdev] how to build Java frontend for LLVM?
- [LLVMdev] compiling java frontend
- [LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf