bsc-performance-tools / extrae

Instrumentation framework to generate execution traces of the most used parallel runtimes.
https://tools.bsc.es/extrae
GNU Lesser General Public License v2.1
62 stars 38 forks source link

Support for ARM64 cross-compilation #11

Closed metbosch closed 6 years ago

metbosch commented 6 years ago

Currently, there is no support for ARM64 cross-compilation and using the --enable-arm option does not work as some compilation problems appear. However, the source code has support for ARM64 architecture (for example: https://github.com/bsc-performance-tools/extrae/blob/a1b0ea4c26aeeae1537ccfe5a56fd22d6fdb0a06/src/tracer/sampling/timer/sampling-timer.c#L160). This PR adds the --enable-arm64 option to the configure step.

emercadal commented 6 years ago

Commit f5bec630 merges this pull request