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

Running .net core is not working, needs SSE2 #357

Closed
tegaaa opened this issue Apr 1, 2019 · 7 comments
Closed

Running .net core is not working, needs SSE2 #357

tegaaa opened this issue Apr 1, 2019 · 7 comments

Comments

@tegaaa
Copy link

tegaaa commented Apr 1, 2019

First of all. I love the initiative!!

I'm trying to get dot net core to run on the emulator but once installed it just puts a big dump of text and doesn't really work

line1: can't create @@8: illegal byte sequence
line1: ELF: not found
Line2: Not found
Line 5: syntax error: unexpected ")"

I just rand dotnet-install.sh from https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script with no parameters.
It would be nice to be able to run dot net projects in there.
Thanks for you efforts it's really cool.

@tbodt
Copy link
Member

tbodt commented Apr 1, 2019

That would be because you tried to run a 64 bit executable and iSH only supports 32 bit executables.

@tegaaa
Copy link
Author

tegaaa commented Apr 1, 2019

Does it work in 32 bits?

@tbodt
Copy link
Member

tbodt commented Apr 1, 2019

Don't know. Probably not, most precompiled binaries are compiled against glibc and that doesn't work as discussed in #355 and #67.

@tegaaa
Copy link
Author

tegaaa commented Apr 1, 2019

Ok thanks Théodore. I did use switch auto for the architecture so it should have taken x86 but I can force it and see

@tegaaa
Copy link
Author

tegaaa commented Apr 1, 2019

Ok just tried and it detect x64 in iSH and the installer claims that x86 is not supported in there

@woachk
Copy link
Contributor

woachk commented Apr 6, 2019

Hi,

.NET Core requires SSE2. Forget about it for now.

Thanks,

@tegaaa
Copy link
Author

tegaaa commented Apr 6, 2019 via email

@tbodt tbodt changed the title Running .net core is not working Running .net core is not working, needs SSE2 Sep 23, 2019
@tbodt tbodt closed this as completed Nov 4, 2019
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

3 participants