I'm trying to run the sniper on an Apple Silicon M1 using the docker with --platform linux/amd64, but it's not working. The test/fft example show me this error:
###############################################
## STACK TRACE
###############################################
Pin must be run with tool in order to generate Pin stack trace
Detach Service Count: 1
Pin: pin-3.21-98484-e7cd811fd
Copyright 2002-2020 Intel Corporation.
qemu: uncaught target signal 6 (Aborted) - core dumped
[SNIPER] ---------------------------------------------- ---------------------------------
[SNIPER] Sniper using SIFT/trace-driven frontend
[SNIPER] Running pre-ROI region in CACHE_ONLY mode
[SNIPER] Running application ROI in DETAILED mode
[SNIPER] Running post-ROI region in FAST_FORWARD mode
[SNIPER] ---------------------------------------------- ---------------------------------
[SNIPER] WARNING: No SIFT connections made yet. Waiting...
[SNIPER] ERROR: Could not establish SIFT connection, aborting! Check benchmark-app*.log for errors.
[SNIPER] End
[SNIPER] Elapsed time: 65.62 seconds
Is anyone running sniper simulator on an Apple Silicon M1 using docker?