PowerGraph icon indicating copy to clipboard operation
PowerGraph copied to clipboard

"/usr/bin/ld: final link failed: Nonrepresentable section on output" while making graph_analytics

Open wuweiustc opened this issue 4 years ago • 0 comments

After ./configure cd /release/toolkits/graph_analytics make While making : [ 71%] Built target libevent [ 71%] Built target zookeeper [ 71%] Built target libbz2 [ 71%] Built target boost [ 71%] Built target libtcmalloc [ 71%] Built target graphlab [ 71%] Built target eigen [ 71%] Linking CXX executable TSC …… …… /usr/bin/ld: final link failed: Nonrepresentable section on output collect2: error: ld returned 1 exit status toolkits/graph_analytics/CMakeFiles/TSC.dir/build.make:111: recipe for target 'toolkits/graph_analytics/TSC' failed make[2]: *** [toolkits/graph_analytics/TSC] Error 1 CMakeFiles/Makefile2:4003: recipe for target 'toolkits/graph_analytics/CMakeFiles/TSC.dir/all' failed make[1]: *** [toolkits/graph_analytics/CMakeFiles/TSC.dir/all] Error 2 Makefile:140: recipe for target 'all' failed make: *** [all] Error 2

Could you please tell me how to handle the error? Thanks!

wuweiustc avatar Jun 01 '21 08:06 wuweiustc