Help to compile Ekiga

charfeddine
I would like to advice me to compile this application of Ekiga on mini2440
with arm ARCH.

Thank you in advance for your help.

sean_h
Consider using openembedded or buildroot

charfeddine
Thank you for your quick reply, but would you please advice me if there ara
any forum or documents which would help me .

sean_h
http://buildroot.uclibc.org/ and links

charfeddine
Purpose: Compile the "ekiga» application with a Linux kernel for a mini2440

Compilation procedure
1- Add the ekiga appilication in the Buildroot 
   Link
"http://www.linuxembedded.fr/2011/03/ajouter-un-package-dans-buildroot-en...;

2- Compiling Linux kernel with buildroot
Link
"http://www.linuxembedded.fr/2013/02/tutorial-un-systeme-linux-embarque-o...;

In the output/Image there are the following files: 
rootfs.tar, rootfs.jffs2, u-boot.bin, uImage

3- I installed the bootloader u-boot in the card’s nand memory  

4- I installed rootfs.jffs2

5- I installed the kernel by using the tftp command
Thank you in advance for your help.

Result: Nothing is functional

sean_h
Try a "hello world" application in your build environment first.

The Linux journey can be, frustrating at times, but even more rewarding
when you succeed. Keep trying. Sorry I cannot give more advice. I built the
Ekiga application for the Mini6410 using openembedded.

charfeddine
Thank you for your reply,
Would you please give me step by step the compilation procedure of the
'Ekiga' application for the mini6410 with openembedded.
i'm totally blocked with the mini2440.
i.e: 'Hello Word' was compiled with success unlike 'Ekiga'
thank you in advance.

sean_h
Hi

There is a tutorial for openembedded and the Mini2440 at:
http://billforums.station51.net/

Once you have your system up and running you would simply: bitbake ekiga

Good luck!