Skip to content

Conversation

@btirunagaru
Copy link

Creating a Pull Request to demonstrate the Issues faced for creating a Dynamic Library.
This is temp Pull Request for Score team to review and comment. Provide suggestion on how to proceed.

Make communication shared library with all necessary deps
and header package for SDK deployment use-cases
@btirunagaru btirunagaru changed the title Enable Dynamic Library and Header Package Creation Enable Dynamic Library and Header Package Creation ( experimental PR - Do not Submit) Jan 28, 2026
# Import the shared library properly using cc_import
cc_import(
name = "libscore_com_import",
#shared_library = ":score_communication", #Works & have all the symbols needed by example application
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This way of creating a shared object includes all the necessary symbols for applications to build against. However the one below at line 402 is not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant