Open EdmundGoodman opened 4 days ago
Thanks for submitting a bug report!
What is the version of the assembler and of the objdump tool on your system? (as --version
and objdump --version
)
Thanks for the quick response!
My assembler version is:
$ as --version
GNU assembler (GNU Binutils) 2.42.0
Copyright (C) 2024 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or later.
This program has absolutely no warranty.
This assembler was configured for a target of `x86_64-pc-linux-gnu'.
And my objdump version is:
$ objdump --version
GNU objdump (GNU Binutils) 2.42.0
Copyright (C) 2024 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.
When going through the quickstart guide, I run the following commands:
And the quick test fails with the following error:
Rather than giving the expected result
My machine is an
Intel i7-8565U
runningEndeavourOS Linux x86_64
with Linux kernel version6.6.40-1-lts
, and my python version is3.9.19
Any insights on how to resolve this?