Add a toolchain file to build cross using e100 toolchain.
This appears to build uhd cross using my toolchain. Run cmake with:
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/arm_cortex_a8_cross.cmake \-DENABLE_E100=ON -DENABLE_USRP_E_UTILS=TRUE ../
It does not detect orc properly....
Try really hard to get cmake to use compiler flags from the toolchain file.
See: http://www.mail-archive.com/cmake@cmake.org/msg33248.html
Also credit to OpenEmbedded for doing something similar in the toolchain filethey create.
Note that adding the SYSTEM_NAME to the toolchain file sets CROSS_COMPILING,...
uhd: added toolchain file for native arm neon build
View revisions
Also available in: Atom