srec file is not deleting on clean

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

srec file is not deleting on clean

673件の閲覧回数
sudhanshumehta
Contributor IV

Hello Team,

https://community.nxp.com/thread/445108

above link worked for me to generate srec file. 

My question is upon Clean, only elf file is getting deleted and srec file is not getting deleted.

Thanks

Sudhanshu

1 返信

609件の閲覧回数
BlackNight
NXP Employee
NXP Employee

The 'clean' is performed by the make file, and only cleans the parts produced by the make file itself. Because the S19 (or other binary files) are not produced directly by the make, they are not affected.

If I need to have them removed, I do a 'clean clean' with deleting the output (Debug) folder.

I hope this helps,

Erich