ARM architecture support
See original GitHub issueI have Raspberry pi 3 b+ board and I am trying to use caxa on it. I’ve compiled examples and it shows an error:
bash: ./echo-command-line-parameters: cannot execute binary file: Exec format error
.
file ./echo-command-line-parameters
gives an output:
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, Go BuildID=ALTTohZDVVCYbbGb20Qi/X-X6HXeYwbH84AVQlSaQ/0RzAyRSxhi0ygj4oAFbv/ywg9-ioLknP7q7VwDKv0, not stripped
Is it possible to create execurable for ARM instead of x86-64?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:33 (17 by maintainers)
Top Results From Across the Web
ARM architecture family - Wikipedia
Released in 2011, the ARMv8-A architecture added support for a 64-bit address space and 64-bit arithmetic with its new 32-bit fixed-length instruction set....
Read more >Arm CPU Architecture
The Arm architecture is a family of reduced instruction set computing (RISC) architectures for computer processors. It is the most pervasive processor ...
Read more >What is an ARM processor? - Red Hat
ARM processors are a family of central processing units (CPUs) based on a reduced instruction set computer (RISC) architecture.
Read more >What is an Arm processor? - TechTarget
Learn about Arm processors, a family of CPUs based on the RISC architecture for computer processors. Explore the Arm processor's features, uses and...
Read more >Arm processors: Everything you need to know now - ZDNET
What makes Arm processor architecture unique? The "R" in the acronym "Arm" actually stands for another acronym: Reduced Instruction Set Computer ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi all,
I’m checking in to let you know that I’m still working on this.
I took a brief detour to introduce caxa into some of my other projects: https://github.com/leafac/kill-the-newsletter / https://github.com/courselore/courselore. The intent here was to confirm that everything was working and that caxa was production-ready. Everything went very smoothly 🙌
Now I’m back to working in caxa proper, and ARM support is at the top of my priority list.
I’ll get back to you when this is ready for testing. I’ll also get a Raspberry Pi myself to test.
ARM support is ready for testing. Please grab caxa@2.0.0-beta.5 and give a try. The proper 2.0.0 will wait until I fix a couple more bugs; it’ll probably be out by the end of next week.
Let me know how it goes.