18 Dec
2012
18 Dec
'12
4:09 p.m.
---- Arshdeep Singh <moduli16@...400...> wrote:
There are no error messages. The build process just stops at the file subtree.o . There is no message that shows an error or completion of build process.
This is normal when doing a parallel build. If you are doing a parallel build (btool -j), run btool again and it will only recompile the files that errored and you will see the error(s) if there were any. You can also have a look in the file "compile.lst" (or some name like that) that should show all logged output (including errors).
-Johan