[maemo-developers] maemo at CIA

2006-04-27 Thread team maemo
Hello,

We got the CIA bot working:
https://cia.navi.cx/stats/project/maemo/

Every commit on stage.maemo.org will appear on the web page and the
#maemo-commits channel on freenode.

Big thanks to Micah Dowty for implementing and maintaining CIA!

Have a nice day,
team maemo

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] gstreamer launcher (proper video sink?)

2006-04-27 Thread Frantisek Dufka

Josep Torra Valles wrote:


/ $ cat /sus/bus/dsptask/devices/dsptask11/devname
mp2dec

Is it an mpeg2 audio decoder implemented on DSP ?
Can you give me info
about how I could use it in my project ?


Sources of gstreamer plugins which are using the DSP would be extremely 
useful for this but they are not available. Multimedia may be part of 
next Maemo release but still it may not include these sources I'm afraid.


Frantisek
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] gtkmm Installation in scratchbox

2006-04-27 Thread Damaris Kröger

Hello,

i tried to install gtkmm for maemo,

i installed

sigc++ (libsigc++-2.0.17)
glibmm-2.4 (glibmm-2.6.1)
gtkmm-2.4 (gtkmm-2-6.5)

PKG_CONFIG_PATH=/usr/lib/pkgconfig
SBOX_DEFAULT_AUTOCONF=2.59
SBOX_DEFAULT_AUTOMAKE=1.8


I had big problems to install the library hildon-fmmm-0.1.0 (I get the
Sources from the SVN-Repository), because the result of the 'pkg-config
--libs' wasn't complete (the library hildonwidgets was missing). I don't
know why because the PKG_CONFIG_PATH is set.
The error message was:

/*`/home/vlg/hildon-fmmm/hildon-fm/hildon-fmmm/private'
make[4]: *** No rule to make target `file-chooser-dialog_p.h', needed by
`all-am'. Stop.*/

I concatenated HILDON_FMM_LIBS=$HILDON_FMMM_LIBS -lhildonwidgets in
the generated configure-File,
(I know that is not the right way, but I don't know how to make it
better) and then it worked.

After this I tried to install the lib hildon-widgetsmm, I get the error
message:

/*checking for pkg-config... /scratchbox/tools/bin/pkg-config
checking for hildon-fmmm = 0.1.0 hildon-libs = 0.12.7... Requested
'hildon-libs = 0.12.7' but version of hildon-libs is 0.9.53

configure: error: Library requirements (hildon-fmmm = 0.1.0 hildon-libs
 = 0.12.7) not met; consider adjusting the PKG_CONFIG_PATH environment
variable if your libraries are in a nonstandard prefix so pkg-config can
find them.

*/Could you tell me what is wrong with my installation? I really don't
know. I'm very desperate.
I hope you can help me.

Thanks.

Damaris


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] gcc options for smallest size, best speed, etc

2006-04-27 Thread Philippe Laporte

Hi,
   I would assume that this list be a top source for the following 
question: what are the compile options for ARM for gcc for the smallest

possible size, etc.

For both smallest size, and best speed, seperately of course.

Or where should I look?

Thanks,

--
Philippe Laporte
Software

Gatespace Telematics
Första Långgatan 18
41328 Göteborg
Sweden
Phone: +46 702 04 35 11
Fax:   +46 31 24 16 50
Email: [EMAIL PROTECTED]


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] Error compiling kernel

2006-04-27 Thread Andrey Khurri

Hi all,

I made modifications to n770_defconfig according to Maemo HowTo: 
http://maemo.org/maemowiki/HowTo_KernelCompilation
Then after running dpkg-buildpackage -rfakeroot -uc -us -sa -D or 
dpkg-buildpackage -rfakeroot -uc -us -sa -d (I tried both ways) I get 
following error:


--- a part of log including errors:

* Library routines
*
CRC-CCITT functions (CRC_CCITT) [Y/?] y
CRC32 functions (CRC32) [Y/?] y
CRC32c (Castagnoli, et al) Cyclic Redundancy-Check (LIBCRC32C) [N/m/y/?] n
make[1]: Leaving directory 
`/home/akhurri/build/su-18-kernel-2.6.12.3/kernel-source-2.6.12.3'
make[1]: Entering directory 
`/home/akhurri/build/su-18-kernel-2.6.12.3/kernel-source-2.6.12.3'

 CHK include/linux/version.h
 SPLIT   include/linux/autoconf.h - include/config/*
 SYMLINK include/asm-arm/arch - include/asm-arm/arch-rpc
 CC  arch/arm/kernel/asm-offsets.s
In file included from include/asm/page.h:27,
from include/asm/cpu-single.h:33,
from include/asm/proc-fns.h:154,
from include/asm/system.h:94,
from include/asm/bitops.h:22,
from include/linux/bitops.h:77,
from include/linux/thread_info.h:20,
from include/linux/spinlock.h:12,
from include/linux/capability.h:45,
from include/linux/sched.h:7,
from arch/arm/kernel/asm-offsets.c:13:
include/asm/glue.h:111:2: #error Unknown data abort handler type
In file included from include/asm/cpu-single.h:33,
from include/asm/proc-fns.h:154,
from include/asm/system.h:94,
from include/asm/bitops.h:22,
from include/linux/bitops.h:77,
from include/linux/thread_info.h:20,
from include/linux/spinlock.h:12,
from include/linux/capability.h:45,
from include/linux/sched.h:7,
from arch/arm/kernel/asm-offsets.c:13:
include/asm/page.h:92:2: #error Unknown user operations model
make[2]: *** [arch/arm/kernel/asm-offsets.s] Error 1
make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 2
make[1]: Leaving directory 
`/home/akhurri/build/su-18-kernel-2.6.12.3/kernel-source-2.6.12.3'

make: *** [build-stamp] Error 2

--- end of log

I did modifications to debian/rules exactly how HowTo suggests it, that 
is I commented 2 lines out.
I have looked trough mailing list archive but I didn't find any similar 
to mine bugs.


By the way, what would be the right/perfect way of modifying 
n770_defconfig file?
I did it as follows: copied to a kernel source tree on my host PC, ran 
make menuconfig there, made modifications I need, replaced old config 
with new one in arch/arm/configs (of course, with the same name 
n770_defconfig).
I also tried to run make n770_defconfig inside 
../build/su-18-kernel-2.6.12.3/kernel-source-2.6.12.3 . However, it 
doesn't seem to be working properly. It just goes trough the config file 
and outputs its content up to a point but it doesn't proceed with usual 
graphical interface where you choose options.


I am wondering if someone has experienced the same. I would appreciate 
any help or comments.

Thanks in advance.

Andrey



--
Andrey Khurri, Researcher
Helsinki Institute for Information Technology (HIIT)
Tel: +358 50 384 1510
Fax: +358  9 694 9768
[EMAIL PROTECTED]

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] gcc options for smallest size, best speed, etc

2006-04-27 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Philippe Laporte wrote:
 Hi,
I would assume that this list be a top source for the following
 question: what are the compile options for ARM for gcc for the smallest
 possible size, etc.
 
 For both smallest size, and best speed, seperately of course.
 
 Or where should I look?

Have a look at http://free-electrons.com/articles/optimizations/ , that
 explains the most commonly used optimizations.

regards,

Koen
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFEUIyAMkyGM64RGpERAvvoAJ9rVeBogUkxZM+BuB1LmkEcb1nw/QCgtuXs
xhjNNDCWmQWlfRXLI8MRpX4=
=Y58a
-END PGP SIGNATURE-
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] gcc options for smallest size, best speed, etc

2006-04-27 Thread Murray Cumming
On Thu, 2006-04-27 at 11:03 +0200, Philippe Laporte wrote:
 Hi,
 I would assume that this list be a top source for the following 
 question: what are the compile options for ARM for gcc for the smallest
 possible size, etc.
 
 For both smallest size, and best speed, seperately of course.

I'd expect -g -Os to do all appropriate code size optimisations
regardless of the architecture.

I've noticed that, for C++, you can give -g -Os a lot of extra help if
you can use -fno-exceptions too.

-- 
Murray Cumming
[EMAIL PROTECTED]
www.murrayc.com
www.openismus.com

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] gcc options for smallest size, best speed, etc

2006-04-27 Thread Øyvind Kolås
On 4/27/06, Philippe Laporte [EMAIL PROTECTED] wrote:
 Hi,
 I would assume that this list be a top source for the following
 question: what are the compile options for ARM for gcc for the smallest
 possible size, etc.

 For both smallest size, and best speed, seperately of course.

 Or where should I look?

One of the changes that have mattered for me is adding -march=armv5te
to the CFLAGS.

/Øyvind Kolås

--
«The future is already here. It's just not very evenly distributed»
 -- William Gibson
http://pippin.gimp.org/http://ffii.org/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] [OFF TOPIC] free online programming books

2006-04-27 Thread Ian

Ola,
195 free online books about programming

http://www.techtoolblog.com/archives/195-free-online-programming-books

abracos
Ian



-- 
.''`.
   : :'  :
   `. `'`
 `- Orgulhoso ser MetaRecicleiro

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] [OFF TOPIC] free online programming books

2006-04-27 Thread Ian

disse  -- Kalle Vahlman

originais - If you already know it's off-topic, why bother posting?
i dunno, maybe because many people don't have the money to pay for programming 
books but have the
desire to learn so some free resources could be useful
...if the list is just for development topics as the name maemo-developers 
seems to suggest maybe
we need another one called maemo-world/planet/community or something for things 
like this...just
an idea
abracos
Ian



-- 
.''`.
   : :'  :
   `. `'`
 `- Orgulhoso ser MetaRecicleiro

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] My first port: gnuboy

2006-04-27 Thread alessandro pasotti
Hello,I'm new to this list, and even newer in maemo developement. I started trying to port gnuboy (no source hacking required indeed) : compilation is successfull and it runs on the n770 but I have some newbye troubles in key bindings, it seems like the hardware home key event is trapped before gnuboy can intercept it (and the 770 return to the home screen while gnuboy happily continue running in the background), probably I definitely missed something, but I cannot figure out how it works.
Another step would be a sort of hildonized wrapper that allows the user to load roms and maybe to re-define key mappings.BTW if anybody is interested I can post the binary and the configuration file somewhere.

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Error compiling kernel

2006-04-27 Thread Andrey Khurri

Andrey Khurri wrote:


Hi all,

I made modifications to n770_defconfig according to Maemo HowTo: 
http://maemo.org/maemowiki/HowTo_KernelCompilation
Then after running dpkg-buildpackage -rfakeroot -uc -us -sa -D or 
dpkg-buildpackage -rfakeroot -uc -us -sa -d (I tried both ways) I 
get following error:


--- a part of log including errors:

* Library routines
*
CRC-CCITT functions (CRC_CCITT) [Y/?] y
CRC32 functions (CRC32) [Y/?] y
CRC32c (Castagnoli, et al) Cyclic Redundancy-Check (LIBCRC32C) 
[N/m/y/?] n
make[1]: Leaving directory 
`/home/akhurri/build/su-18-kernel-2.6.12.3/kernel-source-2.6.12.3'
make[1]: Entering directory 
`/home/akhurri/build/su-18-kernel-2.6.12.3/kernel-source-2.6.12.3'

 CHK include/linux/version.h
 SPLIT   include/linux/autoconf.h - include/config/*
 SYMLINK include/asm-arm/arch - include/asm-arm/arch-rpc
 CC  arch/arm/kernel/asm-offsets.s
In file included from include/asm/page.h:27,
from include/asm/cpu-single.h:33,
from include/asm/proc-fns.h:154,
from include/asm/system.h:94,
from include/asm/bitops.h:22,
from include/linux/bitops.h:77,
from include/linux/thread_info.h:20,
from include/linux/spinlock.h:12,
from include/linux/capability.h:45,
from include/linux/sched.h:7,
from arch/arm/kernel/asm-offsets.c:13:
include/asm/glue.h:111:2: #error Unknown data abort handler type
In file included from include/asm/cpu-single.h:33,
from include/asm/proc-fns.h:154,
from include/asm/system.h:94,
from include/asm/bitops.h:22,
from include/linux/bitops.h:77,
from include/linux/thread_info.h:20,
from include/linux/spinlock.h:12,
from include/linux/capability.h:45,
from include/linux/sched.h:7,
from arch/arm/kernel/asm-offsets.c:13:
include/asm/page.h:92:2: #error Unknown user operations model
make[2]: *** [arch/arm/kernel/asm-offsets.s] Error 1
make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 2
make[1]: Leaving directory 
`/home/akhurri/build/su-18-kernel-2.6.12.3/kernel-source-2.6.12.3'

make: *** [build-stamp] Error 2

--- end of log

I did modifications to debian/rules exactly how HowTo suggests it, 
that is I commented 2 lines out.
I have looked trough mailing list archive but I didn't find any 
similar to mine bugs.


By the way, what would be the right/perfect way of modifying 
n770_defconfig file?
I did it as follows: copied to a kernel source tree on my host PC, ran 
make menuconfig there, made modifications I need, replaced old 
config with new one in arch/arm/configs (of course, with the same name 
n770_defconfig).
I also tried to run make n770_defconfig inside 
../build/su-18-kernel-2.6.12.3/kernel-source-2.6.12.3 . However, it 
doesn't seem to be working properly. It just goes trough the config 
file and outputs its content up to a point but it doesn't proceed with 
usual graphical interface where you choose options.


I am wondering if someone has experienced the same. I would appreciate 
any help or comments.

Thanks in advance.

Andrey



Hi there,

Just in case someone is thinking about my problem described above. I 
have fixed it. That was definetlu my fault.
Of course I must have been doing make menuconfig inside my Scratchbox 
ARM target within kernel-source-tree but not somewhere else on my i386. 
So the right way is to make any modifications to n770_defconfig inside 
Scratchbox.
Then dpkg-buildpackage -rfakeroot -uc -us -sa -D works fine and I get 
new zImage for my Tablet.


Sorry if I wasted someone's time.

BR,
Andrey

--
Andrey Khurri, Researcher
Helsinki Institute for Information Technology (HIIT)
Tel: +358 50 384 1510
Fax: +358  9 694 9768
[EMAIL PROTECTED]

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers