Hi all, I got this linker error when I tried to build the fast binary. I'm using gcc version 4.7.2, GNU ld (GNU Binutils) 2.23.1:
g++: error: -fuse-linker-plugin is not supported in this configuration This are the linker flags i got using the verbose mode: -O3 -flto=1 -fuse-linker-plugin -Lbuild/libfdt -Lbuild/gzstream -Lbuild/libelf -L/data/users/daliz/software/lib -L/data/users/daliz/software/python-2.7.3/lib -ldl -lm -lpython2.7 -lz -lprotobuf -lelf -lgzstream -lfdt what does the "use-linker-plugin" flag do? -- Dali Zhao _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
