Error: can't write application "intflash_d.afx"

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

Error: can't write application "intflash_d.afx"

跳至解决方案
1,578 次查看
danielchai
Senior Contributor I

Hi All,

 

When I try to compile my project, it gives me error:

can't write application "intflash_d.afx"

mingw32-make:***[intflash_d.afx]Error 1

 

 

Any ideas about this?

 

Thank you.

标签 (1)
0 项奖励
回复
1 解答
1,301 次查看
BlackNight
NXP Employee
NXP Employee

Daniel,

this typically means that the file is locked by another process. Make sure nothing is using that .afx file. A common thing might be that the file is locked by the debugger (if you are still debugging).

Or that for whatever reason you do not have write access where you want to write the binary.

I hope this helps,

Erich

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,302 次查看
BlackNight
NXP Employee
NXP Employee

Daniel,

this typically means that the file is locked by another process. Make sure nothing is using that .afx file. A common thing might be that the file is locked by the debugger (if you are still debugging).

Or that for whatever reason you do not have write access where you want to write the binary.

I hope this helps,

Erich

0 项奖励
回复
1,301 次查看
JimDon
Senior Contributor III

From time to time I have had to use Task Manager to kill off the debugger for this issue.

0 项奖励
回复