search for: iar

Displaying 20 results from an estimated 53 matches for "iar".

Did you mean: ian
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 something but i...
2013 Feb 27
2
[LLVMdev] arm compiler benchmarks
...certed > 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 26, 2013, at 2:11 PM, matic at nimp.co.uk <mailto:matic at nimp.co.uk> > wrote: > >> Hi, >> >> >> I didn't do any serious benchmarking but so far I never found a case >> where LL...
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]&...
2013 Feb 26
0
[LLVMdev] arm compiler benchmarks
...n'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 26, 2013, at 2:11 PM, matic at nimp.co.uk wrote: > 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 t...
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 = (in[0]&in[1])^(in[1]&a...
2010 Oct 29
0
Install IAR compiler on Fedora 8 using wine 1.2
Hai, This is amar. I have a situation like installing IAR compiler on Fedora 8 so i installed compiler with the help of wine 1.2. It successfully installed :) but i got a problem during build the programs it is asking the Dongle key(USB) Drivers.This Dongle key is Licensed key provided by IAR vendor. These Drivers are not installed during Installation pr...
2013 Feb 05
1
[LLVMdev] logic function optimization: IAR 1 - LLVM 0 ?
...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, at 3:50 PM, matic at nimp.co.ukwrote: > >> 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[...
2013 Feb 27
0
[LLVMdev] arm compiler benchmarks
...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 26, 2013, at 2:11 PM, matic at nimp.co.uk <mailto:matic at nimp.co.uk> >> wrote: >> >>> Hi, >>> >>> >>> I didn't do any serious benchmarking...
2008 Nov 20
5
File size limit in 2Gb
Hi all, I mounted by smbmount a partition on a winNT machine without problem... but when i tried to copy a file whitch have size more than 2 Gb i have the following error : Overflow size allowed for a file (translated from french ;-) :D?bordement de la taille permise pour un fichier ) PS. the file system of the harde drive is NTFS PS. The command of smbmount : /usr/sbin/smbmount
2008 Nov 12
2
smaba &ldap
Hello, I am running a samba 3.0.32 under fedora core 9. I only try to authenticate users against a ldap server. Of course this server knows the encrypted password as microsoft does. I entered the ldap password using smbpasswd to query into the ldap. After this, I just obtain a message like "you don't have rights to ...". What errors do I make ??? Any ideas will be appreciated
2013 Feb 27
2
[LLVMdev] arm compiler benchmarks
...certed > 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 26, 2013, at 2:11 PM, matic at nimp.co.uk <mailto:matic at nimp.co.uk<matic at nimp.co.uk> > > > wrote: > > Hi, > > > I didn't do any serious benchmarking but so far I never found a case...
2008 Nov 20
1
Export smbpasswd to LDAP
Anybody know a tool to migrate smbpasswd to Ldap Backend, i trying using the pdbedit -i smbpasswd:/passwd -e ldapsam:ldap://127.0.0.1, but this don't works. Thanks in advance. Reggards, ---------------------------------- iarly Selbir ( Ski0s )
2008 Nov 27
2
How to remove ability to delete files
Hi, this is kind of a strange situation. I have a share that I want to work like a drop box. I want users to be able to create new files and read existing files, but not be able to delete them (except for the owner of the dropbox). Does anyone know how to do this? I've tried every combination I could think of write list, read only, force group, and sticky bits on the directory itself.
2010 Mar 03
2
Speex on EFM32
In fact, on my shelf is running speex using Raisonance Primer2 DK and IAR STM32-SK DK. But I want to save the power consumption of the device runnig speex, and EFM32 seems to be a very good candidate. Also, do yo think that the STM32F103 (Cortex M3 90 MIPS) could be used to run Speex at 4 Kbps in real time? Regards, Nicolas 2010/3/3 Jean-Marc Valin <jean-marc.valin...
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 microcontroller. If anybody...
2010 Mar 06
2
[LLVMdev] expression statements, volatiles, and C vs. C++
...ould not be a load from x. Anyway, I'm curious: is the C-like interpretation of a volatile expression statement considered to be a feature by the LLVM maintainers? If so, what is the rationale? I haven't done extensive testing, but there do exist compiler families (such as those from IAR and Intel) where the C compiler loads from x and the C++ compiler does not. [I just sent a very message very much like this one to the GCC mailing list.] Thanks, John Regehr
2002 Nov 28
1
Problem authenticating against a W2K server
...SNDBUF=8192 dns proxy = No name resolve order = lmhosts wins bcast host local master = no remote announce = 10.10.10.255 10.10.20.255 hosts allow = 127. 10.10.10. 10.10.20. printing = lprng Best regards, Ingimar -- Ingimar Robertsson, Systems Administrator EMAIL: iar@skyrr.is Skyrr Ltd, Iceland Information Management TEL: +354-5695100 Armuli 2, 108 Reykjavik, ICELAND FAX: +354-5695128 http://www.skyrr.is/legal/disclaimer.txt
2010 Mar 03
1
Speex on EFM32
...41439FE559EB459D758000626BE2B829C32145B9EB5739142DC17E&currentviews=2159 > > regards > Pietro > > On Wed, Mar 3, 2010 at 3:54 PM, Nicolas Deparis > <nicolasdeparis.boulot at gmail.com> wrote: > > In fact, on my shelf is running speex using Raisonance Primer2 DK and IAR > > STM32-SK DK. > > But I want to save the power consumption of the device runnig speex, and > > EFM32 seems to be a very good candidate. > > Also, do yo think that the STM32F103 (Cortex M3 90 MIPS) could be used to > > run Speex at 4 Kbps in real time? > > Rega...
2007 Sep 07
4
Speex and the ARM7 Core
Hello, I'm sorry if this is not the correct place to ask this question but what I'm looking for is any data on the reality of Speex working on an ARM7 core? I'm looking at doing a few diffrent projects where I will be using a proc such as the LPC2378 with the ARM7TDMI-S core running at 72Mhz (although errata show only 60Mhz is currenlty possible). Do you know if there is a port
2008 Nov 11
4
OpenLDAP integration
I've followed the OpenLDAP + SAMBA Domain Controller tutorial step-by-step: http://ubuntuforums.org/showthread.php?t=640760 And after long hours, and enless googling, I've yet to find a solution. LDAP works great SAMBA works great. But the intergration between them don't work. Here is the samba log: root:/etc# tail /var/log/samba/log.smbd smbd version 3.0.28a started. Copyright