|
From: | John Mares |
Subject: | Re: [Paparazzi-devel] Missing arm toolchain on OS X Mavericks installation |
Date: | Fri, 31 Jan 2014 18:51:38 -0800 |
User-agent: | Microsoft-MacOutlook/14.13.0.110805 |
OK…thanks. I guess I’m sunk, I can’t seem to find the arm-linux-gnueabi-gcc package for macports. I’ll do some research on compiling from the terry.guo sources. From: Felix Ruess <address@hidden> Reply-To: Paparazzi UAV devel list <address@hidden> Date: Sat, 1 Feb 2014 03:48:32 +0100 To: Paparazzi UAV devel list <address@hidden> Subject: Re: [Paparazzi-devel] Missing arm toolchain on OS X Mavericks installation The arm-none-eabi-gcc cross compiler toolchain is only for bare metal targets (i.e. without system call to an operating system). So you can use that to compile for the stm32 and lpc2148 microcontroller targets. You are now trying to cross compile for the ARDrone which is running on Linux. For that you need the a toolchain targeting a linux operating system (arm-linux-gnueabi-gcc). I don't think this one is currently packaged with the OS X binary installer... Cheers, Felix On Sat, Feb 1, 2014 at 3:14 AM, address@hidden <address@hidden> wrote: No go. |
[Prev in Thread] | Current Thread | [Next in Thread] |