-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
linking armv7-unknown-linux-ohos target, rust-lld: error: undefined symbol: rust_eh_personality #153468
Copy link
Copy link
Open
Labels
A-LTOArea: Link-time optimization (LTO)Area: Link-time optimization (LTO)A-panicArea: Panicking machineryArea: Panicking machineryA-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsC-bugCategory: This is a bug.Category: This is a bug.O-ArmTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-LTOArea: Link-time optimization (LTO)Area: Link-time optimization (LTO)A-panicArea: Panicking machineryArea: Panicking machineryA-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsC-bugCategory: This is a bug.Category: This is a bug.O-ArmTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
To Triage
Rust: stable 1.94
OS: Linux
building
armv7-unknown-linux-ohostarget withltoandpanic=abort, got error like below:same code,
aarch64-unknown-linux-ohosandx86_64-unknown-linux-ohostargets build succeed!only
armv7-unknown-linux-ohosfailed.