Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix bug in Makefile #12

@COOLMSF

Description

@COOLMSF

Use original Makefile shows error when debugging:

gdb selected architecture aarch64 is not compatible with reported target architecture arm

Work for me now using this patch

diff Makefile.bak Makefile
142c142
<       @qemu-system-x86_64 -m 16M -boot a -fda Image -hda $(HDA_IMG) -s -S
---
>       @qemu-system-i386 -m 16M -boot a -fda Image -hda $(HDA_IMG) -s -S

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions