search for: binraries

Displaying 6 results from an estimated 6 matches for "binraries".

Did you mean: binaries
2011 Oct 16
0
[LLVMdev] Is there a separate linker for LLVM in Windows?
...Build that the Lilypond music engraving system uses does something like that. If you build the GNU Binutils in a cross-compilation mode you can do that. Our examples ought to at least mention that one can use Gnu ld on any platform that ld runs on to link executables for any platform it generates binraries for. Even better would be to provide instructions for building such a cross-linker. I'd love to write those instructions myself it but I've got a lot on my plate right now. -- Don Quixote de la Mancha Dulcinea Technologies Corporation Software of Elegance and Beauty http://www.dulcineate...
2011 Oct 16
2
[LLVMdev] Is there a separate linker for LLVM in Windows?
On Sat, Oct 15, 2011 at 12:26 PM, Michael Spencer <bigcheesegs at gmail.com> wrote: > On Sat, Oct 15, 2011 at 7:38 AM, Thomson <lilotom at gmail.com> wrote: >> I just found that some samples used link.exe from Visual Studio to generate >> the final image, does LLVM has a replacement for link.exe to generate the >> final binary? I'm not related to the topic
2015 Aug 07
2
Creating a virtual machine: stack, regs alloc & other problems
Alex: I'm not sure you're taking the right approach with this. You can either have portability or you can play games with the calling convention assumed by the back end, or you can modify the compiler to suit your desired calling convention, but you probably can't get all three. I'm the guy behind HDTrans (dynamic binrary translation for x86), and we used direct x86 instruction
2007 Aug 27
2
CentOS/RH 5 Samba as PDC+NIS w/o LDAP?
For those who are new or forget - I have a RHEL 5 Server and a few dualboot XP w/SP2 and CentOS 5 systems. The Linux machines were installed straight of CD/DVD, no patches. I was initially going to try a single sign-on to the RH 5 box via LDAP, but RH says it simply isn't possible and I don't know my way around LDAP other than it is a database and exists. So, option 2 is to simply
2011 Oct 16
3
[LLVMdev] Is there a separate linker for LLVM in Windows?
...raving system > uses does something like that. > > If you build the GNU Binutils in a cross-compilation mode you can do that. > > Our examples ought to at least mention that one can use Gnu ld on any > platform that ld runs on to link executables for any platform it > generates binraries for. > > Even better would be to provide instructions for building such a > cross-linker. I'd love to write those instructions myself it but I've > got a lot on my plate right now. Or just get it from your Linux distro. For instance, the mingw32-binutils package in Debian-base...
2015 Aug 07
2
Creating a virtual machine: stack, regs alloc & other problems
Hello. >> It is stack VM, and one designed to utilize all the advantages of the assembly language implementation. > This sounds very, very familiar. Are you willing to share which > VM/language you're working on? I would like to because I think the additional context would be helpful...let me ask for permission first. >> doing this using using C (by C function calls, CPS)