similar to: ogg-vorbis and ARM

Displaying 20 results from an estimated 700 matches similar to: "ogg-vorbis and ARM"

2006 Nov 20
1
compilation bug
Hello When i try to make world (any) from xen-3.0.2 to xen-unstable-src I gat following error : gcc -O2 -fomit-frame-pointer -DNDEBUG -m64 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/home/test1/xen-unstable/xen/include
2009 Apr 13
3
Factor to continuous
Hi I am really struggling with changing my factors into continuous variables. There is plenty of information on changing continuous to a factor which is the opposite of what i need to do. I would be soooooo grateful for any help Thanks Joe -- View this message in context: http://www.nabble.com/Factor-to-continuous-tp23020769p23020769.html Sent from the R help mailing list archive at
2007 May 24
1
help with libtool!
Hi, Now I am working on BCC Cross-compiler in order to get the binaries for LEON3 (Google SoC 2007). I changed these lines of Makefile ... CC = gcc CPP = gcc -E ... to these : CC = sparc-elf-gcc -mv8 -msoft-float CPP = sparc-elf-gcc -mv8 -msoft-float -E The options means: -mv8 : generate SPARC V8 instructions -msoft-float : emulate floating-point When I run "make", there is a
2005 May 12
2
GXP 2000 Conference Button and ILBC
Guys. I just downloaded the recent firmware for GS GXP 2000 and I must say the phone works great but... How do you make the conf button work?????? Anybody done that? Also, with great dissapointment I must ask, where is ILBC support? GS web page mentions it and the manual says it supports it almost using bolds :) soooooo where is it???? Any light on this?
1999 Oct 17
1
Ping win/FreeBSD probs
Okay, I'm starting to get excited now because I think someone from the Samba lists has pushed me in the right direction here. To recap: I can't ping my win machine (192.168.1.2) from my FreeBSD box (192.168.1.3) and vice versa. Both subnet masks are 255.255.255.0 and ipfw is not running. I loaded the dos config program for the card on my BSD machine (by booting off DOS floppy
2008 Jan 23
2
Modem bridging on Asterisk (no VoIP involved)
Hi everybody. I know maybe this question has been posted some time ago, but I need your updated opinion on the subject. I'm replacing our old pbx with asterisk. I have two TE207 dual pri (e1) cards on a clustered system (one on each node). I absolutely need to connect 4/5 analog extensions with modems, they're being used for remote assistance on very old systems which cannot be upgraded
2016 Oct 20
0
[PATCH] Fix for crash with certain EFIs
Thank you all. It looks like -mno-red-zone flag is already in master branch since commit 7d70885d, but it seems it is applied to all EFI builds. IIUC, the problem only affects efi64 builds. So here's the modification of my patch to only apply -mno-red-zone flag to efi64 target. The patch is against master. I verified that it builds correctly in master. Please feel free to accept or reject
2009 Mar 11
4
starcraft disappointment.
I've tried everything i can think of and looked and tried a ton of hints on the page for it. http://appdb.winehq.org/objectManager.php?sClass=version&iId=149 Under "Starcraft is soooooo sloowwwwww (that's me)" Posted up my log and everything. I tried updates, wine updates, registry changes, switched from opengl to the default, back and forth. There are times starcraft
2012 Aug 16
0
[LLVMdev] MIPS & GP register
On Thu, Aug 16, 2012 at 10:37 AM, Carl Norum <carl at lytro.com> wrote: > > On Aug 15, 2012, at 11:56 PM, Eli Friedman wrote: > >> On Wed, Aug 15, 2012 at 10:17 PM, Carl Norum <carl at lytro.com> wrote: >>>> -march=mips32r2 >>>> -mtune=4kem >>>> -msoft-float >>>> -EL >>>> >>>> -Xclang
2013 May 18
0
[LLVMdev] subtle issue with soft-float and new attribute scheme (possibly an issue with other attributes)
My understanding is that with the new attribute system we should deprecate and eventually remove the codegen command line options. On 17 May 2013 06:04, reed kotler <rkotler at mips.com> wrote: > I can't say this is a bug it is changed behavior from before the new > attribute scheme. > > This issue may appear with other attributes. (there are other attributes > that clang
2013 May 17
3
[LLVMdev] subtle issue with soft-float and new attribute scheme (possibly an issue with other attributes)
I can't say this is a bug it is changed behavior from before the new attribute scheme. This issue may appear with other attributes. (there are other attributes that clang will now place on each function) If you run clang as a single pass to create a .ll and don't say -msoft-float, it puts the attribute use-soft-float=false on every function. (It used to be that in that case
2012 Apr 30
0
[LLVMdev] [cfe-dev] [RFC] Encoding Compile Flags into the IR
On 29 April 2012 18:44, Bill Wendling <wendling at apple.com> wrote: > Hi, > > Link-Time Optimization has a problem. We need to preserve some of the flags with which the modules were compiled so that the semantics of the resulting program are correct. For example, a module compiled with `-msoft-float' should use library calls for floating point. And that's only the tip of
2006 Oct 27
3
[OT] wi-fi ip phone scenario
Hello everyone. I know it's a little bit off-topic, but I was just wondering... Has anyone ever had any experience with asterisk, a wi-fi meshed lan (with more than one access point) and wi-fi sip phones? I made some tests but I'm not really satisfied.... Wi-fi phones are a curse (as far as I know even Nokia eSeries -I personally own an e70 model- have their flaws): - random sip
2012 Aug 16
3
[LLVMdev] MIPS & GP register
On Aug 15, 2012, at 11:56 PM, Eli Friedman wrote: > On Wed, Aug 15, 2012 at 10:17 PM, Carl Norum <carl at lytro.com> wrote: >>> -march=mips32r2 >>> -mtune=4kem >>> -msoft-float >>> -EL >>> >>> -Xclang -triple -Xclang mipsel-sde-elf >>> -Xclang -mrelocation-model -Xclang static >>> >>>
2007 Nov 23
2
How to bridge two connected calls
Hi everybody. I am in the following scenario: 1 Customer "A" calls an asterisk box over a Zap channel on a toll free number during night time 2 The incoming call enters an AGI script on the dialplan 3 The AGI script plays back a welcome message, then starts the music-on-hold stream 4 The AGI script originates a calls to a stand-by operator's cell phone (operator
2007 Apr 12
2
Asterisk 1.2.17 and Cisco 7940/SIP: bug or what?
Hi. I'm stuck into an odd situation. Here's what happens: 4 Thomson ST2030S 2 Cisco 7912 3 Cisco 7940 2 AAstra 480i Asterisk 1.2.17 Diva 4BRI + chan_capi I've just upgraded yesterday from Asterisk 1.2.13 to 1.2.17. Until yesterday, everything was just fine with 1.2.13. Immediately after the upgrade, *all* the 7940 are no more able to make calls, just receive them, while 7912
2006 Oct 16
1
ZapHFC & quadBRI D-Channel going down randomly
Hi. I'm running some asterisk boxes on different sites, some equipped with a couple of ZapHFC cards, others with Junghanns quadBRI cards. All boxes were compiled with Asterisk 1.2.10 (libpri 1.2.3 zaptel 1.2.6) and bristuff 0.3.0 pre 1s, distribution is Fedora Core 4 with kernel 2.6.17.3 The cards are connected to Telecom Italia's NT1/NT1+ S/T lines; some of them are point-to-point,
2013 Apr 19
2
make issue with syslinux-5.01
Hi, I am trying to compile the version on rhel 5.x box. Nasm version 0.98.39 I extracted the tar.gz and ran make in the extracted directory. Here is where it stops. gcc -Wp,-MT,rawcon.o,-MD,./.rawcon.o.d -m32 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions -fno-asynchronous-unwind-tables
2008 Jan 26
0
Extension Mobility with Asterisk and Cisco 79x1 phones
Hi. I'm trying to develop a module that emulates the Cisco Extension Mobility feature from CallManager (the ability to log in to a phone and temporarily acquire the extension, soft key programming, and all other settings for that user profile) with Asterisk 1.4 and Cisco 79xx phones (some with SIP and some with SCCP, as the 7914 extension module does not support SIP). I've almost
2013 May 18
1
[LLVMdev] subtle issue with soft-float and new attribute scheme (possibly an issue with other attributes)
On 05/17/2013 08:08 PM, Rafael EspĂ­ndola wrote: > My understanding is that with the new attribute system we should > deprecate and eventually remove the codegen command line options. How is that possible? > On 17 May 2013 06:04, reed kotler <rkotler at mips.com> wrote: >> I can't say this is a bug it is changed behavior from before the new >> attribute scheme.