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 Box64 in Termux. #1108

Closed
BloodANGELdb opened this issue Dec 4, 2023 · 8 comments
Closed

Compiling Box64 in Termux. #1108

BloodANGELdb opened this issue Dec 4, 2023 · 8 comments

Comments

@BloodANGELdb
Copy link

BloodANGELdb commented Dec 4, 2023

Compiling Box64 in Termux produces the following errors. What am I doing wrong and how can I solve this problem? Screenshot_2023-12-04-09-33-59-077_com.termux.jpg

@ptitSeb
Copy link
Owner

ptitSeb commented Dec 4, 2023

That's just 2 warning here, the errors are not actually shown on the screenshot

@mcagabe19
Copy link
Contributor

try cmake .. -DTERMUX=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang-17 -DARM_DYNAREC=ON (not in chroot/proot)

@mcagabe19
Copy link
Contributor

mcagabe19 commented Dec 4, 2023

@BloodANGELdb install libandroid-spawn and recompile

@BloodANGELdb
Copy link
Author

@BloodANGELdb install libandroid-spawn and recompile

Thanks, it worked to compile, but there are still a lot of warnings...

@mcagabe19
Copy link
Contributor

Thanks, it worked to compile, but there are still a lot of warnings...

it's due box(64/86) writen for gcc and clang is different

ptitSeb pushed a commit that referenced this issue Dec 4, 2023
* [DOCS] Added missing library for #1108

* [DOCS] Typo
@ptitSeb ptitSeb closed this as completed Dec 4, 2023
@RajDave-Dev
Copy link

Screenshot_20240108-115738

@ptitSeb I am getting this error in the recent commit, I am compiling it on termux without proot, I had ran the cmake command you gave in earlier comments

@mcagabe19
Copy link
Contributor

@RajDave-Dev you not have libandroid-sysv-semaphore installed

@RajDave-Dev
Copy link

@RajDave-Dev you not have libandroid-sysv-semaphore installed

It worked after installation. Thanks

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

4 participants