-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Linux armel fails to build on master. #44082
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
cc @dotnet/samsung |
Duplicate of #7152 ? |
That doesn't really show a fix, and the link to the patch file does not exist anymore.] Note I'm explicitly not building Tizen. |
Is there a flag for disabling tracing, so I can at least get a build? |
I figured out I can pass
|
I figured out how to patch generic.h to fix the issue with tracing providers. Still not great it breaks immediately. Now to figure out what to deploy to my device to test. |
Getting further now. I can build all of coreclr and lib, but I cannot build corehost, because the root fs that got generated for armel doesn't have codecvt. |
Description
Attempting to build armel following the directions at https://github.com/dotnet/runtime/blob/master/docs/workflow/building/coreclr/cross-building.md fails to build with the following errors.
This happens in a few for trace provider places as well.
Configuration
Ubuntu 18.04 host. Running the following commands, just like explained in the workflow guide.
The text was updated successfully, but these errors were encountered: