paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Paparazzi-devel] Re: Ubuntu 10.04 make inconsistent assumptions over in


From: Adam Amos
Subject: [Paparazzi-devel] Re: Ubuntu 10.04 make inconsistent assumptions over interface Buffer
Date: Fri, 14 May 2010 20:08:19 +1000

Hi all Re: Ubuntu 10.04 make inconsistent assumptions over interface Buffer.

I believe the problem will be solved by sticking with Ubuntu 9.10 Karmic. I
have updated by website(RescueRobotics) accordingly.

-Adam



-----Original Message-----
From: address@hidden
[mailto:address@hidden
On Behalf Of address@hidden
Sent: Friday, May 14, 2010 2:00 AM
To: address@hidden
Subject: Paparazzi-devel Digest, Vol 74, Issue 30

Send Paparazzi-devel mailing list submissions to
        address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.nongnu.org/mailman/listinfo/paparazzi-devel
or, via email, send a message with subject or body 'help' to
        address@hidden

You can reach the person managing the list at
        address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Paparazzi-devel digest..."


Today's Topics:

   1. incompatible libgcc building on 64bit ubuntu? (James Peverill)
   2. Re: incompatible libgcc building on 64bit ubuntu? (Nathan Aherne)
   3. Re: incompatible libgcc building on 64bit ubuntu? (David Carlson)
   4. Re: incompatible libgcc building on 64bit ubuntu?
      (Martial Chateauvieux)
   5. Ubuntu 10.04 make incosistent assumptions over    interface
      Buffer (Ing. Niki Regina)


----------------------------------------------------------------------

Message: 1
Date: Wed, 12 May 2010 21:26:41 -0400
From: James Peverill <address@hidden>
Subject: [Paparazzi-devel] incompatible libgcc building on 64bit
        ubuntu?
To: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed


I searched but didn't find any other folks with this issue.  I have been 
using PPZ for a while now but have never managed to get it to build on 
my primary machine (64 bit Ubuntu Karmic 9.10).

I have gcc-arm-none-eabi, binutils-arm-none-eabi and 
newlib-arm-none-eabi installed.  I can build and run the Paparazzi 
Center but when i try to build the aircraft firmware (ap.upload) I get:
/usr/lib/gcc/arm-none-eabi/4.4.3/../../../../arm-none-eabi/bin/ld: 
skipping incompatible /usr/lib/gcc/arm-none-eabi/4.4.3/libgcc.a when 
searching for -lgcc
/usr/lib/gcc/arm-none-eabi/4.4.3/../../../../arm-none-eabi/bin/ld: 
cannot find -lgcc

Anyone else encounter and hopefully fix this issue?  I have a feeling it 
is just a dependency issue but so far I haven't been able to track it 
down.  Any tips greatly appreciated!


James




------------------------------

Message: 2
Date: Wed, 12 May 2010 23:50:15 -0500 (CDT)
From: Nathan Aherne <address@hidden>
Subject: Re: [Paparazzi-devel] incompatible libgcc building on 64bit
        ubuntu?
To: "address@hidden" <address@hidden>
Message-ID: <address@hidden>
Content-Type: text/plain;       charset=us-ascii;       format=flowed;
delsp=yes

Use 32 bit ubuntu

Sent from my iPhone

On 13/05/2010, at 1:54 PM, James Peverill <address@hidden>  
wrote:

>
> I searched but didn't find any other folks with this issue.  I have  
> been using PPZ for a while now but have never managed to get it to  
> build on my primary machine (64 bit Ubuntu Karmic 9.10).
>
> I have gcc-arm-none-eabi, binutils-arm-none-eabi and newlib-arm-none- 
> eabi installed.  I can build and run the Paparazzi Center but when i  
> try to build the aircraft firmware (ap.upload) I get:
> /usr/lib/gcc/arm-none-eabi/4.4.3/../../../../arm-none-eabi/bin/ld:  
> skipping incompatible /usr/lib/gcc/arm-none-eabi/4.4.3/libgcc.a when  
> searching for -lgcc
> /usr/lib/gcc/arm-none-eabi/4.4.3/../../../../arm-none-eabi/bin/ld:  
> cannot find -lgcc
>
> Anyone else encounter and hopefully fix this issue?  I have a  
> feeling it is just a dependency issue but so far I haven't been able  
> to track it down.  Any tips greatly appreciated!
>
>
> James
>
>
> _______________________________________________
> Paparazzi-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/paparazzi-devel



------------------------------

Message: 3
Date: Thu, 13 May 2010 08:32:31 +0300
From: David Carlson <address@hidden>
Subject: Re: [Paparazzi-devel] incompatible libgcc building on 64bit
        ubuntu?
To: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

It was difficult to get it running on 64-bit Ubuntu and I ended up doing 
as Nathan advises and running 32-bit Ubuntu.  I did so within a VM 
without issue.  In fact, I think there's an image floating around that's 
already set up as well.

Buzz

On 05/13/2010 07:50 AM, Nathan Aherne wrote:
> Use 32 bit ubuntu
>
> Sent from my iPhone
>
> On 13/05/2010, at 1:54 PM, James Peverill <address@hidden> 
> wrote:
>
>>
>> I searched but didn't find any other folks with this issue.  I have 
>> been using PPZ for a while now but have never managed to get it to 
>> build on my primary machine (64 bit Ubuntu Karmic 9.10).
>>
>> I have gcc-arm-none-eabi, binutils-arm-none-eabi and 
>> newlib-arm-none-eabi installed.  I can build and run the Paparazzi 
>> Center but when i try to build the aircraft firmware (ap.upload) I get:
>> /usr/lib/gcc/arm-none-eabi/4.4.3/../../../../arm-none-eabi/bin/ld: 
>> skipping incompatible /usr/lib/gcc/arm-none-eabi/4.4.3/libgcc.a when 
>> searching for -lgcc
>> /usr/lib/gcc/arm-none-eabi/4.4.3/../../../../arm-none-eabi/bin/ld: 
>> cannot find -lgcc
>>
>> Anyone else encounter and hopefully fix this issue?  I have a feeling 
>> it is just a dependency issue but so far I haven't been able to track 
>> it down.  Any tips greatly appreciated!
>>
>>
>> James
>>
>>
>> _______________________________________________
>> Paparazzi-devel mailing list
>> address@hidden
>> http://lists.nongnu.org/mailman/listinfo/paparazzi-devel
>
> _______________________________________________
> Paparazzi-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/paparazzi-devel




------------------------------

Message: 4
Date: Thu, 13 May 2010 10:57:51 +0200
From: Martial Chateauvieux <address@hidden>
Subject: Re: [Paparazzi-devel] incompatible libgcc building on 64bit
        ubuntu?
To: address@hidden
Message-ID: <address@hidden>
Content-Type: Text/Plain;  charset="iso-8859-1"

Hi James,
I've had some problem last year when compiling for the Gumstix. I solved
them by going back to gcc 4.2
Is that an option for you?
Martial

Le jeudi 13 mai 2010 03:26:41 James Peverill, vous avez icrit :
> I searched but didn't find any other folks with this issue.  I have been
> using PPZ for a while now but have never managed to get it to build on
> my primary machine (64 bit Ubuntu Karmic 9.10).
> 
> I have gcc-arm-none-eabi, binutils-arm-none-eabi and
> newlib-arm-none-eabi installed.  I can build and run the Paparazzi
> Center but when i try to build the aircraft firmware (ap.upload) I get:
> /usr/lib/gcc/arm-none-eabi/4.4.3/../../../../arm-none-eabi/bin/ld:
> skipping incompatible /usr/lib/gcc/arm-none-eabi/4.4.3/libgcc.a when
> searching for -lgcc
> /usr/lib/gcc/arm-none-eabi/4.4.3/../../../../arm-none-eabi/bin/ld:
> cannot find -lgcc
> 
> Anyone else encounter and hopefully fix this issue?  I have a feeling it
> is just a dependency issue but so far I haven't been able to track it
> down.  Any tips greatly appreciated!
> 
> 
> James
> 
> 
> _______________________________________________
> Paparazzi-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/paparazzi-devel
> 



------------------------------

Message: 5
Date: Thu, 13 May 2010 15:51:51 +0200
From: "Ing. Niki Regina" <address@hidden>
Subject: [Paparazzi-devel] Ubuntu 10.04 make incosistent assumptions
        over    interface Buffer
To: <address@hidden>
Message-ID: <address@hidden>
Content-Type: text/plain; charset="utf-8"

I installed Ubuntu 10.04 on VM. I followed the instructions found
http://www.rescuerobotics.com.au/getting-started-with-linux-and-the-paparazz
i-ground-control-station .
I found the first problem when I tried to install Paparazzi-dev package. I
solved this issue adding the source list of Ivy-Ibara founded in
http://paparazzi.enac.fr/wiki/Installation. 
Now when i try to compile the file "make" in the terminal i found this
error:

usr/lib/ocaml/ivy-ocaml.cma(Ivy) and /usr/lib/ocaml/stdlib.cma(Buffer) make
incosistent assumptions over interface Buffer.

Did you solve this issue?

Niki Regina
Laboratorio di Navigazione Aerea e Superficie
DEIS/ARCES II FacoltC  di Ingegneria - FacoltC  di Bologna
Via Fontanelle 40, 47100, ForlC,, Italy.
Tel: +39 - 0543 - 786931
Fax: +39 - 0543 - 796934
Cel: +39 - 335 - 341218
Email: address@hidden


--
LA RICERCA Cb




reply via email to

[Prev in Thread] Current Thread [Next in Thread]