libffi problem on raspi trixie version #18210
Answered
by
scruss
ctimmer
asked this question in
Unix & Windows
-
|
After installing raspi trixie os, I tried to compile the unix port (plain vanilla) and it failed with the error below. A search for libffi returned a number of workarounds but all my attempts failed. I did not have to do anything special to compile on the raspi bookworm os. Any suggestions? Curt |
Beta Was this translation helpful? Give feedback.
Answered by
scruss
Oct 5, 2025
Replies: 1 comment 4 replies
-
Pardon the question, did you apt install |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
../../lib/mbedtls/library/ctr_drbg.con Raspberry Pi OS (Debian GNU/Linux 13 (trixie)) aarch64, gcc (Debian 14.2.0-19) 14.2.0So same compiler version fails to build on different architectures. Compiler runs have identical output up to the errors, so I'm building the same code every time (ifdefs aside) on each platform. Urgh.
Looks like it's an upstream problem from mbedtls: Issue Building MbedTLS 3.6.0 on Fedora · Issue #9003 · Mbed-TLS/mbedtls