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

ARMNN:TFLITE Delegate :Issue with opening shared object file #787

Open
U1m2 opened this issue Sep 12, 2024 · 2 comments
Open

ARMNN:TFLITE Delegate :Issue with opening shared object file #787

U1m2 opened this issue Sep 12, 2024 · 2 comments
Assignees
Labels
Bug Something isn't working Build issue This problem was about building ArmNN or one of its dependencies. TIME WAIT Waiting for an approppriate period for a response before closing the issue.

Comments

@U1m2
Copy link

U1m2 commented Sep 12, 2024

I am following the procedure as per https://developer.arm.com/documentation/102561/2111/Overview-of-running-the-application/Run-the-application#:~:text=Rate%20this%20page%3A-,Run%20the%20application,-The%20steps%20in

while performing line 6 https://developer.arm.com/documentation/102561/2111/Overview-of-running-the-application/Run-the-application#:~:text=Run%20the%20run_classifier.py%20application

Observed error with both of the library creation method :
/armnn/build-tool/scripts/aarch64_build/libarmnn.so.33: cannot open shared object file: No such file or directory
Exception ignored in: <function Delegate.del at 0x7f1c8e8e4550>

Local build:
I have performed the local build of ARM NN ref: https://github.com/ARM-software/armnn/blob/branches/armnn_24_08/build-tool/README.md#:~:text=docker%20image%20prune-,Build%20Arm%20NN%20without%20Docker,-For%20ease%20of
PreBuilt binaries
I have tried to use the prebuilt binaries for platform https://github.com/ARM-software/armnn/blob/branches/armnn_24_08/README.md#:~:text=Release%20Archive%20(Download)-,Linux%20Arm%20v8a,-Linux%20Arm%20v8.2a

@orlmon01 orlmon01 added Bug Something isn't working Build issue This problem was about building ArmNN or one of its dependencies. labels Sep 17, 2024
@orlmon01 orlmon01 self-assigned this Oct 16, 2024
@orlmon01
Copy link
Collaborator

Hiya,
Sorry for the delayed response. It looks like the build isn't able to find the .so file in question. Is it actually in the folder it's looking in? Alternatively, try setting your LD_LIBRARY_PATH to where you extracted the pre-built binaries.
It's also worth making sure that the arch you're compiling for is the same as the binaries. ie. both Aarch64
We're not seeing any issues on our end with the build tool, but let me know how you get on with these steps and I'll dig a bit further.

@orlmon01 orlmon01 added the TIME WAIT Waiting for an approppriate period for a response before closing the issue. label Oct 17, 2024
@KishanPipariya
Copy link

I am facing a similar issue with missing libarmnn.so.34 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Build issue This problem was about building ArmNN or one of its dependencies. TIME WAIT Waiting for an approppriate period for a response before closing the issue.
Projects
None yet
Development

No branches or pull requests

3 participants