On Sat, Jun 04, 2016 at 10:37:17PM +1200, Ankur Tyagi wrote: > Hi, > > I am trying to build tisdk-rootfs-image and getting following error: > > http://pastebin.com/9SqudXGa
After looking at the log, I see that you are using Linaro 4.9 toolchain. That particular version of the toolchain had some packaging issues, which I worked with Linaro team to resolve in the next versions. Still, in order to use 4.9, I had to put some workarounds in corresponding recipes in Fido branch. Those were rather ugly and version specific, so I didn't cary them over to Krogoth. And on Krogoth we use Linaro 5.3 toolchain: https://releases.linaro.org/components/toolchain/binaries/5.3-2016.02/ https://releases.linaro.org/components/toolchain/binaries/5.3-2016.02/arm-linux-gnueabihf/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf.tar.xz -- Denys > This is my build configuration: > > Build Configuration: > BB_VERSION = "1.30.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "Ubuntu-16.04" > TARGET_SYS = "arm-linux-gnueabi" > MACHINE = "am335x-evm" > DISTRO = "arago" > DISTRO_VERSION = "2016.05" > TUNE_FEATURES = "arm armv7a vfp thumb neon > callconvention-hard cortexa8" > TARGET_FPU = "hard" > meta-arago-distro > meta-arago-extras = "krogoth:01453ff0c02a472726f6dfe8f949abba55eab935" > meta-qt5 = "krogoth:d715f2c1d340fa38f8a9860acc73de5e14a38b75" > meta-networking > meta-ruby > meta-python > meta-oe = "krogoth:247b1267bbe95719cd4877d2d3cfbaf2a2f4865a" > meta-ti = "krogoth:1ae0cadb1200d0007a779958e852a48379d42c26" > meta-linaro-toolchain = "krogoth:0f2a4dd08ab06768cc998fe3f7236e3942f4a2cc" > meta = "krogoth:b0b91490e4ede61a302eb547da2cc65aa7da87ff" > > Any help is appreciated. > > regards > Ankur > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
