Has Anyone Tried building in Mac arm? #229
-
is it possible though? |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 6 replies
-
Hi, I don't see why it wouldn't work. I don't have access to an arm mac, but if you can please let me know how it behaves. |
Beta Was this translation helpful? Give feedback.
-
added a .bazelrc to use gcc |
Beta Was this translation helpful? Give feedback.
-
have to add the apple support from rules_apple
|
Beta Was this translation helpful? Give feedback.
-
Error List:
|
Beta Was this translation helpful? Give feedback.
-
There are at least two issues: one is that throughout the repository we assume that shared objects are named |
Beta Was this translation helpful? Give feedback.
-
May i know which gcc version and clang version are you using? |
Beta Was this translation helpful? Give feedback.
-
Here is the list of errors i faced when i tried to build this PR #185
|
Beta Was this translation helpful? Give feedback.
-
Updates so far
i removed the --export-dynamic https://discourse.llvm.org/t/how-stable-is-ld64-lld/69628 you can checkout this https://stackoverflow.com/a/75427620/23174703 but lld is default on after clang-13
|
Beta Was this translation helpful? Give feedback.
-
Found a bazel PR for LLD if that is the real problem |
Beta Was this translation helpful? Give feedback.
This is the CI setup: https://github.com/mvukov/bazel_builder/blob/main/Dockerfile. The CI builds/tests this repo both with gcc and clang.