Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - QNX 6.6.0: (4 Items)
   
QNX 6.6.0  
Hi,

What is the propose method to build x86 stuff build around the configure tool, think like boost for example ? 
Re: QNX 6.6.0  
On 14-03-07 04:37 PM, Mario Charest wrote:
> Hi,
>
> What is the propose method to build x86 stuff build around the configure tool, think like boost for example ?

AFAIK, Boost doesn't use autotools, but has it's own build system. For 
most autotools projects that use configure, usually you can configure 
them to cross compile with ./configure --host=i486-pc-nto-qnx6.6.0 or 
-host=arm-unknown-nto-qnx6.6.0eabi.

Regards,

Ryan Mansfield

RE: QNX 6.6.0  

> -----Message d'origine-----
> De : Ryan Mansfield [mailto:community-noreply@qnx.com]
> Envoyé : 7 mars 2014 16:46
> À : general-toolchain@community.qnx.com
> Objet : Re: QNX 6.6.0
> 
> On 14-03-07 04:37 PM, Mario Charest wrote:
> > Hi,
> >
> > What is the propose method to build x86 stuff build around the configure tool,
> think like boost for example ?
> 
> AFAIK, Boost doesn't use autotools, but has it's own build system. For most
> autotools projects that use configure, usually you can configure them to cross
> compile with ./configure --host=i486-pc-nto-qnx6.6.0 or -host=arm-unknown-
> nto-qnx6.6.0eabi.

That`s assuming Linux host right ?

> 
> Regards,
> 
> Ryan Mansfield
> 
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post109286
> To cancel your subscription to this discussion, please e-mail general-toolchain-
> unsubscribe@community.qnx.com

Re: QNX 6.6.0  
On 14-03-07 05:17 PM, Mario Charest wrote:
>
>
>> -----Message d'origine-----
>> De : Ryan Mansfield [mailto:community-noreply@qnx.com]
>> Envoyé : 7 mars 2014 16:46
>> À : general-toolchain@community.qnx.com
>> Objet : Re: QNX 6.6.0
>>
>> On 14-03-07 04:37 PM, Mario Charest wrote:
>>> Hi,
>>>
>>> What is the propose method to build x86 stuff build around the configure tool,
>> think like boost for example ?
>>
>> AFAIK, Boost doesn't use autotools, but has it's own build system. For most
>> autotools projects that use configure, usually you can configure them to cross
>> compile with ./configure --host=i486-pc-nto-qnx6.6.0 or -host=arm-unknown-
>> nto-qnx6.6.0eabi.
>
> That`s assuming Linux host right ?

Well, those are the host agnostic options to configure a project for 
QNX. But autotools/configure on Linux is usually easier than on windows.

Regards,

Ryan Mansfield