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.

something wrong between <std.h> and <xdc/std.h>



I would like to know if have some configuration in build options for differ the includes <std.h> and <xdc/std.h>?

I am having problem with it.

I am using dm6437 and ccsV3.3.

Thank you.

  • You could adjust which file you actually use by changing your search paths in your CCS build options, or you could explicitly put the entire path in your C file to get an exact header without dealing with search paths.

     I imagine you are getting some sort of build errors? If you could post the errors you are getting it may help in finding a solution quicker, assuming adjusting your search paths does not fix it immediately.