disaster icon indicating copy to clipboard operation
disaster copied to clipboard

Couldn’t find corresponding assembly line

Open 8dcc opened this issue 1 year ago • 0 comments

Running M-x disaster keeps printing the same in all C source files (haven't tried others).

It's using the default objdump command:

objdump -d -M att -Sl --no-show-raw-insn

I tried changing mode to nasm, tried changing the objdump command a bit, but nothing.

Those gray comments that appear on the screenshots are not generated for me, only headers for functions:

image

This is the message log:

Running: make -k -C <PATH>/file.o
make: Entering directory '<PATH>'
cc    -c -o file.o file.c
make: Leaving directory '<PATH>'
Running: objdump -d -M att -Sl --no-show-raw-insn <PATH>/file.o
Couldn’t find corresponding assembly line.

8dcc avatar Apr 24 '24 14:04 8dcc