similar to: Install IAR compiler on Fedora 8 using wine 1.2

Displaying 20 results from an estimated 1000 matches similar to: "Install IAR compiler on Fedora 8 using wine 1.2"

2005 Sep 04
1
can anyone explain any of these error messages
Running 20050830 on FC4 - These are errors from the Windows setup app when I tried to run wine [name of installation file] - Is this situation just hopeless, or is there something here that could help me get past this problem? Error Code: -5009 : 0x80040154 Error Information: >Kernel\TextSubstitution.cpp (368) >Ctor\ObjectWrapper.cpp (389) >Kernel\Component.cpp (1161)
2008 Jul 28
1
Linux Noob Trying to Run Civ 4
Hi, After a devastating viral attack on in XP, I've moved to Ununtu- I love it. I also love Civilization 4, and I'm having a hard time getting it to run. 1. I can't get the installers to run. If I run setup.exe, I am allowed to choose my install language whereupon I recieve this error: Error Code: -5005 : 0x8007000d Error Information: >Kernel\KernelMedia.cpp (95)
2006 Jan 06
1
StreetSmart Pro - hang during install
Hi, I built Wine-0.9.5 this morning from portage on one of our Gentoo machines. I then tried installing the StreeSmart Pro Simulator application from Charles Schwab. The install hung very quickly and got to the point where a winepreloader process was using 100% CPU but was making no apparent forward progress. When I hit Ctrl-C in the terminal where I was running I got this info in an error box:
2004 Oct 21
2
Wine Installshield and Sketchup
Hi, First post so apologies if I get the etiquette wrong. I'm attempting to install Sketchup, (excellent Mac and Win 3d sketching software), under Wine 20040914 and InstallShield with no Win partition. I'm running SuSE, kernel version 2.6.5-7.108. I have installed dcom98.exe and my .dlls are set as follows: "oleaut32" = "builtin, native" "ole32"
2013 Feb 04
0
[LLVMdev] logic function optimization: IAR 1 - LLVM 0 ?
Have you tried armv7? -bw On Feb 2, 2013, at 3:50 PM, matic at nimp.co.uk wrote: > I gave the following function to IAR compiler (targeting CortexM0) and to clang/LLVM 3.2 (clang -O3 -target thumbv6-eabi -emit-llvm) > > int calleeSave8(int in[]){ > int out=0; > int i; > for(i=0;i<8;i++){ > out ^= in[i] & in[(i+1)%8]; > }//expand to out =
2013 Feb 02
2
[LLVMdev] logic function optimization: IAR 1 - LLVM 0 ?
I gave the following function to IAR compiler (targeting CortexM0) and to clang/LLVM 3.2 (clang -O3 -target thumbv6-eabi -emit-llvm) int calleeSave8(int in[]){ int out=0; int i; for(i=0;i<8;i++){ out ^= in[i] & in[(i+1)%8]; }//expand to out = (in[0]&in[1])^(in[1]&in[2])^(in[2]&in[3])^(in[3]&in[4])^(in[4]&in[5])^(in[5]&in[6])^(in[6]&in[7])^(in[7]&in[0])
2013 Feb 05
1
[LLVMdev] logic function optimization: IAR 1 - LLVM 0 ?
Hi, clang -O3 -target thumbv7-eabi -emit-llvm ... llc ... -debug -O3 -code-model=small -march=thumb -mcpu=cortex-m3 ... Does generate slightly better code, but it still computes 7 xor + 7 and. Anyway this should be a target independent optimization isn't it ?? Cheers Sebastien On 2013-02-04 16:46, Bill Wendling wrote: > Have you tried armv7? > > -bw > > On Feb 2,
2013 Feb 26
0
[LLVMdev] arm compiler benchmarks
Cortex-M0 is a Thumb1 only device. There hasn't been any concerted effort to tune LLVM's Thumb1 output in quite a long time. Even back then (2008 or so), the effort was mainly to get it to work acceptably, with the real performance tuning work being done for Thumb2. I'm not surprised that an embedded market focussed compiler like IAR is better tuned for a chip like that. -Jim On Feb
2013 Feb 26
2
[LLVMdev] arm compiler benchmarks
Hi, I didn't do any serious benchmarking but so far I never found a case where LLVM does better than IAR on CortexM0, but I saw a lot of cases where IAR output is better than LLVM... That said I did not use -Os or -Oz, I just used -O3. A recurrent situation is that LLVM push/pop one or two extra registers compared to IAR, I guess it does so in order to comply with a standard ABI or
2013 Feb 27
0
[LLVMdev] arm compiler benchmarks
I've not run any on non-iOS devices, and haven't looked at GCC since v4.2.1 due to licensing issues, so I don't have a good feel for comparative benchmarking. -Jim On Feb 26, 2013, at 4:20 PM, Reed Kotler <rkotler at mips.com> wrote: > What about benchmarks on other Arm devices? > > On 02/26/2013 02:52 PM, Jim Grosbach wrote: >> Cortex-M0 is a Thumb1 only
2013 Feb 27
2
[LLVMdev] arm compiler benchmarks
What about benchmarks on other Arm devices? On 02/26/2013 02:52 PM, Jim Grosbach wrote: > Cortex-M0 is a Thumb1 only device. There hasn't been any concerted > effort to tune LLVM's Thumb1 output in quite a long time. Even back then > (2008 or so), the effort was mainly to get it to work acceptably, with > the real performance tuning work being done for Thumb2. I'm not >
2013 Feb 27
2
[LLVMdev] arm compiler benchmarks
I haven't tried using -Os/z on any ARM device for the last 3 years, and back then, -Os would break many things. People normally care about code size on Cortex-R/M and ARM9 or older, and in there, not many LLVM users. --renato On 27 February 2013 00:38, Jim Grosbach <grosbach at apple.com> wrote: > I've not run any on non-iOS devices, and haven't looked at GCC since >
2010 Mar 31
1
compiling wine on ubuntu 9.10 64bit from the repo sources
Hello everybody, I've got a problem with wine and I couldn't find how to solve it (there are solution on similar problems on Internet but none worked for me): I need to install it but I must patch it before. Since I'm on ubuntu, I downloaded the sources from the ubuntu repo (v 1.1.31), I patched it (in fact I modified a line in the file dlls/dinput/mouse.c based on this:
2015 Aug 13
3
[syslinux:master] efi/pxe: Reuse handle
Hi all, I'm terribly sorry that I cannot follow emails in my gmail inbox, since gmail is blocked by China govement, as many of you may have already known. I'm a HP employee in China and we are going through the splitting process, so the blade server I was using were packed up and should be moved into a new room. I will try the latest source if possible. Thank you very much for your works.
2009 Aug 22
0
1.1.28 uploaded for Ubuntu, however libgsm (ventrillo) support broken on 64 bit
I've uploaded my 1.1.28 packages for Ubuntu (9.04 is already built, 8.10 and 8.04 are still building as I write this). One of the fixes in this package is to build with support for libgsm, a new feature in Wine that allows Ventrillo support. However, this will only work on 32-bit Ubuntu at this time, as there is no 32 bit version of this library available on Ubuntu 64. I've already
2011 Jul 02
1
Re: Uninstall Windows Apps?
Normal user. The only change I've made to the logged in user since that user was created during kubuntu install was to add it to "disk" groups. So the steps I've made are: 1. Into a new kubuntu computer I've installed wine1.2 using terminal, then sudo su, then apt-get install .... 2. I've installed VisualC2005 with winetricks I've started from the menu, as the
2010 May 29
2
Installing error - Package dependencies cannot be resolved
I'm very new to all this so apologies if its tediously obvious I am trying to install Wine onto Ubuntu 10.04 on an HP tc4200 I am getting the above "Package dependencies cannot be resolved" with details "wine1.2" Having had a poke around these forums I have tried command line "sudo apt-get install wine" Code: Reading package lists... Done Building dependency
2011 Oct 24
5
can't wine after upgrade to ubuntu oneiric 11.10
I just upgraded to Ubuntu 11.10 and now I've lost all wine functionality. How can I get wine working again? This is what I've tried: john at desktop:~$ sudo aptitude search wine p gnome-wine-icon-theme - red variation of the GNOME-Colors icon theme p libkwineffects1abi2 - library used by effects
2010 Jun 11
0
Can't run amcap.exe with webcam
OS: Ubuntu 10.04 with Gnome wine version: 1.1.42 amcap.exe version: 9.00 wecam: Logictech QuickCam E3500 The webcam works very well with ubuntu (I just got cheese to test the webcam). But I try to copy a amcap.exe and run 'wine amcap.exe' or 'sudo wine amcap.exe'. The amcap will crash when the amcap gui appears. Following the Documents, I turn on the debug mode.What should I do
2005 Jan 06
0
Has anybody tried to program MSP430 microcontrollers from TI?
Hi all, I'm rappedly moving away from windows, but one of the last programs i need to run in windows is 'IAR Embedded Workbench (Kickstart Version)' I've tried to run it some time ago (i think about 2 months back) in wine, but it didn't work so well back then. I haven't tried it with newer versions since then. I need that program so i can program my msp430