You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I follow the step written on Readme.md to install zig and llvm . I created a "Hello world" project with .net 9.0. Then I tried to cross compile the project with command :
Then I tried to change the target to Linux-ARM64 with command dotnet publish -r linux-arm64. The target compiled without error and the generated elf file run with no problem on my embedded system board.
I finally tried to change the TargetFramework to net8.0 and cross compile for Linux-x64 again. It worked without issue.
The versions of tools I was using:
OS: Windows 10 1806
.net sdk: 9.0.101
zig: 0.14.0
LLVM: 19.1.1
The text was updated successfully, but these errors were encountered:
I follow the step written on Readme.md to install zig and llvm . I created a "Hello world" project with .net 9.0. Then I tried to cross compile the project with command :
It gave me some errors:
Then I tried to change the target to
Linux-ARM64
with commanddotnet publish -r linux-arm64
. The target compiled without error and the generated elf file run with no problem on my embedded system board.I finally tried to change the
TargetFramework
tonet8.0
and cross compile forLinux-x64
again. It worked without issue.The versions of tools I was using:
OS: Windows 10 1806
.net sdk: 9.0.101
zig: 0.14.0
LLVM: 19.1.1
The text was updated successfully, but these errors were encountered: