__strcmp_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S:3131 ../sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: No such file or directory.
是指在64位体系结构上为x86实现strcmp的汇编程序文件(.S)。由于您的系统上没有该实现文件,因此gdb抱怨它无法访问它。
改善这个答案
转载于:https://www.cnblogs.com/xpylovely/p/11263546.html