search for: daneil

Displaying 8 results from an estimated 8 matches for "daneil".

Did you mean: daneel
2010 Sep 10
1
[LLVMdev] I have llvm, poolalloc, and llvm-gcc to be installed
If I have llvm, poolalloc, and llvm-gcc to be installed, what's the order of installation? Could some help me? Thank you very much! Best Regards 2010-09-10 Daneill -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100910/fd6d3fd6/attachment.html>
2010 Sep 10
1
[LLVMdev] I have llvm, poolalloc, and llvm-gcc to be installed
If I have llvm, poolalloc, and llvm-gcc to be installed, what's the order of installation? 2010-09-10 Daneill -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100910/568fb887/attachment.html>
2011 Feb 27
2
regularized dfa rda (Klar): problems with predictions
...a=test[trainset,]) #Now the prediction: a<-predict(z,data=test[testset,])$class Error in predict.rda(z, data = test[testset, ]) : A new data to predict must be supplied. Whatever I do I always get the same error message (including examples form help) Thanks a lot in advance! Best wishes, Daneil --
2010 Sep 09
1
[LLVMdev] no llvm-gcc and llvm-g++ in the directory of bin
...figure --prefix=/root/llvm_install/ --enable-llvm=/ root/llvm_install/ --enable-languages=c,c++ Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5649) (LLVM build) ―――――――――――――――――――――――――――――――――――――― Could someone help me? Thank you very much! Best regards 2010-09-08 Daneill -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100909/b1853828/attachment.html>
2010 Sep 09
2
[LLVMdev] install llvm-tv on ubuntu
...lvm/llvm_tv_obj/tools' make: *** [all] 错误 1 root at ubuntu:~/Program_file/llvm/llvm_tv_obj# ----------------------------------------------------------------------------------------------------------------------------- Could somebody help me? Thank you very much! Best regards 2010-09-08 Daneill -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100909/0f60c579/attachment.html>
2011 Feb 28
0
regularized discriminant function analysis using klaR: problems with predictions
...ict(z,data=test[testset,])$class > > Error in predict.rda(z, data = test[testset, ]) : > A new data to predict must be supplied. > > > Whatever I do I always get the same error message (including > examples form help) > > Thanks a lot in advance! > Best wishes, Daneil > > > -- > _______________________________________________ > Surf the Web in a faster, safer and easier way: > Download Opera 9 at http://www.opera.com > --
2010 Sep 08
0
[LLVMdev] [llvm-testresults] no llvm-gcc and llvm-g++ in the directory of bin
...> root/llvm_install/ --enable-languages=c,c++ > Thread model: posix > gcc version 4.2.1 (Based on Apple Inc. build 5649) (LLVM build) > > —————————————————————————————————————— > Could someone help me? Thank you very much! > > Best regards > > 2010-09-08 > Daneill > _______________________________________________ > llvm-testresults mailing list > llvm-testresults at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-testresults -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pi...
2006 Aug 11
7
How Xen handles Dom1 interrupts?
Good morning, I am new to Xen, and trying to understand how Xen works. I have some questions about virtualization of interrupts on Xen. Thanks in advance for all helps. 1) From papers about Xen architecture found at Xen homepage, Xen seemingly intercepts interrupts of Dom1 (paravirtualization). So interrupts occur in Dom1''s context are sent to Xen, and Xen handles them. Is that correct?