Hi Yuruvaj,
On 4 May 2011 11:07, Yuvaraj Ragupathi <yuvaraj.addu(a)gmail.com> wrote:
I want to cross compile the ofono for ARM target.
So i executed configure file with following arguments
#./configure --host=arm
--libdir=/usr/lib/madde/linux-i686/sysroots/meego-core-armv7l-madde-sysroot-1.1.2-fs/usr/lib
--prefix=/home/$myname/Desktop/ofono_For_ARM/binaries
--includedir=/usr/lib/madde/linux-i686/sysroots/meego-core-armv7l-madde-sysroot-1.1.2-fs/usr/include
It is giving config related error message
configure: error: signalfd support is required
What it does mean?
This error is related to glibc version, I believe signalfd was added
in 2.7 so you need to upgrade your cross toolchain. There's also
dependency on kernel version but I don't know what the minimum version
that works is.
Best regards