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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
1,573 Views
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.

Labels (1)
0 Kudos
Reply
1 Solution
1,296 Views
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

View solution in original post

0 Kudos
Reply
2 Replies
1,297 Views
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 Kudos
Reply
1,296 Views
JimDon
Senior Contributor III

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

0 Kudos
Reply