Hi all,
I'm porting a project based on a Freescale iMX processor to project based on a AM335x. I'm used to LTIB an Buildroot, not to Arago neither Angstrom distributions, so I'd like to stay developing my RFSs on Builroot, but I'm facing some issues related to the toolchain that comes in ti-sdk-am335x-evm-05.05.00.00
I've tried buildroot using several toolchains:
- from Freescale's LTIB gcc-4.4.4-glibc-2.11.1 (preinstalled)
- from CodeSourcery Sourcery_G++_Lite (preinstalled)
- From Linaro 2012.06 (downloaded by buildroot)
All of them work fine and, only for testing, I've been able to compile many, many ... many packages with no problem at all.
Problems come when I try to use the toolchain that comes in ti-sdk-am335x-evm-05.05.00.00/linux-devkit:
Distro: arago
Distro Version: 2011.09
Metadata Revision: a9551ab
Timestamp: 20120727153102
Using this toolchain, for many, many, ... many packages I get the following error, for example when compiling glib-1.2.10
>>> host-pkg-config 0.25 Building
............
libtool: Version mismatch error. This is libtool 2.2.10, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.10
libtool: and run autoconf again.
I've never faced this issue and don't how to solve it.
Does somebody have a similar setup running fine?
Any clues how to solve it?.
Thanks in advance,
Gonzalo.