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

Support compilation on additional host sytstems #918

Merged
merged 3 commits into from
Jan 3, 2022

Conversation

degory
Copy link
Owner

@degory degory commented Jan 2, 2022

Enhancements:

degory and others added 3 commits January 2, 2022 14:29
Enhancements:
- Support compilation on additional host systems (requires explicit ILAsm package reference, closes #917)
@degory
Copy link
Owner Author

degory commented Jan 3, 2022

@quanglewangle I'm going to merge this PR - with these changes I'm able to build and run ghul projects on my PI on Ubuntu Server 20.04 64-bit. Feel free to re-open #917 if it doesn't work for you. Note you will need to add an appropriate IL assembler package reference for your ARM host, e.g:

<PackageReference Include="runtime.linux-arm.Microsoft.NETCore.ILAsm" Version="6.0.0" GeneratePathProperty="true" />

or

<PackageReference Include="runtime.linux-arm64.Microsoft.NETCore.ILAsm" Version="6.0.0" GeneratePathProperty="true" />

(Which you need depends on whether you're using a 32-bit or 64-bit distro. GeneratePathProperty="true" is needed so the compile target can find the IL assembler package files)

@degory degory merged commit 78395ea into main Jan 3, 2022
@degory degory deleted the degory/support-alternative-ilasm-packages branch January 3, 2022 12:51
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

Successfully merging this pull request may close these issues.

No ilasm for Raspberry PI - Exec format error
1 participant