Displaying 2 results from an estimated 2 matches for "mini2440".
2009 Dec 14
2
Cross compiling for ARM with some errors
Hello,
I try to cross compile samba for my ARM platform, but I get the
following error in the building process:
----------------------------%<----------------------------
PICFLAG = -fPIE
LIBS = -lresolv -lnsl -ldl
LDFLAGS = -pie -Wl,-z,relro
-L/home/piotr/mini2440/usr/local/arm/4.3.2/lib
DYNEXP =
LDSHFLAGS = shared-libraries-disabled -Wl,-z,relro
-L/home/piotr/mini2440/usr/local/arm/4.3.2/lib
SHLIBEXT = shared_libraries_disabled
SONAMEFLAG = shared-libraries-disabled
Linking bin/smbd
/home/piotr/mini2440/usr/local/arm/4.3.2/bin...
2011 Jun 17
1
speex on arm
Hi All,
I'm trying to build speex for the mini2440 board, with this toolchain: http://www.friendlyarm.net/dl.php?file=arm-linux-gcc-4.3.2.tgz
because speex is a dependency of the sip softphone 'linphone'.
The 'configure' string I'm using is this:
./configure --prefix=/usr --host=arm-linux --with-gnu-ld --disable-static --enable...