corefx-tools
corefx-tools copied to clipboard
objdump: command not found
This is the output that gets printed after stopping a capture. I was running an Hello World console app in a microsoft/dotnet:2.0.6-sdk-2.1.104 container.
...STOPPED.
Starting post-processing. This may take some time.
Generating native image symbol files
...FINISHED
Saving native symbols
/perf/perfcollect: line 1468: objdump: command not found
/perf/perfcollect: line 1468: objdump: command not found
/perf/perfcollect: line 1468: objdump: command not found
/perf/perfcollect: line 1468: objdump: command not found
/perf/perfcollect: line 1468: objdump: command not found
/perf/perfcollect: line 1468: objdump: command not found
/perf/perfcollect: line 1468: objdump: command not found
/perf/perfcollect: line 1468: objdump: command not found
/perf/perfcollect: line 1468: objdump: command not found
...FINISHED
Exporting perf.data file
...FINISHED
Compressing trace files
...FINISHED
Cleaning up artifacts
...FINISHED
Trace saved to session7.trace.zip
Although ./perfcollect install has been run, it seems that it didn't install the package required to run objdump.
binutils is the package I installed to fix this.