search for: x64bit

Displaying 10 results from an estimated 10 matches for "x64bit".

Did you mean: 64bit
2014 Dec 18
2
[LLVMdev] Lowering x64bit LLVM IR to x86bit LLVM IR
..., i32 0, i32 24 %7 = load i32* %6, align 4 %8 = and i32 %7, -2262 %9 = add i32 %5, 14323 store i32 564295877, i32* %2, align 4 store i32 26, i32* %3, align 4 store i32 %8, i32* %6, align 4 ret i32 %9 } This is generated with my are written. Now, I want to test this generated, lowered x64bit IR for x86bit machine. Please let me know how I can test this. How I can test generated LLVM IR, how I can debug this generated LLVM IR. Any help will be highly appreciated. Regards, Deep On Fri, Dec 5, 2014 at 8:25 PM, Tim Northover <t.p.northover at gmail.com> wrote: > > Hi Sandeep...
2014 Dec 05
2
[LLVMdev] Lowering x64bit LLVM IR to x86bit LLVM IR
Hi, I need some help, As per my requirement, I am trying to lower down the x86_64bit binary LLVM IR to x86 LLVM IR. Instruction of x86_64 binary are as follows, mov rax, 1122334455667788 mov rax, 8877665544332211 To lower down the same in x86, I need to split 'rax' register into 'rax_lower' and 'rax_higher'. Can anybody please give me some pointer to do the same or any
2012 Nov 30
1
compiling R for Windows 64 bit
...guide v2.15.2 (3.1; A.3.1.4; C.2.2) and at the moment I compiled the default version (single threaded, gcc, without external BLAS) ?on my notebook (windows xp 32 bit) Now I'm trying to compile it on Windows servers 64 bit with the next configuration : 1. Windows Server 2008 R2 Entreprise SP1 x64bits ; Proc: AMD Opteron 6172 2Ghz (x4 processors) 2. Windows Server 2003 R2 Entreprise SP2 x64bits ; Proc: Intel Xeon 5160 3Ghz (x4 processors) I configured '/src/gnuwin32/MkRules.local' and 'config.site' as described in R installation guide. And there are at least 2 problems during...
2007 Nov 04
3
OpenSolaris for sparc in qemu on linux x64
Hi, i want to port an open-source project to sparc. I just downloaded OpenSolaris (sol-nv-b75-sparc-...iso), created an empty image for the hard disk, and tried to start qemu in a linux x64bit-host: qemu-system-sparc -hda test.img -cdrom sol-nv-b75-sparc-v1.iso -boot d -nographic The output says: Nvram id QEMU_BIOS, version 1 CPUs: 1 nvram error detected, zapping pram Welcome to OpenBIOS v1.0RC1 built on Sep 21 2006 18:03 Type ''help'' for detailed information Nvram...
2015 Oct 15
3
Build libguestfs error with undefined reference to `guestfs_int_init_libvirt_backend'
Dear all, I am trying to build libguestfs library on my system : Ubuntu Server 12.04 x64bit on XEN hypervisor. I have followed all instructions on their homepage but whey i am trying to build the library make -> gives me the following error: libguestfs.so: undefined reference to `guestfs_int_init_libvirt_backend' Here is a sample code of the error : make[2]: Entering directory `...
2015 Oct 17
2
[Error] guestfsd: /usr/lib/libaugeas.so.0: version `AUGEAS_0.16.0' not found (required by guestfsd)
2015 Oct 18
2
Re: [Error] guestfsd: /usr/lib/libaugeas.so.0: version `AUGEAS_0.16.0' not found (required by guestfsd)
...On Sun, Oct 18, 2015 at 1:20 AM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Sat, Oct 17, 2015 at 09:40:20PM +0300, Efstratios Skleparis wrote: > > Dear all, > > > > After successfully compiling libguestfs on XEN hypervisor [running > > ubuntu server 12.04 x64bit] i tried to ./run libguestfs-test-tool > > but I got this error: > > > > guestfsd: /usr/lib/libaugeas.so.0: version `AUGEAS_0.16.0' not found > > (required by guestfsd) > > The error means the /usr/lib/libaugeas.so.0 copied into the appliance > doesn't conta...
2015 Oct 15
0
Re: Build libguestfs error with undefined reference to `guestfs_int_init_libvirt_backend'
On Thu, Oct 15, 2015 at 11:57:49PM +0300, Efstratios Skleparis wrote: > Dear all, > > I am trying to build libguestfs library on my system : Ubuntu Server 12.04 > x64bit on XEN hypervisor. > > I have followed all instructions on their homepage but whey i am trying to > build the library make -> gives me the following error: libguestfs.so: > undefined reference to `guestfs_int_init_libvirt_backend' > > Here is a sample code of the error :...
2015 Oct 17
0
guestfsd: /usr/lib/libaugeas.so.0: version `AUGEAS_0.16.0' not found (required by guestfsd)
Dear all, After successfully compiling libguestfs on XEN hypervisor [running ubuntu server 12.04 x64bit] i tried to ./run libguestfs-test-tool but I got this error: guestfsd: /usr/lib/libaugeas.so.0: version `AUGEAS_0.16.0' not found (required by guestfsd) But I have already installed AUGEAS tool.. if I type on terminal for example augtool it works Please check the attached .txt file with whol...
2015 Oct 17
0
Re: [Error] guestfsd: /usr/lib/libaugeas.so.0: version `AUGEAS_0.16.0' not found (required by guestfsd)
On Sat, Oct 17, 2015 at 09:40:20PM +0300, Efstratios Skleparis wrote: > Dear all, > > After successfully compiling libguestfs on XEN hypervisor [running > ubuntu server 12.04 x64bit] i tried to ./run libguestfs-test-tool > but I got this error: > > guestfsd: /usr/lib/libaugeas.so.0: version `AUGEAS_0.16.0' not found > (required by guestfsd) The error means the /usr/lib/libaugeas.so.0 copied into the appliance doesn't contain the AUGEAS_0.16.0 symbol versi...