Displaying 20 results from an estimated 3000 matches similar to: "problem compiling with linux"
2005 Jul 19
0
problem compiling with linux
That's expected if you don't have libogg installed. libogg is not
necessary if you don't need the command-line encoder and decoder. In
that case, you can just compile libspeex.
Jean-Marc
Le mardi 19 juillet 2005 ? 15:04 +0200, Mukund Kumar a ?crit :
> In place of rpm I used pre compiled binary for installing
> the Cross Compiler and now I am not getting this error.
2007 Jul 12
1
unable to compile speex-1.1.10
Dear all,
I'm Arun, new in this group. and newbie in Linux also.
I am working on linphone and I want to compile linphone, but before that I
want to compile speex-1.1.10 for uClinux using bfin-gcc.
I used these three files :
uClinux-dist-2005R3.tar.bz2
bfin-gcc-3.4-2005R3.1.tar.gz
speex-1.1.10.tar
I sucessfully compiled and installed bfin-gcc, and
2008 Mar 28
2
speex - cross compil for ARM - problem ogg headers
Hi all,
I try to compile speex for ARM. I follow the README.arm and i always have the same errors :
make[2]: entrant dans le r?pertoire ? /usr/src/linphone/arm/speex-1.1.6/src ?
source='speexenc.c' object='speexenc.o' libtool=no \
depfile='.deps/speexenc.Po' tmpdepfile='.deps/speexenc.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
2008 Apr 01
2
cross compilation for ARM - ogg headers problem
Hi,
this problem seems to be coming up a lot lately -- the README.arm in
linphone tells people to remove libogg headers, but speexenc and
speexdec require them to build.
Perhaps we need a README.arm in libspeex telling people not to remove
the libogg headers.
K.
On 01/04/2008, Erwan A <mout551 at hotmail.fr> wrote:
>
> Hi all,
>
> I am following the README.arm from Simon
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
2006 Apr 29
1
crosscomiling speex for powerPC
Hi
As per the Linphone, Readme.arm I tried to compile the speex.
-------------------------------------readme.arm--------------------------------------------------
...........
Cross compiling speex for ARM:
********************************
First you need to remove ogg headers from your build system to avoid a dirty conflict between your build machine binaries and the arm binaries. They
2005 Jul 20
1
problem compiling with linux
Dear Jean-Marc Valin,
I tried what you said, to complile just libspeex, as there was
no "configure" file inside the folder "libspeex" I copied it from
parent directory (I guess I am not wrong doing that), ya it configures
well with the command
# ./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
but for the <make> command it is
2008 Mar 25
1
speex - cross compil for ARM - problem ogg headers
Hi,
I try to compile speex for ARM. I follow the README.arm and i always have the same errors :
make[2]: entrant dans le r?pertoire ? /usr/src/linphone/arm/speex-1.1.6/src ?
source='speexenc.c' object='speexenc.o' libtool=no \
depfile='.deps/speexenc.Po' tmpdepfile='.deps/speexenc.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
arm-linux-gcc
2008 Apr 01
0
cross compilation for ARM - ogg headers problem
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 ?
2008 Apr 01
0
cross compilation for ARM - ogg headers problem
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
make[2]: quittant le r?pertoire ? /usr/src/linphone/arm/speex-1.1.6/src ?
make[1]: *** [all-recursive] Erreur 1
2008 Apr 01
0
cross compilation for ARM - ogg headers problem
I think --without-libogg should do the trick, no? (though I haven't
actually tried it)
Jean-Marc
Conrad Parker a ?crit :
> 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 :
>>
2008 Apr 01
0
cross compilation for ARM - ogg headers problem
Hi Conrad,
Thanks for your help.
I am unlucky. No i have this following error :
source='speexdec.c' object='speexdec.o' libtool=no \
depfile='.deps/speexdec.Po' tmpdepfile='.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
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 ?
2008 Apr 01
2
cross compilation for ARM - ogg headers problem
IIRC, under ARM, I believe I was having issues with --without-libogg.
I resorted to just downloading libogg sources, setting up my
cross-compilation environment, and cross compiling it per the general build
directions (./configure, make, make install), then went back to building
speex -- everything worked like a charm for me then.
So -- Conrad. *Make sure* that you have libogg cross-compiled and
2005 Sep 09
1
reducing latency?
How can I reduce latency on the following?
arecord -r22050 -c2 -fs16_le | speexenc - - | speexdec -
I have no coding experience in C, so can't write my own stdin/stdout
wrapper. this is just an echo test, but it's severely lagged. the
mailing list posts on this subject didn't give a solution.
I used this over ssh, and managed to have a usable conversation with
someone, accept for the
2005 Oct 25
2
Noisy sound quality with Blackfin in WB-mode
Hello all,
I'm testing the Speex codec for my diploma thesis on a BF-533 Blackfin under
uCLinux (2005R3 RC3 release). I successfully compiled the Speex (1.1.11-svn)
and I can encode/decode wav-files on my STAMP-board using the speexenc/speexdec
sample apps. But I encountered that the decoded file sounds strange/noisy, when
compiling with "--enable-blackfin-asm" +
2005 Sep 15
2
Speex 1.1.10 on ARM926EJ-Sid(wb) rev 3 (v5l)
Hi all,
I'm trying to use libspeex 1.1.10 on an ARM926EJ-Sid(wb) rev 3
(v5l). I executed
the speexenc and speexdec test files and they can encode and decode.
But I'm getting 95% of cpu utilization on the codification and 44% on
the decodification.
I saw in the post:
http://lists.xiph.org/pipermail/speex-dev/2005-June/003485.html
that this version of speex works fine on ARM
2006 Oct 09
1
Vorbis primitive API examples (LONG)
Okay, how do I drop a changeset/patchset/tag for you folks from SVN?
At this point, I have written three examples of how to use the basics of
the ogg streaming and decoding in Tremor. I heartily welcome any
suggestions, improvements and corrections that you can point out in the
code.
The examples required me to make some small modifications to the main
tremor library. However, the changes
2001 Jan 01
1
By design or a bug?
Happy new millenium!
Summary: I'm having a problem queueing up the ogg_packet results of
vorbis_analyze() for later writing to an .ogg stream. The docs don't seem
to say if this is permissable or not. Hence, I don't know if I'm using
the API incorrectly, or if this is an actual bug.
-----
Attached is a short patch to vorbis-tools/oggenc/encode.c (from CVS head,
01/01/01... I
2005 Oct 27
1
Linker error in Code for Echo canceller of Speex 1.1.10
hi all,
i want to use the echo canceller feature of Speex 1.1.10. For that i hav added speex_echo.h in my code.and have called the function. till compilation everything is fine but on linking it is giving me uresolved symbol error ...
speexenc.obj : error LNK2001: unresolved external symbol _speex_echo_state_init
Debug/speexenc.exe : fatal error LNK1120: 1 unresolved externals
Error executing