We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From forums.swift.org:
The armv7em-none-none-eabi/libswiftUnicodeDataTables.a does not link when using the Playdate SDK.
armv7em-none-none-eabi/libswiftUnicodeDataTables.a
The Playdate SDK link-map disables the following symbols:
__exidx_end __exidx_start
These appear to be ARM exceptions which were added to swiftUnicodeDataTables through libunwind.
swiftUnicodeDataTables
libunwind
Make a version of swiftUnicodeDataTables with --disable-libunwind-exceptions
--disable-libunwind-exceptions
cc @kubamracek @STREGA
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Motivation
From forums.swift.org:
The
armv7em-none-none-eabi/libswiftUnicodeDataTables.a
does not link when using the Playdate SDK.The Playdate SDK link-map disables the following symbols:
These appear to be ARM exceptions which were added to
swiftUnicodeDataTables
throughlibunwind
.Proposed solution
Make a version of
swiftUnicodeDataTables
with--disable-libunwind-exceptions
cc @kubamracek @STREGA
The text was updated successfully, but these errors were encountered: