Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - 6.6 options?: (4 Items)
   
6.6 options?  
Hi:

We wish to build some pkgsrc projects for ARM. Weve done it successfully in the past, but we used a native QNX install. 


In 6.6 that native build option isnt available, so I'd like to know if packages can be built on the IDE or in a dos 
command shell ? 

Are there any plans to port the bootstrap functionality to Momentics or Windows?  Or any other way to use pkgsrc in 6.6?


Thanks,
Andy
Re: 6.6 options?  
I've managed to get a few things built with some ugly hackery.
I'll try to clean it up and put it in a wiki soonish.

-seanb

On Mon, Apr 07, 2014 at 08:14:40PM -0400, Andy Rhind wrote:
> Hi:
> 
> We wish to build some pkgsrc projects for ARM. Weve done it successfully in the past, but we used a native QNX install
. 
> 
> In 6.6 that native build option isnt available, so I'd like to know if packages can be built on the IDE or in a dos 
command shell ? 
> 
> Are there any plans to port the bootstrap functionality to Momentics or Windows?  Or any other way to use pkgsrc in 6.
6?
> 
> Thanks,
> Andy
> 
> 
> 
> _______________________________________________
> 
> PkgInfo
> http://community.qnx.com/sf/go/post109836
> To cancel your subscription to this discussion, please e-mail pkginfo-pkgsrc-unsubscribe@community.qnx.com
Re: 6.6 options?  
Sean:

Thanks for this, pkgsrc is too good resource to loose.  Much appreciated.

Andy
RE: 6.6 options?  
Create a projet_config.jam file:

import option ;
import feature ;

using qcc ;

project : default-build <toolset>qcc ;

libraries =  --without-python --without-wave --without-timer --without-mpi --without-log --without-locale --without-
iostreams --without-graph --without-graph_parallel --without-exception --without-coroutine --without-context --without-
atomic --without-chrono ;

option.set prefix : /home/username/cross/usr/local/boost_1_55_0_660 ;
option.set exec-prefix : /home/ username /cross/usr/local/boost_1_55_0_660/bin ;
option.set libdir : /home/ username /cross/usr/local/boost_1_55_0_660/lib ;
option.set includedir : /home/ username /cross/usr/local/boost_1_55_0_660/include ;

option.set keep-going : false ;


====

./bootstrap.sh
./bjam -j`nproc` threading=multi install


> -----Message d'origine-----
> De : Andy Rhind [mailto:community-noreply@qnx.com]
> Envoyé : 8 avril 2014 21:40
> À : pkginfo-pkgsrc
> Objet : Re: 6.6 options?
> 
> Sean:
> 
> Thanks for this, pkgsrc is too good resource to loose.  Much appreciated.
> 
> Andy
> 
> 
> 
> _______________________________________________
> 
> PkgInfo
> http://community.qnx.com/sf/go/post109863
> To cancel your subscription to this discussion, please e-mail pkginfo-pkgsrc-
> unsubscribe@community.qnx.com