Special:Badtitle/NS100:ARM Crosscompiler

From Beast Wiki
Revision as of 20:58, 1 November 2014 by Dl4mea (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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:"