-
Notifications
You must be signed in to change notification settings - Fork 165
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
LPython on ARM (v7 and/or v8 arch) #2774
Comments
I have a RaspberryPi 3. I can try compiling and using it there. Microsoft is also pushing Windows on ARM, and we will also need an ARM version of LPython on Windows. @certik, any thoughts? |
From a quick search; It looks like conda-forge does not support Windows on ARM as of now, and it might not be possible to use LPython on Windows ARM machines, until conda-forge supports Windows on ARM, as we completely depend on conda for development and build process. Reference: https://conda-forge.org/docs/maintainer/conda_forge_yml/#provider (Hope this is the correct reference) |
Right now we test Windows/x86, Linux/x86 and Apple/x86/arm. Things should work on Linux/arm as well, but we don't test it at the CI. @beyonlo go ahead and try it, and if something fails, report a bug. |
Hello @Vipul-Cariappa
That will be nice!! Thank you |
Hello @certik
Just a note. Please, correct me if I'm wrong, but it is valid in my view that it is important not just for work, but if it works good, with good performance in ARM like as in x86, I mean, maybe there are optimizations done for x86 that can be different than ARM. ARM became a very used arch, in some places more used than x86.
Unfortunately I have no ARM processors. My intention is only to buy one raspberry if LPython works fine on ARM, because I will use ARM just if LPython works fine on it. But if there is no other way, I will buy one to test. Thank you so much! |
Hi @beyonlo, looks like my raspberry pi is broken. I had not used it for a year. It is stuck on a boot loop. I tried multiple OSes (ubuntu ARM server and Raspberry Pi OS), and SD cards, but could not get it running. |
Hello, this is an amazing project!
How is going on the roadmap to support LPython on ARM arch? I would like so much to use LPython on RaspberryPi 3, 4 and 5 (with Linux), that use ARM v7 and v8 processors.
In this site https://lpython.org/ shows that the ARM arch support is under development, but do not talk about the actual stage, plans/roadmap, and if the ARM (v7, or v8, or both) will be/or is supported. Would be great if anyone could explain better about that.
Thank you!
The text was updated successfully, but these errors were encountered: