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

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

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

ソリューションへジャンプ
1,575件の閲覧回数
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,298件の閲覧回数
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,299件の閲覧回数
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,298件の閲覧回数
JimDon
Senior Contributor III

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

0 件の賞賛
返信