Hi, after updating (C)SFML I get an known error but the known solution with -l gcc_s -l gcc didn't work any more
Building target: TEST
Invoking: Cross GCC Linker
g++ -L/home/user/Programme/CSFML_build/lib -L/home/user/Programme/SFML_build/lib -o "TextFS" ./src/dir.o ./src/gen_tfs.o ./src/iname.o ./src/init_tfs.o ./src/inode.o ./src/main.o ./src/read_from_fs.o ./src/sf_Inodes.o ./src/sf_buttons.o ./src/sf_functions.o ./src/sfml.o ./src/spec_tfs.o ./src/utils.o ./src/write_to_fs.o -lcsfml-window -lsfml-window -lcsfml-graphics -lsfml-graphics -lcsfml-system -lsfml-system -lgcc_s -lgcc
/usr/bin/ld: warning: libsfml-window.so.2.3, needed by /home/user/Programme/CSFML_build/lib/libcsfml-window.so, may conflict with libsfml-window.so.2.4
/usr/bin/ld: warning: libsfml-graphics.so.2.3, needed by /home/user/Programme/CSFML_build/lib/libcsfml-graphics.so, may conflict with libsfml-graphics.so.2.4
/usr/bin/ld: TEST: hidden symbol `__cpu_model' in /usr/lib/gcc/x86_64-linux-gnu/5/libgcc.a(cpuinfo.o) is referenced by DSO
/usr/bin/ld: final link failed: Ungültiger Wert
collect2: error: ld returned 1 exit status
I'm very thankful for every help