Radarcape:ARM Crosscompiler

From Beast Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Currently, these are the tools we are using for the development of the Linux applicationin

  • Angstrom gcc 4.7.3 toolchain for ARM
  • Boost 1.53.0
  • Eclipse IDE

ldd missing

http://stackoverflow.com/questions/6150000/cross-compiler-ldd

#!/bin/sh
arm-none-linux-gnueabi-readelf -a $1 | grep "Shared library:"