Hello,
After all dependecies compilation on a ARM64 device with 4gb ram of scylladb 2.0, I've finally found an error I wasn't able to figure out:
spinlock.hh:25:23: fatal error: xmmintrin.h: No such file or directory
Such file is supposed to be provided by gcc, but it's not there in the ARM version, so, someone has any idea how can I overcome this issue? has anyone compiled scylladb on a ARMv8 (64 bits)?
Vlad is working on the ARM port. I don't think everything has landed to Scylla's git repository, though.
- Pekka
On 10/30/2017 12:25 PM, Pekka Enberg wrote:
Hello,
Hi!
After all dependecies compilation on a ARM64 device with 4gb ram of scylladb 2.0, I've finally found an error I wasn't able to figure out:
spinlock.hh:25:23: fatal error: xmmintrin.h: No such file or directory
Such file is supposed to be provided by gcc, but it's not there in the ARM version, so, someone has any idea how can I overcome this issue? has anyone compiled scylladb on a ARMv8 (64 bits)?
Yes. We have a working version of Scylla running on ARM64 architecture. The file you are referring above is x86-specific. We use a "yield" instruction for "pausing" the CPU.
--
You received this message because you are subscribed to the Google Groups "ScyllaDB users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-users+unsubscribe@googlegroups.com.
To post to this group, send email to scylladb-users@googlegroups.com.
Visit this group at https://groups.google.com/group/scylladb-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/1ee14bf3-b69d-49c6-bc06-9db58ccc443a%40googlegroups.com.
That's correct. It needs to be merged in master, patches were set to Power first
On Fri, Dec 1, 2017 at 8:36 AM, <philip...@jakiku.de> wrote:
https://www.marketwatch.com/story/scylladb-announces-integration-with-worlds-first-10nm-qualcomm-centriq-2400-server-processor-2017-11-08I guess it supports now ARM?
Am Montag, 30. Oktober 2017 07:57:37 UTC+1 schrieb beltr...@gmail.com:Hi there,
After all dependecies compilation on a ARM64 device with 4gb ram of scylladb 2.0, I've finally found an error I wasn't able to figure out:
spinlock.hh:25:23: fatal error: xmmintrin.h: No such file or directory
Such file is supposed to be provided by gcc, but it's not there in the ARM version, so, someone has any idea how can I overcome this issue? has anyone compiled scylladb on a ARMv8 (64 bits)?
Thanks for your help,
Juan
--
You received this message because you are subscribed to the Google Groups "ScyllaDB users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-user...@googlegroups.com.
To post to this group, send email to scyllad...@googlegroups.com.
Visit this group at https://groups.google.com/group/scylladb-users.