RDunkley / meta-dotnet-core

BitBake recipes to use the pre-built binaries provided by Microsoft for .Net Core and their remote debugger.
MIT License
33 stars 26 forks source link

dotnet 6.0 runtime works but compiled software does not #46

Closed simonetolotti closed 1 year ago

simonetolotti commented 1 year ago

The Runtime works in my target

image

this is my target (Arm 7 - 32 bit) image

I created a very simple console application for test image

I published with the following options: image

but when I try: image

Anyway I have tried different configurations without positive effect. Could you help me ?

dunkleyr commented 1 year ago

Not sure on this, might have something to do with this:

https://github.com/dotnet/runtime/issues/33727

It looks like the fix is in v6.0.0, but you might want to try a later version of the runtime and compiler.