Ardupilot Developer Building PX4 with Linux

Hello everyone,

I am trying to build Pixhawk on Linux (Ubuntu 14.04) and am trying to make configure my ArduCopter directory (dev.ardupilot.com/wiki/building- … with-make/). When I go in my directory and type in : make configure I get warning that I must change my system configurations and my board or port. When i try doing : make px4-v2, I get the error that arm-none-eabi-gcc is not found in the mkdeps.sh file. I have tried installing arm-none-eabi-gcc by using wget and tar functions, but these have not helped. Has anyone gotten this error before, and have you solved it?

Thank you in advance.

You might want to ask this on drones-discuss@googlegroups.com. It’s more of a development question and I think you’ll find more devs there able to answer.