Re: [Development] Issues with cross-compilation

2012-03-23 Thread Thiago Macieira
On sexta-feira, 23 de março de 2012 10.37.30, Pierre Vorhagen wrote: > 2012/3/23 Girish Ramakrishnan > > > I cross compile Qt5 here all the time and haven't faced this problem. > > What is your configure line and can you post your mkspecs? Do you set > > CC, CXX and other env variables to point to

Re: [Development] Issues with cross-compilation

2012-03-23 Thread Pierre Vorhagen
Hi, first of all, thank you all for your detailed responses. 2012/3/22 Jon Trulson : > I too do daily corss-compiles on arm with qt5. I have only seen the > problem you describe when I set QMAKESPEC to the arm mkspec I use. I > would recommend not using that at all for a cross compile. You sho

Re: [Development] Issues with cross-compilation

2012-03-22 Thread Girish Ramakrishnan
Hi Pierre, On Thu, Mar 22, 2012 at 4:30 AM, Pierre Vorhagen wrote: > Hello, > > I have had 2 issues with cross-compilation of Qt 5 to an ARM board, that > I have not found clean solutions for. > > 1. For libbootstrap, qmake seems to pick up the cross-compiler, instead > of the one of the developm

Re: [Development] Issues with cross-compilation

2012-03-22 Thread Jon Trulson
On Thu, 22 Mar 2012, Pierre Vorhagen wrote: > Hello, > > I have had 2 issues with cross-compilation of Qt 5 to an ARM board, that > I have not found clean solutions for. > > 1. For libbootstrap, qmake seems to pick up the cross-compiler, instead > of the one of the development system. This results

Re: [Development] Issues with cross-compilation

2012-03-22 Thread Thiago Macieira
On quinta-feira, 22 de março de 2012 12.30.05, Pierre Vorhagen wrote: > 1. For libbootstrap, qmake seems to pick up the cross-compiler, instead > of the one of the development system. This results in failure when said > library is seen to be in the wrong format. Can't confirm, it works for me here

[Development] Issues with cross-compilation

2012-03-22 Thread Pierre Vorhagen
Hello, I have had 2 issues with cross-compilation of Qt 5 to an ARM board, that I have not found clean solutions for. 1. For libbootstrap, qmake seems to pick up the cross-compiler, instead of the one of the development system. This results in failure when said library is seen to be in the wro