Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - BOOST QNX 7: (5 Items)
   
BOOST QNX 7  
Does anyone have a working version of Boost for QNX 7??  

I've built & re-built but the closest I've gotten has been my app failing with

<progname>: Attempting to exec a shared lib 
Re: BOOST QNX 7  
More specifics:

I've tried building Boost on my QNX 7.0 hosted on a windows 10 platform but the issues being that the bootstrap.bat will
 not accept qcc as a toolset.  I tried building in a cygwin shell, but this also failed. 
Re: BOOST QNX 7  
We are also very much interested in getting a port of recent version of boost.

From my experience, any porting of existing third-party code should be done under Linux hosts.

Regards,
Albrecht
Re: BOOST QNX 7  
"porting of existing third-party code should be done under Linux hosts" 

After repeatedly trying to build on a windows host (and failing), I'm pretty sure Linux is the right approach. Thanks 
Albrecht.
Re: BOOST QNX 7 (lib: Archive has no index)  
Using Ubuntu to build:
 bootstrap.sh --with-icu
 ./b2 toolset=qcc target-os=qnxnto threadapi=pthread link=static -l240 --layout=system --without-python cxxflags="-
Vgcc_ntox86_64 -Y_gpp" linkflags="-Vgcc_ntox86_64 -Y_gpp -lang-c++" -j7 > buildlog.txt 2>&1

However, when I attempt to build the boost test program which relies on libboost_regex I get:
make -j8 all 
qcc -lang-c++ -Vgcc_ntox86 -c -Wp,-MMD,build/x86-debug/src/t2.d,-MT,build/x86-debug/src/t2.o -o build/x86-debug/src/t2.o
  -Wall -fmessage-length=0 -g -O0 -fno-builtin  src/t2.cpp
qcc -lang-c++ -Vgcc_ntox86 -o build/x86-debug/t2  -LC:/qnx700/target/qnx7/usr/pkg/lib/boost_1_69_x86_64 build/x86-debug/
src/t2.o  -lboost_regex
C:/qnx700/target/qnx7/usr/pkg/lib/boost_1_69_x86_64\libboost_regex.a: error adding symbols: Archive has no index; run 
ranlib to add one