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

Warning in 'objdump -M intel' #6

Open
isidroas opened this issue Aug 31, 2024 · 0 comments
Open

Warning in 'objdump -M intel' #6

isidroas opened this issue Aug 31, 2024 · 0 comments

Comments

@isidroas
Copy link

The following line produces a warning:

$ aarch64-linux-gnu-objdump -d -M intel ./aarch64 > aarch64-dump
BFD: unrecognised disassembler option: intel

However, it does not prevent the aarch64-dump from being generated:

$ head aarch64-dump
./aarch64:     file format elf64-littleaarch64

Disassembly of section .init:

0000000000400250 <_init>:
  400250:	d503201f 	nop
  400254:	a9bf7bfd 	stp	x29, x30, [sp, #-16]!
  400258:	910003fd 	mov	x29, sp

OS: Ubuntu 23.10

P.D: Thank you for transmitting your passion through the videos 💙

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