Non-optimized builds of apps fail with missing symbols #149

Open
opened 2023-09-28 11:10:35 +00:00 by MartinFouilleul · 0 comments
Collaborator

Trying to build the samples with -O0 emits the following errors:

wasm-ld: error: ./liborca.a: undefined symbol: __extenddftf2
wasm-ld: error: ./liborca.a: undefined symbol: __fpclassifyl
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Seems like clang is trying to add calls to software floating point emulation and then fails to find them...

Trying to build the samples with `-O0` emits the following errors: ``` wasm-ld: error: ./liborca.a: undefined symbol: __extenddftf2 wasm-ld: error: ./liborca.a: undefined symbol: __fpclassifyl clang: error: linker command failed with exit code 1 (use -v to see invocation) ``` Seems like clang is trying to add calls to software floating point emulation and then fails to find them...
Sign in to join this conversation.
No Label
macOS
windows
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hmn/orca#149
No description provided.