similar to: [LLVMdev] Error on running ToyVM

Displaying 14 results from an estimated 14 matches similar to: "[LLVMdev] Error on running ToyVM"

2013 Sep 05
0
[LLVMdev] Error on running ToyVM (included in vmkit)
Hi all, After implementing the ToyVM::runApplication method, I run the ToyVM binary, A segmentation fault occurs on starting ToyThread. My code is: void ToyVM::runApplication(int argc, char** argv) { ToyThread *tt = new ToyThread(this); mainThread = tt; typedef void (*vmkitThreadfptr)(vmkit::Thread*); void (*mainStartPtr)(vmkit::Thread*); mainStartPtr = (vmkitThreadfptr)(&mainStart);
2013 Sep 18
0
[LLVMdev] Error on completing ToyThread::execute() in ToyVM (vmkit project)
Hi, The VMKit framework has been updated to be more generic. The getVirtualTable method is not exposed anymore since this method suppose that your object layout contains a virtual table. Now you have new methods to get / set objects type which are virtual methods inherited by the vmkit::VirtualMachine class. Thus you can still keep your object identity as virtual tables, but now the
2013 Sep 18
2
[LLVMdev] Error on completing ToyThread::execute() in ToyVM (vmkit project)
-- Hi all, My code is: TOY_VAR(Picture*, aPic); aPic = Picture::doNew(-2, 1, -1, 1, 1900, 1200); This code has the following compilation error: ../lib/ToyRoot.h:41:33: error: no member named 'getVirtualTable' in 'Toy::Picture' res = gc::operator new(sz, o.getVirtualTable()); ~ ^ Is it correct?
2013 Aug 08
0
[LLVMdev] ToyVM tutorial
Hi! Thank you for your project! Now I'm trying to make ToyVM like in your "VMKit tutorial", but that tutorial isn't for the very beginners and isn't very detailed. Also comments in French are not very easy for understanding . So I have problems with that. Do you have any more detailed tutorials (maybe you just haven't posted the latest version on vmkit website) and can I
2013 Aug 08
0
[LLVMdev] ToyVM vmkit question
Hi, As I see, ToyVM tutorial is the only introduction in VMKit for beginners, but I have some problems with it. For the moment I was able to build it, but without JIT compiler. I found the place in base code where to generate calling of jitCompute function, but I really have no idea understand how to do it. Best Regards, Liana. -------------- next part -------------- An HTML attachment was
2013 Jul 21
1
[LLVMdev] error on compiling toy-vm
Hi all, The make command errors out: [toyVM ./tools/toyVM]: Generating frame tables initializer for .build/toyVM-binary.s [toyVM ./tools/toyVM]: Compiling .build/GenFrametables.cc [toyVM ./tools/toyVM]: Linking ../../Release/bin/toyVM clang: error: no such file or directory: '/home/user/vmkit/Release+Asserts/lib/Release/lib/libInlineMMTk.a' make[2]: *** [../../Release/bin/toyVM] Error 1
2013 Mar 21
1
[LLVMdev] [VMKit]
Hi there. Thanks for recent work that make vmkit working. As far as I know, ToyVM[0] is the only entry point to vmkit for beginners and I think it's outdated because of dependance of LLVM < 3.2 (bad include paths, TargetData type error, ...) Can you please, update it to recent changes if it's possible ? Also Is there other(s) way(s) to get started with vmkit ? Thanks, Baptiste. [0]
2013 Aug 08
0
[LLVMdev] Enjoying vmkit
Hi. I became study vmkit and did not find any methods to understand its structure and functional capabilities expect building toyVM. In process of its building I have encountered with some problems: 1) I don't understand how and when tracer is called by collector, because methods MandelPix::tracer and Picture::tracer I had wrote are never called by collector; 2) I don't understand how I
2006 Jun 01
5
RAD RAILS Problem. Wont start! Linux nubee
Hi I''ve just installed SUSE linux, downloaded RADRAILS, and extracted it to /home/myname/bin/radrails. When i try to run it i get the red radrails logo and then it gives me an error and stops loading. Its my first day using Linux, previously i have used windows, so any help is greately appreciated. Here is the log file with the errors in it : chrisr@s213:~> cat
2011 Dec 05
1
using StatEt IDE for Eclipse
Hi, I'm trying to use StatEt IDE for Eclipse as my R editor, but I'm completely lost. I've read all I could find online, made apparently all I had to do (installing rj, configuraing StatEt, etc.) but still cannot make R running. Below is the error log file. Thank you so much for assistance. Matteo !ENTRY de.walware.statet.r.console.ui 1 0 2011-12-05 16:21:51.355 !MESSAGE
2006 Oct 30
0
OT: RadRails fails to open
Not sure what happened so I thought I''d throw it out. I''m considering re-installing but thought before I did that perhaps someone has an easier fix !ENTRY org.eclipse.osgi 4 0 2006-10-30 05:26:37.296 !MESSAGE Application error !STACK 1 java.lang.NoClassDefFoundError: org/eclipse/core/resources/IProject at
2009 Apr 06
1
Need Help with StatET Error/Bug? on Ubuntu 8.10 amd64
Hi, I posted this message on the StatET-user board last week, but it looks like a ghost-town... I have a bad feeling that there is some code in the plug-in which doesn't work well with my environment, but if I am lucky, maybe other users have worked around this problem somehow - I am hoping that my setup is the issue. Note: very similar StatET setups on 32-bit XP Pro and Vista run
2009 Jan 07
1
Problems with EasyEclipse Ruby Rails 1.2.2.2
Hi, I''m a real newbie both in Rails and Ubuntu but I''m going to learn Ruby on Rails for a schoolproject. I''ve tried to find out what IDE is best according to different tutorials and blogs and have chosen to download easyeclipse-ruby-rails-1.2.2.2.tar.gz. My problem is that when i start the program an error popup is shown: "An error has occurred. See the log file.
2009 Jun 01
3
Problem EXCEPTION_ACCESS_VIOLATION (0xc0000005)
Hi, When i want load eclipse with wine 1.1.22 I obtained this error : # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7ec06ec4, pid=27, tid=28 # # JRE version: 6.0_14-b08 # Java VM: Java HotSpot(TM) Client VM (14.0-b16 mixed mode windows-x86 ) # Problematic frame: # C [comctl32.dll+0x86ec4] # # If you would like