-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
When I cross compile the example , Bazel does not produce shared libraries #7637
Comments
Oh we'll need more information than this (most of these questions are in the default issue template) to help.
|
HI sorry to reply late, I run bazel on
There is another proble here, If I use bazel version 0.5.3, I report some error in CROSSTOOL file, for example: When I add default_target_cpu:"aarch64" I report error |
Cool, glad this got resolved. Happy hacking! |
(edited the link to the issue) |
When I cross compile the example using qnx , Bazel does not produce shared libraries. Instead, in the bazel-bin directory, there are only static libraries,(.a), not any dynamic libraries(.so). If I do not use cross compile , I can produce dynamic libraries.
The text was updated successfully, but these errors were encountered: