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.

CCS/MSP430FR5739: CCS Java Stack Overflow When There's Commented .h File Include In A

Part Number: MSP430FR5739
Other Parts Discussed in Thread: ENERGIA, MSP-EXP430FR5739

Tool/software: Code Composer Studio

Hello, I'm using an msp-exp430fr5739 board and ccs10. I'm running into a wried stack overflow issue with energia projects. 

I can successfully build an empty energia project, as shown in the first fig.

However, when I inculde a .h file for a specific sensor, it runs into stack overflow. Even if I comment out the include statement, it's still the same.

I don't understand 1) why this .h file is causing an overflow; 2) why the commenting does not work here.

Hope you can help. Thanks!

                                   fig1

                                      fig2