My code in main() gets deleted by „Clean Project“

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

My code in main() gets deleted by „Clean Project“

跳至解决方案
1,628 次查看
rolffreitag
Contributor III

I created a project following the example at

 

http://www.element14.com/community/community/designcenter/kinetis_kl2_freedom_board/blog/2014/09/22/...

 

for the board twrk60d100.

But a „Clean Project“ always deletes my code in main(), with the error message „End of main routine was updated in main module. (in the module main.c)“.

 

I can reproduce this under 32 and 64 bit Windows 7.

 

 

The code is added at the for(;;)-loop, between the lines

 

  /*** Processor Expert end of main routine. DON'T MODIFY THIS CODE!!! ***/

 

and

 

  /*** Processor Expert end of main routine. DON'T WRITE CODE BELOW!!! ***/

 

So my code is where modified code should be.

How can i stop KDS from deleting my code?

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

I found a solution by placing the code at the line

  /* Write your code here */

The comments in the generated main.c are misleading. The line should have the comment

  /* Write your code only here */

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,459 次查看
rolffreitag
Contributor III

I found a solution by placing the code at the line

  /* Write your code here */

The comments in the generated main.c are misleading. The line should have the comment

  /* Write your code only here */

0 项奖励
回复