Skip to content

Instantly share code, notes, and snippets.

@dagar
Created December 28, 2017 15:05
Show Gist options
  • Select an option

  • Save dagar/b248fab4597c0e55d623ebefb250b7c8 to your computer and use it in GitHub Desktop.

Select an option

Save dagar/b248fab4597c0e55d623ebefb250b7c8 to your computer and use it in GitHub Desktop.
PX4 Firmware build using docker_run.sh
dagar@dagar-desktop ~/git/Firmware
% ./Tools/docker_run.sh 'make posix_sitl_default'
guessing PX4_DOCKER_REPO based on input
PX4_DOCKER_REPO: px4io/px4-dev-nuttx:2017-10-23
Starting with UID : 1000
-- Build Type: RelWithDebInfo
-- PX4 VERSION: v1.7.2-17-g370da89
-- CONFIG: posix_sitl_default
-- Build Type: RelWithDebInfo
-- The CXX compiler identification is GNU 5.4.0
-- The C compiler identification is GNU 5.4.0
-- The ASM compiler identification is GNU
-- Found assembler: /usr/lib/ccache/cc
-- Check for working CXX compiler using: Ninja
-- Check for working CXX compiler using: Ninja -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler using: Ninja
-- Check for working C compiler using: Ninja -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Found PythonInterp: /usr/bin/python (found version "2.7.12")
-- Found PY_jinja2: /usr/local/lib/python2.7/dist-packages/jinja2
-- C compiler: cc (Ubuntu 5.4.0-6ubuntu1~16.04.5) 5.4.0 20160609
-- C++ compiler: c++ (Ubuntu 5.4.0-6ubuntu1~16.04.5) 5.4.0 20160609
-- Configuring done
-- Generating done
-- Build files have been written to: /home/dagar/git/Firmware-upstream/build/posix_sitl_default
[557/557] Linking CXX executable px4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment