Skip to content

Instantly share code, notes, and snippets.

@philosodad
Created December 17, 2015 17:07
Show Gist options
  • Save philosodad/c7eb2a97db5367670e69 to your computer and use it in GitHub Desktop.
Save philosodad/c7eb2a97db5367670e69 to your computer and use it in GitHub Desktop.
tiffany:serialtest paul$ mix deps.compile
==> serial
-- The C compiler identification is AppleClang 7.0.2.7000181
-- The CXX compiler identification is AppleClang 7.0.2.7000181
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- 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: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- 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: /Users/paul/Dropbox/dev/serialtest/deps/serial
Scanning dependencies of target serial
[ 50%] Building C object CMakeFiles/serial.dir/src/serial.c.o
[100%] Linking C executable priv/serial
[100%] Built target serial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment