Open mgrabovsky opened 1 year ago
We haven't updated the profiler to support ppc64le yet. The profiler is used specifically when the target is a .NET process and I believe ppc64le support was added in .NET7 (released end of 2022). I'll look into enabling support for this.
Expected behavior
All of the components are built successfully and work properly on a ppc64le-based machine or VM.
Actual behavior
Build of the profiler fails on the ppc64le architecture with the following errors (abridged; for full logs, see the build task):
It appears that the
profiler/inc/pal.h
header file is missing definitions for the ppc64le archicture.Steps to reproduce the behavior
System information (e.g., distro, kernel version, etc.)