Re: Problems cross building arm debian packages

2010-07-11 Thread Loïc Minier
On Thu, May 06, 2010, Francois Goudal wrote: > So it looks good. But actually, if I look at what's inside this > package, I can see that the hello binary is actually an x86 ELF > binary file :( > > Looking closer to the package build process, I can see that the > ./configure is not run with any cr

Re: Problems cross building arm debian packages

2010-05-07 Thread Steve Langasek
On Thu, May 06, 2010 at 12:28:12PM +0200, Francois Goudal wrote: > In the hello source folder, I run : dpkg-buildpackage -aarmel > -rfakeroot -us -uc > After that, I get a file ../hello_2.2-2_armel.deb > So it looks good. But actually, if I look at what's inside this > package, I can see that the

Re: Problems cross building arm debian packages

2010-05-06 Thread Martin Guy
On 5/6/10, Francois Goudal wrote: > I'm currently trying to setup an ARM cross toolchain which would be able to > generate armel deb packages from an x86 machine. > > I'm also not sure this is the right place to ask about that. I don't think > this belongs to Emdebian but I might be wrong. Hi

Problems cross building arm debian packages

2010-05-06 Thread Francois Goudal
Hi, I'm currently trying to setup an ARM cross toolchain which would be able to generate armel deb packages from an x86 machine. I want to be able to build packages for lenny armel. I also have another requirement : My cross gcc needs to be 4.4 because gcc4.4 has some atomic builtins which I n