- /opt/develop/i686-elbe-linux-gnu/bin/i686-elbe-linux-gnu-c++ -I/opt/develop/i686-elbe-linux-gnu/i686-elbe-linux-gnu/sysroot/usr/include/i386-linux-gnu -I/home/test001/work/rds_testbuild2_olddevel/Rds_15_17_074/Base/../Base -I/home/test001/work/rds_testbuild2_olddevel/Rds_15_17_074/Base/../NumericalRecipes -I/home/test001/work/rds_testbuild2_olddevel/Rds_15_17_074/Base/../Math -I/home/test001/work/rds_testbuild2_olddevel/Rds_15_17_074/Base/../Math/Armadillo/include -I/home/test001/work/rds_testbuild2_olddevel/Rds_15_17_074/Base/../Rma -I/home/test001/work/rds_testbuild2_olddevel/Rds_15_17_074/Base/../Rma/FtpFile -I/home/test001/work/rds_testbuild2_olddevel/Rds_15_17_074/Base/../Rdc -I/home/test001/work/rds_testbuild2_olddevel/Rds_15_17_074/Base/../Rdc/Host1 -I/home/test001/work/rds_testbuild2_olddevel/Rds_15_17_074/Base/../Utilities -I/home/test001/work/rds_testbuild2_olddevel/Rds_15_17_074/Base/../Externals/jsoncons/include -I/home/test001/work/rds_testbuild2_olddevel/Rds_15_17_074/Base -g -DDEBUG -D_DEBUG -DPOSIX -DSVN_REV='"9264"' -fPIC -std=gnu++11 -o CMakeFiles/base.dir/Error.cpp.o -c /home/test001/work/rds_testbuild2_olddevel/Rds_15_17_074/Base/Error.cpp
- /home/test001/work/rds_testbuild2_olddevel/Rds_15_17_074/Base/PosixSystem.cpp: In static member function 'static T_Bool C_PosixSystem::CloseThread(C_Thread&)':
- /home/test001/work/rds_testbuild2_olddevel/Rds_15_17_074/Base/PosixSystem.cpp:399:38: error: 'pthread_clockjoin_np' was not declared in this scope
- &waitTime);
- fix:
- Index: CMakeBase/pack_control.cmake
- ===================================================================
- --- CMakeBase/pack_control.cmake (revision 9264)
- +++ CMakeBase/pack_control.cmake (working copy)
- @@ -17,12 +17,12 @@
- # set the Compiler version for the Build
- # oldversion = true ==> old crosscompiler for Bootimage 14 (or 13)
- # oldversion = false ==> debian crosscompiler for Bootimage 15 (and newer)
- -set(OLD_ELBE_VERSION "FALSE" CACHE BOOL "" FORCE)
- -# set(OLD_ELBE_VERSION "TRUE" CACHE BOOL "" FORCE)
- +##set(OLD_ELBE_VERSION "FALSE" CACHE BOOL "" FORCE)
- +set(OLD_ELBE_VERSION "TRUE" CACHE BOOL "" FORCE)
- if(OLD_ELBE_VERSION)
- # set complier flags
- - set(BUILD_FLAGS "-DPOSIX -DSVN_REV='\"${Project_WC_REVISION}\"' ${PROJECT_BUILD_FLAGS}" CACHE STRING "" FORCE)
- + set(BUILD_FLAGS "-DPOSIX -D_GNU_SOURCE=1 -DSVN_REV='\"${Project_WC_REVISION}\"' ${PROJECT_BUILD_FLAGS}" CACHE STRING "" FORCE)
- # the compiler_prefix is the Path to the used complier and the architecture prefix of gnu-tools
- set(ROV_COMPILER_PREFIX "/opt/develop/i686-elbe-linux-gnu/bin/i686-elbe-linux-gnu-")
- include_directories(/opt/develop/i686-elbe-linux-gnu/i686-elbe-linux-gnu/sysroot/usr/include/i386-linux-gnu)
fix: makePackControl old elbe build failure
Posted by Anonymous on Tue 31st Aug 2021 14:03
raw | new post
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.