Duckdb: ARMv7 (Raspberry Pi 3/4) Binaries

Created on 22 Sep 2020  路  6Comments  路  Source: cwida/duckdb

The website presents me with x64 builds but I want to download a binary for my headless raspberry pi. Are there builds available for the Raspberry Pi? Where do I download them from?

Most helpful comment

We should indeed provide Arm binaries. Related to #941 .

All 6 comments

We should indeed provide Arm binaries. Related to #941 .

We now build and provide binaries for Raspberry Pi as part of our nightly builds and releases.

Hi @hannesmuehleisen,

Thanks for this, is this build compatible with aarch64 too ?
I use Arch Linux Arm 64 bit with Pi 4 (4Gb version) and when I try to use the CLI build, I get this error:

-bash: ./duckdb: cannot execute binary file: Exec format error

Here're the info on my Kernel and architecture

Linux archpi64 5.8.9-2-ARCH #1 SMP Tue Sep 15 00:48:59 UTC 2020 aarch64 GNU/Linux

Is there something I can follow to build it myself ?

Thanks again,
Ahmadou

@dickoa you can try to build from source of course, or use the 32-bit image maybe? We should also have those 64 bit binaries eventually, but need to figure out how to cross compile those.

Thanks @hannesmuehleisen, I manage to build the cli + library.
Now, I just need to move from sd card to ssd to start testing against a large dataset!
Thanks again

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ak2k picture ak2k  路  6Comments

pdet picture pdet  路  5Comments

mrigger picture mrigger  路  5Comments

hannesmuehleisen picture hannesmuehleisen  路  9Comments

hannesmuehleisen picture hannesmuehleisen  路  6Comments