QEMU+Ubuntu实现嵌入式芯片模拟

QEMU+Ubuntu实现嵌入式芯片模拟

  1. 无图像运行gdb服务器

    qemu-system-arm -M lm3s6965evb -kernel hello_world.elf -gdb tcp::1234 -nographic
  2. debug可执行文件

    gdb ./hello_world.elf
    (gdb) target remote localhost:1234

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注