CodeComposerStudio and Linux Header?

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

I guess you need to change "/" to "\" if you use CCS on Windows.
To add include path you can either do it in command mode, or add path
in project build configurations settings.