Skip to content
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

fix: add missing arm64rt library to linker flags for arm64 kernel-mode builds #261

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

wmmc88
Copy link
Collaborator

@wmmc88 wmmc88 commented Jan 12, 2025

This pull request includes changes to the crates/wdk-build/src/lib.rs file to add support for ARM64-specific libraries in the build process. The changes ensure that when the CPU architecture is ARM64, the appropriate ARM64 libraries are linked.

ARM64 support:

  • Added conditional statements to link the arm64rt library if the CPU architecture is ARM64. [1] [2]

@wmmc88 wmmc88 requested a review from Copilot January 12, 2025 22:52
@wmmc88 wmmc88 self-assigned this Jan 12, 2025

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

@wmmc88 wmmc88 requested review from a team January 15, 2025 20:55
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