Building projects from the command line (hang fix)

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

Building projects from the command line (hang fix)

1,124件の閲覧回数
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 返答(返信)