Radarcape:ARM Crosscompiler
		
		
		
		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:"