I have this error when i try to cross compile on debian
root@debian:~/develop/src/PS3iso/ps3netsrv--# make CXX=${HOST}-g++ x86_64-unknown-linux-gnu-g++ -c -O3 -I./utils/inc -D_FILE_OFFSET_BITS=64 -DCONSOLE_SUPPORTS_COLOR -Wall -std=c++11 -Wfatal-errors ps3netsrv.cpp -o ps3netsrv.o In file included from ./utils/inc/utils/log.h:31:0, from ps3netsrv.cpp:20: ./utils/inc/utils/timeoperations.h: In function 'void utils::timeops::sleepMs(uint32_t)': ./utils/inc/utils/timeoperations.h:40:9: error: 'sleep_for' is not a member of 'std::this_thread' compilation terminated due to -Wfatal-errors. make: *** [ps3netsrv.o] Error 1
I have this error when i try to cross compile on debian
root@debian:~/develop/src/PS3iso/ps3netsrv--# make CXX=${HOST}-g++ x86_64-unknown-linux-gnu-g++ -c -O3 -I./utils/inc -D_FILE_OFFSET_BITS=64 -DCONSOLE_SUPPORTS_COLOR -Wall -std=c++11 -Wfatal-errors ps3netsrv.cpp -o ps3netsrv.o In file included from ./utils/inc/utils/log.h:31:0, from ps3netsrv.cpp:20: ./utils/inc/utils/timeoperations.h: In function 'void utils::timeops::sleepMs(uint32_t)': ./utils/inc/utils/timeoperations.h:40:9: error: 'sleep_for' is not a member of 'std::this_thread' compilation terminated due to -Wfatal-errors. make: *** [ps3netsrv.o] Error 1