Re: [Qbs] Linux 32 bits build on x86_64 host

2017-09-09 Thread Christian Gagneraud
_ > From: Qbs on behalf of > Christian Gagneraud > Sent: Saturday, September 9, 2017 2:07 AM > To: qbs; qt-creator > Subject: [Qbs] Linux 32 bits build on x86_64 host > > [cross-posted qbs + qt-creator] > > > Hi there, > > I'm using a

Re: [Qbs] Linux 32 bits build on x86_64 host

2017-09-09 Thread Christian Kandeler
le a bug report? From: Qbs on behalf of Christian Gagneraud Sent: Saturday, September 9, 2017 2:07 AM To: qbs; qt-creator Subject: [Qbs] Linux 32 bits build on x86_64 host [cross-posted qbs + qt-creator] Hi there, I'm using a 64bits Linux host and I have install

Re: [Qbs] Linux 32 bits build on x86_64 host

2017-09-09 Thread Christian Gagneraud
On 9 September 2017 at 22:42, Ely wrote: > The -m64 flag seems to be set from /usr/share/qbs/modules/cpp/gcc.js because > you have a 64-bit host and no specified target architecture. I do understand this, but then it is a Qtc/Qbs integration problem, my toolchain is defined as gcc 32 bits, it is

Re: [Qbs] Linux 32 bits build on x86_64 host

2017-09-09 Thread Ely
The -m64 flag seems to be set from /usr/share/qbs/modules/cpp/gcc.js because you have a 64-bit host and no specified target architecture. > import qbs > > StaticLibrary { > name: "Alarms" > Depends { name: "cpp" } > cpp.includePaths: [ ...] > cpp.libraryPaths: [ ... ] > cpp.d

[Qbs] Linux 32 bits build on x86_64 host

2017-09-08 Thread Christian Gagneraud
[cross-posted qbs + qt-creator] Hi there, I'm using a 64bits Linux host and I have installed the "official" Qt-5.5-linux-32. I have then setup QtCreator: Qt Version: Name: Qt 5.5.1 (gcc-32) ABI: x86-linux-generic-elf-32bit Source: /opt/Qt32/5.5/gcc mkspec: linux-g++-32 qmake: /opt/Qt32/5.5/gcc