[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Paparazzi-devel] Re: incompatible libgcc building on 64bit ubuntu?
From: |
antoine drouin |
Subject: |
Re: [Paparazzi-devel] Re: incompatible libgcc building on 64bit ubuntu? |
Date: |
Sun, 16 May 2010 16:04:05 +0200 |
Good work, James
This is also also what I did when I packaged the toolchain for STM32.
If you want to go one step further and make a Ubuntu package for 64
bit, I'll be glad to help
Regards
Poine
On Thu, May 13, 2010 at 8:22 PM, James Peverill <address@hidden> wrote:
>
> I think I managed to fix it this morning. I uninstalled the ubuntu
> arm-none-* packages and used a script I found to build the toolchain from
> scratch:
>
> http://www.hermann-uwe.de/blog/building-an-arm-cross-toolchain-with-binutils-gcc-newlib-and-gdb-from-source
>
> After installing a few dependencies and modifying Paparazzi's makefiles to
> look for the binaries in the right path, it built. I updated the script to
> use newer versions of the toolchain:
> BINUTILS=binutils-2.20.1
> GCC=gcc-4.4.4
> NEWLIB=newlib-1.18.0
> GDB=gdb-7.1
>
> Anyways, hopefully this will help someone else.
>
>
>
> James
>
>
>
>
> _______________________________________________
> Paparazzi-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/paparazzi-devel
>