similar to: [LLVMdev] Targetting a virtual machine having no registers

Displaying 20 results from an estimated 600 matches similar to: "[LLVMdev] Targetting a virtual machine having no registers"

2006 Nov 17
0
[LLVMdev] Targetting a virtual machine having no registers
On Wed, 15 Nov 2006, Kay Roepke wrote: > I am writing a C compiler to target the Lego Mindstorms NXT virtual > machine. cool! > While I was implementing the optimizer and code generator I > realized that it might be useful to use LLVM for this. Sure. > The question I have is related to writing a LLVM target for this > architecture. I have read most of the documentation
2007 Aug 12
2
[LLVMdev] Minor issue installing llvm-gcc-4.0
Hi! While trying to build HLVM using the trunk of today, I noticed that I couldn't get llvm-gcc-4.0 installed by simply doing ./install llvm- gcc-4.0 in llvm-top. I did a fresh checkout of llvm-top and pulled some other modules by doing ./get VERBOSE=1 PREFIX=/Users/kroepke/Projects/llvm llvm-gcc-4.0 core support cfe hlvm test-suite Afterwards I did: ./build llvm and ./install llvm
2009 Jan 18
5
Error trying to install Lego Mindstorms
When I try to install Leogo Mindstorms NXT directly from cdrom, I get this error (in a pop up window): ----------------------------------------------------------------------------------------------------- .\ConfigInfo.cpp(2653): IInstallerError 11006 Developer Error. The following errors were found in your ini file: 1. Specified file not found: [MsiEngine] WinNTPath =
2011 Apr 22
3
RobotC through Wine on Ubuntu 10.10
Hello, I am trying to get RobotC to run on Wine; when I click the shortcut, the bottom bar says "Starting RobotC" then it goes away and nothing happens. I ran it via Terminal to see the error code and this is the what I got: Code: udri at udri-1005HA:~/.wine/dosdevices/c:/Program Files/Robotics Academy/ROBOTC for MINDSTORMS$ wine RobotC.exe err:module:attach_process_dlls
2007 Mar 19
3
Lego Mindstorm/USB on Wine
Hello all I am trying to make Mindstorm Lego's software work using Wine - but fail. What I get is some funny "Invalid ELF header" error trying to load fantom.dll. I suspect it is because it is accessing USB. Could I check it somehow? What is the level of USB support in wine? For anyone interested, Fantom SDK is available for download:
2010 Apr 09
0
Re: Lego Mindstorms NXT 2.0 under wine ?
Hi, I was not able to run it under Wine, but it works under VirtualBox. Just make sure you have the version with USB support, not the OS version! Petr
2016 Jun 10
0
Wine release 1.9.12
The Wine development release 1.9.12 is now available. What's new in this release (see below for details): - Bug fix update of the Mono engine. - Initial version of a taskbar in desktop mode. - Fixes for right-to-left languages in Uniscribe. - More Shader Model 4 support in Direct3D. - Better metafile support in RichEdit. - Various bug fixes. The source is available from the
2011 Nov 25
4
USB in Wine
Hello forum, I would like to run wine with USB support without compiling it myself. Is there a .deb file out there ? (I am runnung Ubuntu 11.04 and 11.11 with 32bit) Or do we have to wait for wine 1.4 ? Is there a release date for 1.4 ? greetings Roland
2016 Oct 07
0
Wine release 1.8.5
The Wine maintenance release 1.8.5 is now available. What's new in this release (see below for details): - Various bug fixes. The source is available from the following locations: http://dl.winehq.org/wine/source/1.8/wine-1.8.5.tar.bz2 http://mirrors.ibiblio.org/wine/source/1.8/wine-1.8.5.tar.bz2 Binary packages for various distributions will be available from:
2016 Jan 09
0
Wine release 1.9.1
The Wine development release 1.9.1 is now available. What's new in this release (see below for details): - A few more deferred fixes. - Support for debug registers on x86-64. - More Shader Model 4 instructions. - Support for the Mingw ARM toolchain. - Various bug fixes. The source is available from the following locations: http://dl.winehq.org/wine/source/1.9/wine-1.9.1.tar.bz2
2018 Oct 26
0
Wine release 3.19
The Wine development release 3.19 is now available. What's new in this release (see below for details): - Support for file I/O completion modes. - WaitOnAddress synchronization primitives. - Better support for 32-bit .NET binaries on 64-bit. - Improved recovery on broken RPC connection. - Various bug fixes. The source is available from the following locations:
2016 Feb 05
0
Wine release 1.9.3
The Wine development release 1.9.3 is now available. What's new in this release (see below for details): - New version of the Gecko engine based on Firefox 44. - JSON support in JavaScript. - Improved line breaking in DirectWrite. - Some more write support in WebServices. - Still more Shader Model 4 instructions. - Various bug fixes. The source is available from the following
2012 Dec 30
2
[LLVMdev] Targetting the raspberry pi
Targetting the raspberry pi, what triple/flags should I set? I tried triple: armv4t-unknown-linux-gnueabi and ld fails with: a.out uses VFP register arguments if i set hardfloat (using optdata.FloatABIType = FloatABI::Hard), ld fails with an assertion: 2.22 assertion fail ../../bfd/elf32-arm.c:11477 what am I missing?
2012 Dec 30
0
[LLVMdev] Targetting the raspberry pi
It depends, of course, what operating system you have installed on the RPi, but given that it's an ARM1176JZFS (ARMv6) chip, I would expect to see armv6, not armv4t, in the CPU part of the triple. It has a VFP unit, so I'd assume that you'd want to set hardfp (unless you installed an OS that doesn't support hardfp in its standard library), but if ld is complaining then you almost
2010 Oct 05
1
binary tree construction in R
Hi all, I'm very new to R and I'm trying to construct a threaded binary tree using recursive functions. I'm very confused was wondering if anyone had any R sample code they would share. I've come across a lot of C++ code(nothing in R) and this is not helping. best, MK -- View this message in context:
2015 Nov 26
0
opus: do not use visibility attributes when targetting windows
Seems like opun configury still enables visibility attributes when targeting windows. The following patch disables that. (Relies on the top-level AC_MINGW32 check, can possibly be done better.) diff --git a/configure.ac b/configure.ac index eabad3a..3bede12 100644 --- a/configure.ac +++ b/configure.ac @@ -759,14 +759,15 @@ saved_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS
2020 Nov 07
0
Targetting Tricore in LLVM toolchain
Hi Devs, I am planning to start working on Tricore backend in LLVM Toolchain with the hope of upstreaming it. This particular mail is about enquiring whether someone is already doing this job or not. If someone already started work, I would also like to contribute/help to complete it soon. thank you ./kamlesh
2020 Nov 09
0
Targetting Tricore in LLVM toolchain
It appears that someone is working on it. https://github.com/TriDis/llvm-tricore
2002 Aug 12
1
question about cloud() in lattice package
Hi all, I have been previously been using scatterplot3d package to create some graphs but unfortunately it does not allow me to rotate the plot on all three axis. The cloud() function in the lattice package does allow me to do so. When I was using scatterplot3d I was using a script (Shown Below) to calculate the mean, quartiles and range limits for all three axis and I was representing that on the
2018 Aug 31
8
Certificates
Leo, >> I would like to obtain an ssl certificate, so I can run my own imap server on a machine in my office. >> I am assuming I'll need to pay a CA to generate what I need, but >> I'm confused about what I need. I am running dovecot at teh moment, >> but my clients (iphone, windows laptops) say my ssl connection is >> not trusted. The phone just won't