Actions
Bug #135
closedClang build fails with `undefined reference to `__umoddi3'`
Start date:
08/15/2017
Due date:
% Done:
0%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
Building an image from commit 6bfcf666 (stoneyridge: Fix CPU ASL _PR table) (revert commit 7c8d331f (Fine-tune compiler flags)) for the board ASRock E350M1 with Clang fails with the error below
/dev/shm/coreboot/src/console/vtxprintf.c:102: undefined reference to `__umoddi3'
/dev/shm/coreboot/src/console/vtxprintf.c:103: undefined reference to `__udivdi3'
Updated by Paul Menzel about 4 years ago
- Status changed from New to Resolved
I do not get this error anymore with Debian clang version 11.0.1-2.
Actions