Hi All
I have a project that uses some middle-ware code with
#include <inttypes.h>
which doesn't build with MCUXpresso since this header is not found. Previously with KDS there was no problem.
Also, I can build the project from a make file with the same compiler as used by MCUXpresso.
In the same file there are other such headers, such as
#include <string.h>
which cause no problems.
In fact, when I search for inttypes.h on the PC I find it in the same folder as string.h.
"MCUXpressoIDE_10.2.1_795\ide\tools\arm-none-eabi\include"
How can one header be found but the other not? Are specific include paths needed, and where are they located in MCUXpresso?
Thanks in advance!
Regards
Mark