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 (core dumped) #83

Open
userse31 opened this issue Feb 16, 2024 · 0 comments
Open

Illegal instruction (core dumped) #83

userse31 opened this issue Feb 16, 2024 · 0 comments

Comments

@userse31
Copy link

The toolchain that the leappad2 wiki points to is horribly out of date. But, the standard Debian arm gcc package works! (arm-linux-gnueabi-*) The binaries need to be compiled as static, but that's alright! (Hopefully).

The standard "Hello World" test code works, so the compiler creates correct code that runs on the toy.

But Busybox doesn't work.

make CROSS_COMPILE=arm-linux-gnueabi-

Making sure the option to link busybox statically is enabled.

On the toy:

/LF/Bulk # chmod +x busybox
/LF/Bulk # ./busybox
Illegal instruction (core dumped)
/LF/Bulk #

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

1 participant