I know that CodeSourcery seems to be the better choice for coding.
But as some of my collegues working with CCS I wonder whether it is possible or not to use this for OMAP 3505 as well.
I know it inludes an arm compiler.
Some questions occur:
How to include the Linux include path?
#include <sys/time.h>
#include <math.h>
How does it works to add the -l m (to add the math-lib) to the compiler?
Thanks for any help