Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug in Makefile #12

Open
COOLMSF opened this issue Jan 17, 2021 · 0 comments
Open

Fix bug in Makefile #12

COOLMSF opened this issue Jan 17, 2021 · 0 comments

Comments

@COOLMSF
Copy link

COOLMSF commented Jan 17, 2021

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
@COOLMSF COOLMSF closed this as completed Jan 23, 2021
@COOLMSF COOLMSF reopened this Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant