included S19 file isn't updated when compiling

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

included S19 file isn't updated when compiling

ソリューションへジャンプ
1,304件の閲覧回数
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,118件の閲覧回数
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,119件の閲覧回数
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,118件の閲覧回数
Seppel
Contributor I

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

0 件の賞賛
返信