search for: konijn

Displaying 3 results from an estimated 3 matches for "konijn".

Did you mean: ekonijn
2006 Jul 14
1
[LLVMdev] LLVM bytecode simulator/emulator?
...r I must have missed them). - If I'm correct, supporting new glibc functions means adding an implementation for them in llvm/runtime/GCCLibraries/libc/io.c (for example). Currently, only 'puts' is supported there. Only, in my current setup, the runtime libraries seem to be skipped: konijn:~/work/LLVM/bin boegel$ make Makefile:22: Skipping runtime libraries, llvm-gcc 4 detected. Why is that? Can I fix this by changing my configuration? > >> What is the best way to start such an ambitious project? Do I just >> check which external functions are called in the bytecod...
2006 Jul 14
0
[LLVMdev] LLVM bytecode simulator/emulator?
On Fri, 14 Jul 2006, Kenneth Hoste wrote: > Besides that, I can probably rely on the expierence of some people on this > mailinglist? You can always ask, but realize you are at the mercy of people's goodwill, so you can't count on anything. In practice, we try to help, but are often very busy. > What is the best way to start such an ambitious project? Do I > just check
2006 Jul 14
2
[LLVMdev] LLVM bytecode simulator/emulator?
John Criswell wrote: > You can compile library code into LLVM bytecode libraries and link them > with gccld. In general, LLVM provides tools equivalent to most of your > compiler tool chain (gccas, gccld, llvm-ar, llvm-nm, etc). You can, for > example, make an archive of LLVM bytecode files. > > The problem, in your case, is that no one has successfully compiled all >