rootkea

Neuroevolution paper source code build failed : Linker error

Mar 3rd, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 1.20 KB | None | 0 0
  1. $ uname -a
  2. Linux titanic 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt20-1+deb8u3 (2016-01-17) x86_64 GNU/Linux
  3. $ ./build.sh
  4. Builiding HyperNEAT
  5. [  8%] Built target CakeFixedDepthLib
  6. [ 10%] Built target ClicheExe
  7. [ 12%] Built target ClicheLib
  8. Scanning dependencies of target NEATLib_pch_dephelp
  9. [ 13%] Building CXX object NEAT/CMakeFiles/NEATLib_pch_dephelp.dir/NEATLib_pch_dephelp.cxx.o
  10. Linking CXX static library ../../../out/libNEATLib_pch_dephelp.a
  11. [ 13%] Built target NEATLib_pch_dephelp
  12. [ 14%] Generating NEAT_Defines.h.gch/NEATLib_Release.h++
  13. /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crt1.o: In function `_start':
  14. /build/glibc-h_iKOs/glibc-2.19/csu/../sysdeps/x86_64/start.S:118: undefined reference to `main'
  15. collect2: error: ld returned 1 exit status
  16. NEAT/CMakeFiles/pch_Generate_NEATLib.dir/build.make:53: recipe for target 'NEAT/NEAT_Defines.h.gch/NEATLib_Release.h++' failed
  17. make[2]: *** [NEAT/NEAT_Defines.h.gch/NEATLib_Release.h++] Error 1
  18. CMakeFiles/Makefile2:285: recipe for target 'NEAT/CMakeFiles/pch_Generate_NEATLib.dir/all' failed
  19. make[1]: *** [NEAT/CMakeFiles/pch_Generate_NEATLib.dir/all] Error 2
  20. Makefile:76: recipe for target 'all' failed
  21. make: *** [all] Error 2
  22. $
Add Comment
Please, Sign In to add comment