mu_basecore icon indicating copy to clipboard operation
mu_basecore copied to clipboard

Support for CLANGPDB in AARCH64

Open cfernald opened this issue 3 years ago • 1 comments

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: https://github.com/cfernald/mu_basecore/commit/9587e16f22b3cac8722d21086a45e128af4cf2b4

cfernald avatar Nov 15 '22 22:11 cfernald

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[bot] avatar Dec 30 '22 23:12 github-actions[bot]