Skip to content

Conversation

@opajonk
Copy link
Contributor

@opajonk opajonk commented Nov 13, 2025

This tries to fix build issues of baselibs with EBcLfSA. Note that this is WIP, and most notably Rust builds are failing. However, several C++-related build/link problems are fixed already.

/* KW_SUPPRESS_START:MISRA.USE.EXPANSION:OS library macros */
__cpuid(leaf, eax, ebx, ecx, edx);
/* KW_SUPPRESS_END:MISRA.USE.EXPANSION:OS library macros */
#elif defined(__linux__) && defined(__aarch64__)
Copy link
Member

Choose a reason for hiding this comment

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

This issue is also being addressed in #22

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Correct, I just cross-ported this here until the fix is on main. Note that this PR is really just a draft right now, since it fixes several but not yet all build issues. Some may also be related to the toolchain... investigation is ongoing.

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.

2 participants