Dears collegues,
I am porting the example sdk evkbimxrt1050_csi_fragment_gray from C to C++. I found errors due to not using of REDLIB include. However, the REDLIB include is not compatible with C++. What do I do in this case?
Thanks a lot! Best regards.
Rubens Júnior
Solved! Go to Solution.
Hi Rubens Júnior:
By default, MCUXpresso IDE will use Reblib for C projects, NewlibNano for SDK C++ projects, and Newlib for C++ projects for preinstalled MCUs.
Please refer to MCUXpresso IDE user guide for more details.
Regards
Daniel