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

Compiling libraries for aarch64 for use in TrimUI Smart Pro #5

Open
Arc29 opened this issue Oct 20, 2024 · 2 comments
Open

Compiling libraries for aarch64 for use in TrimUI Smart Pro #5

Arc29 opened this issue Oct 20, 2024 · 2 comments

Comments

@Arc29
Copy link

Arc29 commented Oct 20, 2024

Hi,
I am trying to recompile all dependent libraries to aarch64. I have compiled the sdl_interface binary. Now, I am having trouble generating the libaudio.so file. I have compiled sdl2-mixer (from https://github.com/libsdl-org/SDL_mixer), but I only get libSDL2_mixer-2.0.so.0 file and not libaudio.so. I guess this library should come from this because it is mentioned in the Readme.

So can you tell me how to generate this libaudio.so library?

Thanks.

@Arc29
Copy link
Author

Arc29 commented Oct 20, 2024

Ok, turns out the files were in the repo itself 😅. So I compiled libaudio.so. Now to compile m3g and micro3d, it seems I need gbm. Do I need to compile it from source?

Also I tried running on my TSP without m3g and micro3d. I am getting an error:

Failed to write sdl_interface

Any suggestions?

Thanks

@aweigit
Copy link
Owner

aweigit commented Oct 21, 2024

You should be able to find libgbm.so in the TSP library file. If you don't run 3D games, m3g and micro3d are not necessary. Ensure that the sdl_interface process is running, you need to pay attention to line 416 of the Anbu.java and the exception output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants