Coder Social home page Coder Social logo

Comments (6)

happylabdab2 avatar happylabdab2 commented on September 2, 2024 1

compile it on ubuntu the go to arch

from terraos.

appleflyerv3 avatar appleflyerv3 commented on September 2, 2024

upon further research, i found this on the buildroot bug tracker
bug report
DescriptionRicardo Miguel 2024-06-04 00:18:49 UTC
When trying to build root image for zynq target, it throws this error:
....
../src/tramp.c: In function 'ffi_tramp_get_temp_file':
../src/tramp.c:262:22: error: implicit declaration of function 'open_temp_exec_file' [-Wimplicit-function-declaration]
262 | tramp_globals.fd = open_temp_exec_file ();
....
Host OS: Fedora 40
Kernel: 6.8.10-300.fc40.x86_64
gcc : version 14.1.1 20240522 (Red Hat 14.1.1-4) (GCC)

Problem: libffi-3.4.4 does not compile with gcc > 14.

Solution:

  1. Edit buildroot-2024.02.2/package/libffi/libffi.mk and change libffi version
    LIBFFI_VERSION = 3.4.6

  2. Edit buildroot-2024.02.2/package/libffi/libffi.hash and change hashes:

For libffi-3.4.6.tar.gz

sha256 b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e libffi-3.4.6.tar.gz
sha256 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195 LICENSE

I have tried it only for zynq target, but I assume that this fix works for all
targets that compile libffi and all systems where GCC > 14
Regards

must be a buildroot issue lol

from terraos.

appleflyerv3 avatar appleflyerv3 commented on September 2, 2024

therefore, a possible fix for this issue is to edit buildroot-2024.02.2/package/libffi/libffi.mk
and change libffi version
LIBFFI_VERSION = 3.4.6

then, change the hash
sha256 b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e libffi-3.4.6.tar.gz
sha256 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195 LICENSE

from terraos.

appleflyerv3 avatar appleflyerv3 commented on September 2, 2024

created a pull request on your fork of buildroot to fix this issue

from terraos.

appleflyerv3 avatar appleflyerv3 commented on September 2, 2024

iirc bootstrapping arch linux needs arch linux so id go with archlinux

from terraos.

appleflyerv3 avatar appleflyerv3 commented on September 2, 2024

issue fixed with r58 updating buildroot repo from upstream 🔥

from terraos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.