Hello, I am attempting to use GNU radio with a ZedBoard by following the tutorial here:
http://gnuradio.org/redmine/projects/gnuradio/wiki/Zynq While using bitbake to create an OS to run on the board, I get an error while compiling uhd-3.6.2: /home/sdr/oe-repo/oe/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/armv7a-vfp-neon-oe-linux-gnueabi/arm-oe-linux-gnueabi-g++ -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/sdr/oe-repo/oe/build/tmp-eglibc/sysroots/zedboard-zynq7 -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -fpermissive -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -DNDEBUG -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/sdr/oe-repo/oe/build/tmp-eglibc/sysroots/zedboard-zynq7 -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/benchmark_rate.dir/benchmark_rate.cpp.o -o benchmark_rate -rdynamic ../lib/libuhd.so.003.006 -lboost_date_time-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_regex-mt -lboost_system-mt -lboost_thread-mt -lboost_unit_test_framework -lrt -lusb-1.0 -lpthread -ldl -Wl,-rpath,/home/sdr/oe-repo/oe/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/uhd/3.6.2-r0/build/lib: ../lib/libuhd.so.003.006: undefined reference to `.LASF9319' ../lib/libuhd.so.003.006: undefined reference to `.LASF9769' ../lib/libuhd.so.003.006: undefined reference to `.LASF9090' ../lib/libuhd.so.003.006: undefined reference to `.LASF13765' [these errors repeat hundreds of times] Does anyone know what this means, why I am getting this, or how to fix it? Thank you! Chris Steps to reproduce: install xubuntu 12.04, 64-bit in a VirtualBox VM sudo apt-get update sudo apt-get dist-upgrade sudo reboot sudo apt-get install dkms curl git build-essential gawk diffstat chrpath texinfo gparted sudo /media/VBOXADDITIONS_4.2.22_91556/VBoxLinuxAdditions.run sudo reboot sudo ln -s /usr/bin/make /usr/bin/gmake curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > repo chmod a+x repo mkdir oe-repo cd oe-repo ../repo init -u git://github.com/jpendlum/zynq-gnuradio-manifest.git ../repo sync cd ~/oe-repo/oe export PARALLEL_MAKE="-j 1" export BB_NUMBER_THREADS="1" TEMPLATECONF=`pwd`/meta-zynq-gnuradio/conf source ./oe-core/oe-init-build-env ./build ./bitbake bitbake gnuradio-dev-image _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio