Gcov integration on FRDM K66F

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Gcov integration on FRDM K66F

472 次查看
Shravan_hudekar
Contributor I

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.

0 项奖励
1 回复

467 次查看
ErichStyger
Senior Contributor V

Hi @Shravan_hudekar ,

I wrote a more recent tutorial with the MCUXpresso IDE and SDK here:

https://mcuoneclipse.com/2021/02/01/tutorial-gnu-coverage-with-mcuxpresso-ide/

I don't have a K66, but I recommend to use that one as a starting point.

I hope this helps,

Erich

0 项奖励