prepare (1/4):
finished
cmake (2/4):
-- The C compiler identification is Clang 6.0.0
-- The CXX compiler identification is Clang 6.0.0
-- Check for working C compiler: /usr/bin/clang
-- Check for working C compiler: /usr/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /out/build
finished
make (3/4):
Scanning dependencies of target driver
[ 16%] Building C object CMakeFiles/driver.dir/main.c.o
[ 33%] Linking C executable driver
[ 33%] Built target driver
Scanning dependencies of target mumsh
[ 50%] Building C object mumsh/CMakeFiles/mumsh.dir/main.c.o
/in/main.c:152:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if(child=fork())
~~~~~^~~~~~~
/in/main.c:152:13: note: place parentheses around the assignment to silence this warning
if(child=fork())
^
( )
/in/main.c:152:13: note: use '==' to turn this assignment into an equality comparison
if(child=fork())
^
==
/in/main.c:207:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
2 warnings generated.
[ 66%] Linking C executable mumsh
[ 66%] Built target mumsh
Scanning dependencies of target mumsh_memory_check
[ 83%] Building C object mumsh/CMakeFiles/mumsh_memory_check.dir/main.c.o
/in/main.c:152:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if(child=fork())
~~~~~^~~~~~~
/in/main.c:152:13: note: place parentheses around the assignment to silence this warning
if(child=fork())
^
( )
/in/main.c:152:13: note: use '==' to turn this assignment into an equality comparison
if(child=fork())
^
==
/in/main.c:207:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
2 warnings generated.
[100%] Linking C executable mumsh_memory_check
[100%] Built target mumsh_memory_check
finished
clean (4/4):
finished
all task finished, build successfully