邹磊 wrote:
Hi, Volodya. Thanks for your reply. I have tried the method in the document ( http://www.boost.org/boost-build2/doc/html/bbv2/tasks/crosscompile.html ), there were still some problems. Some libraries has been built successfully, but many not (such as libboost_serialization, libboost_wave and so on). I got the information as following:
...failed gcc.compile.c++ bin.v2/libs/math/build/gcc-3.8.0/release/link-static/threading-multi/sph_neumannf.o... .......... ...skipped
libboost_serialization-gcc38-mt.a for lack oflibboost_serialization-gcc38-mt-1_38.a...
I didn't know why these libraries built failed. I wonder whether the problem is due to my gcc kernel of cross-compiler . Maybe it's version is too low to build that libraries? How to solve the problem?
Please quote the error message from the compiler, not the diagnostic message from Boost.Build. - Volodya