I've no idea how eclipse live building works however, according to your error log, on line 12 (g++ -o "sfml2_1" ./src/sfml2_1.o), we can see that -lsfml-[system&window] are missing.
Check your project settings. I've no clue how it works but you should be able to add SFML libraries to your project's linker options.