included S19 file isn't updated when compiling

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

included S19 file isn't updated when compiling

跳至解决方案
1,276 次查看
Seppel
Contributor I

Hi @all,

 

in my application PRM file i include bootloader by HEXFILE ..\bin\bootloader.s19 instruction. If i do some small changes in this bootloader.s19 file (f.e. only one var value changed in bootloader project and became recompiled) and copy paste the new file in app folder, and than recompile the app -> the app still works with the old bootloader.s19 file. Compiler don't realizes that the bootloader.s19 file has changed a little bit, and don't refresh it.

 

How can i teach the compiler to compile the bootloader.s19 each time, by every compilation progress, unless it have changed or not?

标签 (1)
0 项奖励
回复
1 解答
1,090 次查看
Ware
Contributor III

 

For original CodeWarrior

  1. Select: PROJECT->Remove Object Code
  2. Then recompile

 

For Eclipse-based CodeWarrior (v10+)

  1.  Select: PROJECT->Clean
  2. Then recompile

 

 Regards,

 - Ware

 

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,091 次查看
Ware
Contributor III

 

For original CodeWarrior

  1. Select: PROJECT->Remove Object Code
  2. Then recompile

 

For Eclipse-based CodeWarrior (v10+)

  1.  Select: PROJECT->Clean
  2. Then recompile

 

 Regards,

 - Ware

 

0 项奖励
回复
1,090 次查看
Seppel
Contributor I

Thanks, just one click more i would like to have, but it works :smileywink:

0 项奖励
回复