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

Illegal instruction in rust programs: paddd #805

Open
ForceBru opened this issue Jun 28, 2020 · 3 comments
Open

Illegal instruction in rust programs: paddd #805

ForceBru opened this issue Jun 28, 2020 · 3 comments

Comments

@ForceBru
Copy link

ForceBru commented Jun 28, 2020

I'm trying out the new "dualboot" feature, so I installed the latest x86 Alpine Linux ("minimal root filesystem" from here) and installed cargo. However, it can't create a new project:

~# app add cargo
... installs successfully
~# cargo new hello
Illegal instruction
~# dmesg
40 illegal instruction at 0x56cd15be: 0f fe e1 66 0f df dc 66 
~# uname -a
Linux iPhone-ForceBru 4.20.69-ish iSH 1.0 (72) Jun 27 2020 21:15:25 i686 Linux
~# 
@professorUnknown
Copy link

professorUnknown commented Jul 16, 2020

Cargo install has these issues too.

@kkebo
Copy link
Contributor

kkebo commented Jul 16, 2020

Is this duplicated with #67?

This was referenced Nov 30, 2020
@tbodt tbodt changed the title Illegal instruction in cargo Illegal instruction in rust programs: paddd Dec 7, 2020
tbodt added a commit that referenced this issue Dec 7, 2020
@zoosky
Copy link

zoosky commented Jan 10, 2021

after successfully

cargo new foobar & cd foobar


iPad-A:~/foobar# cargo run
Illegal instruction
iPad-A:~/foobar# dmesg
39 stub syscall 375
62 stub syscall 375
77 illegal instruction at 0x568067f6: 0f 11 42 24 8b 55 e8 66 
78 illegal instruction at 0x568067f6: 0f 11 42 24 8b 55 e8 66 
83 illegal instruction at 0x568067f6: 0f 11 42 24 8b 55 e8 66 
84 illegal instruction at 0x568067f6: 0f 11 42 24 8b 55 e8 66 
87 illegal instruction at 0x568067f6: 0f 11 42 24 8b 55 e8 66

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