mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-18 16:20:23 +00:00
docs: add known issue about missing forced unwind support
This has been reported many times, and has become a FAQ. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
bdf0b26e19
commit
bc35f9a934
@ -146,3 +146,20 @@ Workaround:
|
||||
labelled "Use sjlj for exceptions".
|
||||
|
||||
--------------------------------
|
||||
Symptoms:
|
||||
Installing the C library headers and start files fails because of
|
||||
missing unwind support, with a message like:
|
||||
configure: error: forced unwind support is required
|
||||
|
||||
Explanations:
|
||||
The issue seems to be related to building NPTL on old versions
|
||||
of glibc (and possibly eglibc as well) on some architectures
|
||||
(seen on powerpc, s390, s390x and x86_64).
|
||||
|
||||
Fix:
|
||||
None so far. It would require some glibc hacking.
|
||||
|
||||
Workaround:
|
||||
Try setting "Force unwind support" in the "C-library" menu.
|
||||
|
||||
--------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user