Build options / auto building

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

Build options / auto building

848件の閲覧回数
TurboMan
Contributor IV

Usually when you select "build automatically", the IDE will build when you click the hammer icon, or right click on the project and click build, and then I can launch a debug session and go straight into the session.

 

However, when I build a project in KDS3.2.0 and then debug, it goes and builds the project AGAIN when I press the debug button.

 

Is there any way around this? Is it a known bug?

 

I don't want to select "disable auto-build" because then when I've gone and made a change to something at a point in the future, and go back into a debug session to check if it's fixed a software bug, it will look like the bug hasn't been fixed. What I want is to only build the project IF there have been changes OR the project is not built.

ラベル(1)
タグ(2)
0 件の賞賛
2 返答(返信)

533件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hello,

There is an Eclipse workspace setting to 'build automatically before debug', see https://mcuoneclipse.com/2012/10/30/speeding-up-the-debug-launch-in-codewarrior/. So if you deselect this, then it will not do a build before debug.

You might check if the 'refresh policy' is set correctly (I have seen SDK example projects with wrong settings), see https://mcuoneclipse.com/2015/06/06/eclipse-project-refresh-policy-broken-incremental-build-with-ext... . If this is wrong, then the build will do always a full build instead of an incremental build, so this might be worthwile checking.

I hope this helps,

Erich

535件の閲覧回数
TurboMan
Contributor IV

Hi Erich,

   yes, my project was set to build automatically before launch, but your second part is what fixed it. So yes, I had the FRDM_K64F_Test project listed under the refresh policy. Deleting this and selecting the project fixed my problem. Thanks again for useful help :smileyhappy:

0 件の賞賛