search for: mathinline

Displaying 8 results from an estimated 8 matches for "mathinline".

Did you mean: mainline
2008 Apr 01
2
problem with some ogg header files with speex
...pdepfile='.deps/speexdec.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ arm-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libspeex -I/usr/include -O2 -fno-exceptions -O2 -fno-exceptions -c `test -f 'speexdec.c' || echo './'`speexdec.c /usr/include/bits/mathinline.h: In function `__atan2l': /usr/include/bits/mathinline.h:445: error: unknown register name `st(1)' in `asm' make[2]: *** [speexdec.o] Erreur 1 make[2]: quittant le r?pertoire ? /usr/src/linphone/arm2/arm/speex-1.1.6/src ? make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le r?per...
2011 Oct 11
0
[LLVMdev] [cfe-dev] Clang, #include <math.h>
...just want to use the standard C library already present on my (Suse11) system. The math.h file is found, but Clang has problems with it... clang -cc1 aritm.c -o ./aritm.ll -triple=albo -emit-llvm -O3 In file included from aritm.c:2: In file included from /usr/include/math.h:409: /usr/include/bits/mathinline.h:530:1: error: invalid output constraint '=t' in asm __inline_mathcodeNP (floor, __x, \ ^ /usr/include/bits/mathinline.h:220:3: note: instantiated from: __inline_mathcodeNP_ (double, func, arg, code) \ ^ /usr/include/bits/mathinline.h:530:1: note: instantia...
2008 Apr 01
1
cross compilation for ARM - ogg headers problem
Hi, You again include host includes in your build: -I/usr/include You should not do this. -- Regards, Alexander Chemeris. SIPez LLC. SIP VoIP, IM and Presence Consulting http://www.SIPez.com tel: +1 (617) 273-4000
2008 Apr 01
0
cross compilation for ARM - ogg headers problem
...pdepfile='.deps/speexdec.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ arm-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libspeex -I/usr/include -O2 -fno-exceptions -O2 -fno-exceptions -c `test -f 'speexdec.c' || echo './'`speexdec.c /usr/include/bits/mathinline.h: In function `__atan2l': /usr/include/bits/mathinline.h:445: error: unknown register name `st(1)' in `asm' make[2]: *** [speexdec.o] Erreur 1 make[2]: quittant le r?pertoire ? /usr/src/linphone/arm2/arm/speex-1.1.6/src ? make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le r?per...
2008 Apr 01
2
problem with some ogg header files with speex
Hi all, I am following the README.arm from Simon to cross compile linphone from my PC to an arm architecture. But i encounter problems about the ogg header. I have this following error when i write this line : ./configure --prefix=/usr --host=arm-linux --with-gnu-ld --disable-static --enable-fixed-point --enable-arm-asm the error is : . . make[2]: entrant dans le r?pertoire ?
2000 Jun 24
4
bug in glibc 2.1.2 and older
...ired for libvorbis to build correctly. Older versions of glibc contain a bug in the hand-rolled inline assembly for math functions; specifically, they interfere with GCC's FPU stack allocation and result in stack overflows. If you're curious about your glibc 2.1, look at /usr/include/bit/mathinline.h and search for 'log10'. The correct line should read: __inline_mathop_decl (log10, "fldlg2; fxch; fyl2x", "0" (__x) : "st(1)") If your version is missing the "st(1)" at the end, YOU WILL NOT BE ABLE TO BUILD A WORKING LIBVORBIS. Not only that, b...
2000 Jun 24
4
bug in glibc 2.1.2 and older
...ired for libvorbis to build correctly. Older versions of glibc contain a bug in the hand-rolled inline assembly for math functions; specifically, they interfere with GCC's FPU stack allocation and result in stack overflows. If you're curious about your glibc 2.1, look at /usr/include/bit/mathinline.h and search for 'log10'. The correct line should read: __inline_mathop_decl (log10, "fldlg2; fxch; fyl2x", "0" (__x) : "st(1)") If your version is missing the "st(1)" at the end, YOU WILL NOT BE ABLE TO BUILD A WORKING LIBVORBIS. Not only that, b...
2008 Apr 01
5
cross compilation for ARM - ogg headers problem
On 01/04/2008, Erwan A <mout551 at hotmail.fr> wrote: > > Hi, > > Yes i agree with you. You don't have to delete these files. > > But if i cross compile with ogg header files, i have the following error : > > > /usr/lib/libogg.so: could not read symbols: Invalid operation > collect2: ld returned 1 exit status > make[2]: *** [speexenc] Erreur 1