首页
社区
课程
招聘
[求助]gdb-multiarch远程调试mips架构的路由器固件,老是提示warning: GDB can't find the start of the function at ~

图片描述
远程端:

1
sudo chroot . ./qemu-mipsel-static -L . -g 12345 ./bin/httpd

调试端:

1
2
3
gdb-multiarch
set architecture mips
target remote 192.168.164.144:12345

另外,也访问不了远程端的80端口

//