This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28379D: Can Eclipse navigate to library code.

Part Number: TMS320F28379D

I am trying to view the implementation of sin() that comes from the standard <math.h> include.

Using the standard F3 shortcut will only take me to this line in "C:\ti\ccs1250\ccs\tools\compiler\ti-cgt-c2000_22.6.1.LTS\include\math.h"

_CODE_ACCESS double      sin(double x);

I know usually the code for these libraries isn't included, however it looks like TI have chosen to distribute it here; C:\ti\ccs1250\ccs\tools\compiler\ti-cgt-c2000_22.6.1.LTS\lib\src\s_sin.c

Firstly is my assumption right and "s_sin.c" does contain the implementation called when using sin() ?

Secondly how do I tell Eclipse to navigate to this code when I hit F3 but not have it try to rebuild the library ?