Hi,
I want to try gcov code coverage integration on MK66F, which is already been implemented on MK64F.
https://mcuoneclipse.com/2014/12/26/code-coverage-for-embedded-target-with-eclipse-gcc-and-gcov/
But the issue is coverage_stub.c file contain header files compatible with MK64F but not with MK66F which in turns giving an error to all function calls.
following are files:
types.h
stat.h
unistd.h
stdint.h
errno.h
And kinetis sdk 2.x is not having frdm k66f board utility required for processor expert code generation.