Coder Social home page Coder Social logo

Comments (7)

ptitSeb avatar ptitSeb commented on August 23, 2024

Hi.

For your issue at init, it's strange, because ld-linux.so.2 (or ld-linux.so.3) is a critical part and should load. Can you run with the export BOX86_LOG=DEBUG to have more detailles log?

About my email, you should have it in your notification mails.

from box86.

baptistebeaumes avatar baptistebeaumes commented on August 23, 2024

A screenshot
image

from box86.

ptitSeb avatar ptitSeb commented on August 23, 2024

Ok.
Now, on your system, how is named your ld-linux.so? It should be in /lib. common version are ld-linux.so.2 and ld-linux.so.3

An easy way to find out is to simply run ldd on box86:
On my system:

ldd box86
        libm.so.6 => /mnt/utmp/codeblocks/usr/lib/libm.so.6 (0x4018e000)
        libdl.so.2 => /mnt/utmp/codeblocks/usr/lib/libdl.so.2 (0x40172000)
        librt.so.1 => /mnt/utmp/codeblocks/usr/lib/librt.so.1 (0x400cb000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x400da000)
        libgcc_s.so.1 => /mnt/utmp/codeblocks/usr/lib/libgcc_s.so.1 (0x400fe000)
        libc.so.6 => /lib/libc.so.6 (0x40209000)
        /lib/ld-linux.so.3 (0x4002c000)

from box86.

baptistebeaumes avatar baptistebeaumes commented on August 23, 2024

I have a link to the x86 version, shame on me
image

from box86.

ptitSeb avatar ptitSeb commented on August 23, 2024

ah ok.
I can add "ld-linux-armhf.so.3" to the list of tried name, that should do the trick.
If you want to try on your side, in src/wrappedldlinux.c change line 25 from
#define ALTNAME "ld-linux.so.2"
to
#define ALTNAME "ld-linux-armhf.so.3"

from box86.

ptitSeb avatar ptitSeb commented on August 23, 2024

Anyway, I have just pushed a change, it should work for you now.

from box86.

baptistebeaumes avatar baptistebeaumes commented on August 23, 2024

I have recompile, it works. I will continue, thanks. You can close this issue.

from box86.

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.