Re: ARM Cross-Compilation

2011-06-27 Thread Wookey
+++ Marc-André Moreau [2011-06-26 10:41 -0400]: > > Nothing wrong with this method, and it is reliable, but I find it > quicker and easier to use multistrap and do: > multistrap -f > > > Will look into that, it could save me time sorry that should read multistrap -f /usr/share/mul

Re: ARM Cross-Compilation

2011-06-26 Thread Marc-André Moreau
Hi Wookey, I confirm that I just got it to work with natty :D I have put my notes on the FreeRDP wiki, I'll expand the article later: http://www.freerdp.com/wiki/doku.php?id=arm_cross_compiling Since we're using libtool, the executables are wrapped behind scripts that set up proper environment v

Re: ARM Cross-Compilation

2011-06-26 Thread Marc-André Moreau
Hi Wookey, I just managed to get it to compile on oneiric. I think I figured out the problem related to pthreads: I had to install libpthread-stubs0 libpthread-stubs0-dev for the current architecture, not the target architecture, which is a bit weird, but it works. The configure script would compl

Re: ARM Cross-Compilation

2011-06-26 Thread Marc-André Moreau
On Fri, Jun 24, 2011 at 5:49 AM, Wookey wrote: > +++ Marc-André Moreau [2011-06-23 17:40 -0400]: > > [I wrote a response to this for 4hrs last night then my mail server > crashed and lost it all - . trying agin...] > > > Hi, > > > > I am Marc-Andre from the FreeRDP project, an open source RDP cli

Re: ARM Cross-Compilation

2011-06-24 Thread Wookey
+++ Marc-André Moreau [2011-06-23 17:40 -0400]: [I wrote a response to this for 4hrs last night then my mail server crashed and lost it all - . trying agin...] > Hi, > > I am Marc-Andre from the FreeRDP project, an open source RDP client. I want to > work on optimizing FreeRDP for ARM using the