Displaying 1 result from an estimated 1 matches for "sam4l".
Did you mean:
sam4
2020 Jun 16
2
How to fixup source paths during objdump disassembly?
...source paths. When we later attempt to produce a listings
file, the source mapping fails. The result is many copies of this recently
merged warning [2]:
llvm-objdump: warning:
'/Volumes/code/helena-project/tock/target/thumbv7em-none-eabi/release/hail.elf':
failed to find source chips/sam4l/src/eic.rs
It looks like GNU objdump provides a --prefix option to address this exact
problem [3]:
* --prefix=**prefix* Specify *prefix* to add to the absolute paths
when used with *-S*.
But I can't find an equivalent mechanism in llvm-objdump.
What's the correct way to point obj...