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

Not woring on arm64(aarch64) platform? #9970

Open
steveharter opened this issue Mar 19, 2018 · 5 comments
Open

Not woring on arm64(aarch64) platform? #9970

steveharter opened this issue Mar 19, 2018 · 5 comments
Labels
area-Meta question Answer questions and provide assistance, not an issue with source code or documentation.
Milestone

Comments

@steveharter
Copy link
Member

@XZiar commented on Mon Aug 28 2017

I am trying to run dotnet core app on my arm64 board (armbian 5.27(a lightweight Ubuntu Xenial based Linux distribution), kernel:linux 4.11.1,arch:aarch64).
I am following instruction for raspberry pi
But it's not wroking for failing to find libunwind.so.8.

I download core-setup from here https://dotnetcli.blob.core.windows.net/dotnet/Runtime/release/2.0.0/dotnet-runtime-latest-linux-arm.tar.gz

./dotnet do work.
However, ./dotnet myapp.dll failed with the same reason:
Failed to load D▒J, error: libunwind.so.8: cannot open shared object file: No such file or directory Failed to bind to CoreCLR at '/home/xziar/PublishOutput/libcoreclr.so'

I have alread installed the prereq packages

By the way, I found libunwind.so.8 in /usr/lib/aarch64-linux-gnu.
Does it means that I have to install armhf version of libunwind?


@JustArchi commented on Fri Sep 08 2017

Well, you downloaded arm 32-bit runtime, so obviously you need arm 32-bit libraries with it.


@livarcocc commented on Thu Mar 15 2018

This is not an SDK issue. Removing that label.

@RussKeldorph
Copy link
Contributor

@sdmaclea @janvorli This sounds like a case of needing to install the right dependencies for running 32-bit on 64-bit OS or perhaps using the 64-bit version of the runtime that you guys are working on. If that's the case, perhaps close this?

@sdmaclea
Copy link
Contributor

@RussKeldorph Agreed

@XZiar
Copy link

XZiar commented Mar 21, 2018

Sorry for keeping that issue open.
There's still no official arm64 runtime package and it seems it is still under development.
I am not working on that arm64 board any more, so I have no way to test it.
If this issue brings inconvenience to you, please just close it.

@sch0bert
Copy link

Seems like this is affecting that is not possible to install .Net SDK core in Ubuntu 16.04:

https://askubuntu.com/questions/1018158/dotnet-core-runtime-odroid-c2/1018172

@lindexi
Copy link
Contributor

lindexi commented Apr 7, 2018

I cant run it in my arm32 for the same.

@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@msftgits msftgits added this to the Future milestone Jan 31, 2020
@maryamariyan maryamariyan added the untriaged New issue has not been triaged by the area owner label Feb 26, 2020
@ericstj ericstj removed the untriaged New issue has not been triaged by the area owner label Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Meta question Answer questions and provide assistance, not an issue with source code or documentation.
Projects
No open projects
Development

No branches or pull requests

10 participants