acuasi / ardupilot

GNU General Public License v3.0
0 stars 0 forks source link

Part of autotest/compile cycle fails, check into this #16

Open brucecrevensten opened 10 years ago

brucecrevensten commented 10 years ago
~/ardupilot/ArduPlane ~/ardupilot
/home/vagrant/ardupilot/../buildlogs/binaries/Plane/beta/PX4 doesn't exist - building
HAL_BOARD=HAL_BOARD_PX4 TOOLCHAIN=NATIVE EXTRAFLAGS=-DGIT_VERSION="f0615253" -DNUTTX_GIT_VERSION="55657316" -DPX4_GIT_VERSION="63bac168"
make[1]: Entering directory `/home/vagrant/PX4Firmware'
%% Configuring NuttX for px4fmu-v1
/bin/sh: 1: arm-none-eabi-gcc: not found
/bin/sh: 1: arm-none-eabi-gcc: not found
%% Exporting NuttX for px4fmu-v1
LN: include/arch to arch/arm/include
LN: include/arch/board to configs/px4fmu-v1/include
LN: include/arch/chip to arch/arm/include/stm32
LN: arch/arm/src/board to configs/px4fmu-v1/src
LN: arch/arm/src/chip to arch/arm/src/stm32
LN: include/apps to ../apps/include
Register: sercon
Register: serdis
make[4]: Nothing to be done for `context'.
make[4]: Nothing to be done for `context'.
make[4]: Nothing to be done for `context'.
make[4]: Nothing to be done for `context'.
Register: sysinfo
/home/vagrant/PX4NuttX/nuttx/tools/mkdeps.sh: line 94: arm-none-eabi-gcc: command not found
/home/vagrant/PX4NuttX/nuttx/tools/mkdeps.sh: line 94: arm-none-eabi-gcc: command not found

Perhaps fix the vagrantfile to add more tooling.