prepare (1/3):
finished
cmake (2/3):
-- The C 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
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_CXX_COMPILER
-- Build files have been written to: /out
finished
make (3/3):
Scanning dependencies of target c2
[ 33%] Building C object CMakeFiles/c2.dir/main.c.o
/out/main.c:97:45: warning: implicit declaration of function 'getpid' is invalid in C99 [-Wimplicit-function-declaration]
srand((unsigned int) time(0) + getpid());
^
1 warning generated.
[ 66%] Building C object CMakeFiles/c2.dir/aes.c.o
[100%] Linking C executable c2
[100%] Built target c2
finished
all tasks finished, build successfully