Building projects from the command line (hang fix)

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

Building projects from the command line (hang fix)

1,122 次查看
brich
Contributor III

This is not a question, rather it is a comment related to:Building projects from the command line 

For those that experience apparent hanging of LPCXpresso after building from the command line, you may be having a problem related to the indexer.  The symptom looks like this on a console:

17:53:23 Build Finished (took 93s.270ms)

 <----Hangs here for a while before returning to console below

C:\bamboo\embedded\

The fix for this problem can be found in the following link: c++ - Java deadlock with Eclipse CDT headless build - Stack Overflow 

In case the link above goes dead, try adding the -no-indexer option to the command you pass to lpcxpresso(c).  Your script should return immediately after the statement:

"17:53:23 Build Finished (took 93s.270ms)"

Happy automated building!

标签 (2)
0 项奖励
回复
0 回复数