Displaying 20 results from an estimated 700 matches similar to: "Symbian s60v3 port (1/2 working?)"
2009 Jun 24
1
Building Speex project in Symbian(Carbide C/C++)
Hi Everybody:
I am doing the project in speex, and want to make the lib/dll in
symbian platform.
I checked there is one symbian project file, including bld and mmp
files in speex-1.2rc1.
But while I import the project and compile in Carbide. It showing so
many errors:
***Invoking abld command
perl.exe -S ABLD.PL \Symbian\Carbide\workspace\speex\symbian\ export
make -r
2007 Dec 11
0
[PATCH] update symbian build
This patch updates the symbian build files to latest svn trunk,
and also adds a new makefile for speexdsp.
Signed-off-by: Alfred E. Heggestad <aeh@db.org>
---
Index: symbian/speexdsp.mmp
===================================================================
--- symbian/speexdsp.mmp (revision 0)
+++ symbian/speexdsp.mmp (revision 0)
@@ -0,0 +1,42 @@
+/*
+ Copyright (C) 2003 Commonwealth
2006 Oct 20
0
To symbian and speex developers! Building instructions
I think this mail was intended for the group.
jean, please change that one line in filters.c (I too confirm this change
in my symbian build). the mmp file should also be updated by including the
windows.c.
I also recommend taking out mfd.c from the mmp file as the ARM cpu is too
slow to support echo cancellation and preprocessing that require floats.
thanks payu, for the input. i remeber
2006 Nov 15
0
[PATCH] symbian port
Applied in svn. Thanks.
Jean-Marc
Alfred E. Heggestad a ?crit :
> hi,
>
> this patch should fix the symbian build.
>
>
> /alfred
>
>
> ------------------------------------------------------------------------
>
> Index: symbian/bld.inf
> ===================================================================
> --- symbian/bld.inf (revision 12114)
> +++
2006 Oct 11
0
Symbian port
Hi Ashhar,
could you please create a patch (in `diff -u` format) that fixes the
build on symbian (preferably without breaking any other platforms ;-)
and send it to the list?
Even better, if you are actively maintaining code that uses speex on
symbian, perhaps you could be given an svn account to check the changes
in directly (if Jean-Marc is happy with that).
Either way, it's best if you
2008 May 23
0
Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device
Hi all,
i am not criticizing the technology itself, but the fact that from the
point of view of the implementator that need to make a technological
choice while selecting a codec to be used for a mobile multimedia
application, speex does not provide affordable informations on
"supported platform".
Without arranging a test bed with a lot of devices and spending a lot of
money i
2004 Mar 01
1
Vorbis on Symbian
Hey all, I was searching the internet and came across some code in the
Vorbis repository that claims to have ported Ogg Vorbis to Symbian. I
downloaded the tarball and was able to compile it on my system.
So I'm new to Symbian audio programming, and even newer to Vorbis. :)
Is there a quick 'n dirty API I can use to just start playing an OGG
file from within my Symbian app, or do I
2006 Nov 15
1
[PATCH] symbian port
hi Jean-Marc,
I just updated from svn and it looks like there are some errors in the speex.mmp
file. the filters.c is duplicated, and the fft/kiss.c files are still missing..
/alfred
Jean-Marc Valin wrote:
> Applied in svn. Thanks.
>
> Jean-Marc
>
> Alfred E. Heggestad a ?crit :
>> hi,
>>
>> this patch should fix the symbian build.
>>
>>
>>
2010 Mar 18
0
Errors compiling speex1.2-rc1 in Symbian 3th edition SDK
Hi, I'm trying to compile speex1.2-rc1 for Symbian 3th edition.
I get some errors:
***Invoking bldmake command
perl.exe -S bldmake.pl bldfiles winscw
\Users\Maurizio\University\ProgettoInterdisciplinare\speex-1.2rc1\speex-1.2rc1\symbian\BLD.INF FATAL ERROR(S):
\Users\Maurizio\University\ProgettoInterdisciplinare\speex-1.2rc1\speex-1.2rc1\symbian\BLD.INF(37) : Exported source file
2006 Jan 02
0
Speex 1.1.11.1 not work on symbian
Dear sirs,
Speex fails to link with my application on symbian, sdk versions 2nd edition
fp2 and fp3 with this errors:
..\..\..\SYMBIAN\8.0A\S60_2ND_FP2\EPOC32\RELEASE\ARMI\UREL\SPEEX.LIB(../../../SYMBIAN/8.0A/S60_2ND_FP2/EPOC32/BUILD/SRC/SPEEX/SYMBIAN/SPEEX/ARMI/UREL/SPEEX.o)(.text+0x158):Speex.c:
undefined reference to `floor'
2009 May 20
0
[LLVMdev] LLVM-GCC and Symbian
Hello,
>> ../../gcc/config/arm/arm.md:4788: error: ‘MACHO_DYNAMIC_NO_PIC_P’ undeclared here (not in a function)
This is well-known apple-local thing. Please consider building from
top of the tree.
> I was wondering if this is because of the Symbian target or just a
> universal ARM issue.
This is common ARM issue for non-darwin targets.
> Also, since I find so little about Symbian
2008 May 22
0
Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device
Fabio Pietrosanti (naif) a ?crit :
> However, AMR it's not royalty free and if i need to use it on Windows
> Mobile i will need to pay a quite expensive royalty for each peace of
> software distributed (not sold, distributed!!!).
This is exactly why I wrote Speex!
> So, i am evaluating other codes and the only real alternative capable of
> running on a 9.6kb/s link seems to
2009 May 20
2
[LLVMdev] LLVM-GCC and Symbian
Hi,
I noticed that there is some kind of reference to Symbian support in
LLVM-GCC, and I'm trying to find out more about it. I configured llvm-
gcc-4.2-2.5 using:
> ../configure --prefix=/opt/stow/llvm-gcc-2.5/ --enable-llvm=/home/wim/Documents/Sources/llvm-2.5/OBJ_ROOT/ --disable-bootstrap --disable-multilib --enable-checking --target arm-none-symbianelf --enable-languages=objc,c,c++
2006 Oct 11
2
Symbian port
A couple of things to be noted on the symbian port.
1. the spokn.mmp file is missing window.c, please add that.
2. smallft.c is not required. it has global data that prevents compilation
on symbian.
3. lbr_48k_tabels.c has a global variable called dummy_epic_48k_variable
on line 37. this has to be commneted out too.
4. check that all tables are declared const.
i will shortly post the symbian
2006 Feb 27
2
Building 1.1.12 for symbian failed
hi, all,
I am trying to build 1.1.12 for symbian platform like this:
1, bldmake bldfiles
2, abld build wins udeb (to build for emulator)
but building failed, the error message is :
nmake -nologo -x - -s -f "\Install\Symbian\8.0a\S60_2nd_FP2\EPOC32\BUILD\HOME\MYOWN\NOKIA\SPEEX\SPEEX-1.1.12\SYMBIAN\SPEEX\WINS\SPEEX.WINS" LIBRARY
Mdf.c
2008 May 23
2
Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device
Fabio Pietrosanti (naif) wrote:
> i am not criticizing the technology itself, but the fact that from the
> point of view of the implementator that need to make a technological
> choice while selecting a codec to be used for a mobile multimedia
> application, speex does not provide affordable informations on
> "supported platform".
2005 Jun 28
2
Speex and Symbian
Hi every one,
I know that speex suports Symbian now in the unstable release but I
wounder if any one can compile a decoder for Symbian MMF? I have googled
for one but ending up with only "yes, speex suports Symbina" and no
binary.
I would use it to finaly listen on my audiobooks but I think it would be a
good demonstration aplication.
Best Regards
P?r Moberg
2008 Nov 13
5
Dovecot error with Symbian mail client
Greetings list,
I have recently acquired an Nokia E71 (which comes with Symbian 3rd
edition, feature pack 3 I believe). Accessing my emails has worked
before, but now, I cannot connect to the mail server any longer.
If I enable verbose_ssl, I get the following error in the log:
SSL_accept() failed: error:140943F2:SSL routines:SSL3_READ_BYTES:sslv3
alert unexpected message [141.84.69.67]
I
2004 Jul 22
1
Symbian Softphone
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I was wondering if anyone has found a IAX or SIP client for the Sony
Ericsson P900 phone - there seems to be some stuff available for Symbian
60 phones but I haven't been able to find anything for Symbian UIQ phones
like the P900 and P800.
(The idea is to have the ability to use the phone as a cordless phone
doing VoIP over the bluetooth PPP
2006 Oct 20
5
To symbian and speex developers! Building instructions
Hello to everyone!
During building speex library for Symbian OS I encountered some problems. All thess problems can be solved by modifying the speex sources. I don't have access to SVN repository of speex, so I will just describe the changes to be done:
1) mmp file in symbian derictory misses windows.c sources. You need to add this string into speex.mmp:
SOURCES windows.c
2) Symbian OS