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

Deno arm64 executable doesn't work.. #22727

Closed
nearest-river opened this issue Mar 6, 2024 · 2 comments
Closed

Deno arm64 executable doesn't work.. #22727

nearest-river opened this issue Mar 6, 2024 · 2 comments

Comments

@nearest-river
Copy link

nearest-river commented Mar 6, 2024

Version: latest

I'm using it on an android 10 phone..
termux

u0_a605@localhost ~/.deno/bin$ ls
deno
u0_a605@localhost ~/.deno/bin$ ./deno
zsh: no such file or directory: ./deno

even after I copied the contents of the deno executable and chmoded it.. it didn't work

u0_a605@localhost ~/.deno/bin$ ls
deno  deno.bak
u0_a605@localhost ~/.deno/bin$ chmod +x deno                          u0_a605@localhost ~/.deno/bin$ ls
deno  deno.bak
u0_a605@localhost ~/.deno/bin$ ./deno
zsh: no such file or directory: ./deno
u0_a605@localhost ~/.deno/bin$

I tried the same in bash as well

u0_a605@localhost ~/.deno/bin$ bash                           127 ↵
~/.deno/bin $ ls
deno  deno.bak
~/.deno/bin $ ./deno
bash: ./deno: cannot execute: required file not found
~/.deno/bin $
@littledivy
Copy link
Member

littledivy commented Mar 6, 2024

arm64 android is not supported at the moment. The executable targets arm64-linux-gnu.

Duplicate of #19759

@CodeIter
Copy link

I made a shell script termux-pacman-glibc-setup.sh to setup glibc-runner with pacman on Termux and install Deno.JS and Bun.JS as a demo.

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

3 participants