Gcov integration on FRDM K66F

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Gcov integration on FRDM K66F

551件の閲覧回数
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 返信

546件の閲覧回数
ErichStyger
Specialist I

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 件の賞賛
返信