Issue with basic_ios calls

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Issue with basic_ios calls

769 Views
ranjay_shandilya
Contributor III
Hi, I am MCUXpresso IDE for development of an application running on MXRT1050 with freertos. Everything works fine for me and I dont' get compilation error but when I run my application it get's hung at few calls which are in basic_ios.h. Eg: pStream->good() pStream->eof() present in basic_ios.h When I try to debug this I get a message the symbol doesn't exits. Is there any configuration or preprocessor I am missing or some include path. Board: MXRT1050 EVKB
0 Kudos
Reply
1 Reply

759 Views
PabloAvalos
NXP TechSupport
NXP TechSupport

Hi @ranjay_shandilya 

 

Thanks a lot for using our community to let our technical support to assist you. I really appreciate that you were so patient.

 

Regarding your issue, I think that yes, it is necessary to add that library correctly, because that error is when the reference to some .h file is nof found, so it is just a warning on the compiler, so in order to help you, I would like to ask if you may share your code or project through our portal, so I can take a view to it to try to find the error.

 

I will send you an email, so you can post or reply on that. Please let me know if you have more questions.

 

Thank you in advance.
Best Regards.
Pablo Avalos.

0 Kudos
Reply