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

Support for CLANGPDB in AARCH64 #179

Open
cfernald opened this issue Nov 15, 2022 · 1 comment
Open

Support for CLANGPDB in AARCH64 #179

cfernald opened this issue Nov 15, 2022 · 1 comment
Assignees
Labels
state:backlog In the backlog state:help-wanted Extra attention (collaborator) is needed type:enhancement New feature or pull request

Comments

@cfernald
Copy link
Contributor

To allow for more portable compiling and support using COFF based debug and development tools, support for CLANGPDB in AARCH64 would be largely beneficial.

I have experimented and got this working for MdeModulePkg but with a fair number of hacks, so far there are a following issues.

  1. The toolsdef does not contains definitions for CLANGPDB in AARCH64
  2. Many of the .S files and macro definitions use the ELF format of the .type and .size assembly directives
  3. Various compiler warning issues.

The commit for this experiment can be found here: cfernald@9587e16

@cfernald cfernald added type:enhancement New feature or pull request state:help-wanted Extra attention (collaborator) is needed labels Nov 15, 2022
@cfernald cfernald self-assigned this Nov 15, 2022
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had activity in 45 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions.

@github-actions github-actions bot added the state:stale Has not been updated in a long time label Dec 30, 2022
@cfernald cfernald added state:backlog In the backlog and removed state:stale Has not been updated in a long time labels Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:backlog In the backlog state:help-wanted Extra attention (collaborator) is needed type:enhancement New feature or pull request
Projects
None yet
Development

No branches or pull requests

1 participant