Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What workaround do you suggest for targets not supporting 128 integers (e.g. rpi) ? #105

Open
rstoica opened this issue Sep 17, 2016 · 1 comment
Labels

Comments

@rstoica
Copy link

rstoica commented Sep 17, 2016

Great work with traildb! It looks very interesting and its highly optimized. Referring to my question, I don't know whether this is a valid use case for traildb, but I stumbled upon it when trying to install it on a Raspberry Pi 2 with Raspbian Jessie and gcc (Raspian) 4.9.2 returning error on __uint128_t and __int128_t used for the keys as unknown type names. Checking further __int128 type is not supported for the target.

@tuulos
Copy link
Member

tuulos commented Sep 29, 2016

Interesting. If rpi had a 64-bit kernel, it shouldn't be a problem. TrailDB is not (well) supported on 32 bit platforms currently.

@tuulos tuulos added the bug label Mar 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants