Hi, There are problems compiling the Angstrom master branch on 64-bit ubuntu variants relating to the native libpseudo. There are two alternatives:
Switch to the angstrom-v2013.12-yocto1.5 branch which is meant to include a fix (see: https://www.mail-archive.com/[email protected]/msg06900.html ) or Use a 32-bit Ubuntu host. Update your Angstrom host installation: cd to the setup-scripts directory git checkout -f -b angstrom-v2013.12-yocto1.5 origin/angstrom-v2013.12-yocto1.5 (The force option is necessary if you modified local.conf) MACHINE=beaglebone ./oebb.sh config beaglebone . ./environment-angstrom-v2013.12 bitbake cloud9-image I currently testing these steps on a 32-bit host. It will take a couple more hours before I can confirm success or failure. Why don't you try it on your 64-bit host and let us know how it goes. I'm sure Rhem Raj would like to get feedback about this fix. Regards ... On Monday, January 20, 2014 9:54:33 PM UTC+11, Jeremy Van wrote: > > I'm trying to build Angstrom with bitbake. I followed the instructions on > Derek > Molloy's > Site<http://derekmolloy.ie/building-angstrom-for-beaglebone-from-source/>. > After running: > > $bitbake cloud9-image > > > | ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: > ignored. > | update-alternatives: Linking > /home/jay/angstrom/setup-scripts/build/tmp-angstrom_v2013_06-eglibc/work/beaglebone-angstrom-linux-gnueabi/cloud9-image/1.0-r0/rootfs//usr/bin/top > > to /usr/bin/top.procps > | update-alternatives: Linking > /home/jay/angstrom/setup-scripts/build/tmp-angstrom_v2013_06-eglibc/work/beaglebone-angstrom-linux-gnueabi/cloud9-image/1.0-r0/rootfs//usr/bin/uptime > > to /usr/bin/uptime.procps > | update-alternatives: Linking > /home/jay/angstrom/setup-scripts/build/tmp-angstrom_v2013_06-eglibc/work/beaglebone-angstrom-linux-gnueabi/cloud9-image/1.0-r0/rootfs//usr/bin/free > > to /usr/bin/free.procps > | update-alternatives: Linking > /home/jay/angstrom/setup-scripts/build/tmp-angstrom_v2013_06-eglibc/work/beaglebone-angstrom-linux-gnueabi/cloud9-image/1.0-r0/rootfs//usr/bin/pkill > > to /usr/bin/pkill.procps > | update-alternatives: Linking > /home/jay/angstrom/setup-scripts/build/tmp-angstrom_v2013_06-eglibc/work/beaglebone-angstrom-linux-gnueabi/cloud9-image/1.0-r0/rootfs//usr/bin/pmap > > to /usr/bin/pmap.procps > | > | ERROR: Function failed: do_rootfs (see > /home/jay/angstrom/setup-scripts/build/tmp-angstrom_v2013_06-eglibc/work/beaglebone-angstrom-linux-gnueabi/cloud9-image/1.0-r0/temp/log.do_rootfs.20961 > > for further information) > ERROR: Task 7 > (/home/jay/angstrom/setup-scripts/sources/meta-ti/recipes-misc/images/ > cloud9-image.bb, do_rootfs) failed with exit code '1' > NOTE: Tasks Summary: Attempted 5589 tasks of which 5588 didn't need to be > rerun and 1 failed. > No currently running tasks (5588 of 5592) > > Summary: 1 task failed: > /home/jay/angstrom/setup-scripts/sources/meta-ti/recipes-misc/images/ > cloud9-image.bb, do_rootfs > Summary: There was 1 WARNING message shown. > Summary: There was 1 ERROR message shown, returning a non-zero exit code. > > Has anyone had any similar problems? > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
