Skip to content

Fix building for Xtensa with Linux < 6.1.0 and gcc 13#133

Open
giuliobenetti wants to merge 1 commit intojwrdegoede:masterfrom
Benetti-Engineering:fix/xtensa-gcc-13
Open

Fix building for Xtensa with Linux < 6.1.0 and gcc 13#133
giuliobenetti wants to merge 1 commit intojwrdegoede:masterfrom
Benetti-Engineering:fix/xtensa-gcc-13

Conversation

@giuliobenetti
Copy link
Copy Markdown

Only with commit:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8939c58d68f97ce530f02d46c9f2b56c3ec88399 __umulsidi3 ha been defined, that is required by gcc 13. So let's workaround with a local defined __umulsidi3() if Linux version < 6.1.0

Only with commit:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8939c58d68f97ce530f02d46c9f2b56c3ec88399
__umulsidi3 ha been defined, that is required by gcc 13. So let's
workaround with a local defined __umulsidi3() if Linux version < 6.1.0

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
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