-
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
[ARM32/Linux] libcoreclrtraceptprovider.so build #7152
Comments
@hseok-oh if I remember it correctly, there were some problems with pre-3.5 clang, that's why the 3.5 is the minimal supported version. |
@gkhanna79 It seems better to using patch file in |
@hseok-oh I am not sure I follow - are you suggesting to use Tizen rootfs for Ubuntu 14.04 Armhf build? |
@gkhanna79 No. My suggestion is to use additional patch that fix bug in |
I made patch file and fixed build-rootfs.sh. My changes are in https://github.com/hseok-oh/coreclr/tree/fix_8684. I've cancel PR because we need to update CI setting for ARM first. |
Sounds good @hseok-oh. Please let me know when you are ready to integrate the change in. |
If we enable building
libcoreclrtraceptprovider.so
by settingFEATURE_EVENT_TRACE
to 1 (dotnet/coreclr#8421 (comment)), the build fail with these error messagesWe can reproduce this error message by using clang version >= 3.6 and ubuntu 14.04. In other words, we can avoid this fail by using clang < 3.5 or upper version of ubuntu 14.04. (ex. 16.04). But our default build environment for ARM32/Linux is clang-3.6 and ubuntu 14.04.
The text was updated successfully, but these errors were encountered: