Skip to content

Linker warnings when building with the new 5.3 toolchain #1823

Closed
@MaxDesiatov

Description

@MaxDesiatov

I'm receiving a lot of warnings such as these at the linking stage:

wasm-ld: warning: unexpected existing value for R_WASM_MEMORY_ADDR_SLEB: existing=72140 expected=72236
wasm-ld: warning: unexpected existing value for R_WASM_MEMORY_ADDR_SLEB: existing=65108 expected=65136
wasm-ld: warning: unexpected existing value for R_WASM_MEMORY_ADDR_SLEB: existing=65108 expected=65152
wasm-ld: warning: unexpected existing value for R_WASM_MEMORY_ADDR_SLEB: existing=65108 expected=65136
wasm-ld: warning: unexpected existing value for R_WASM_MEMORY_ADDR_SLEB: existing=65108 expected=65144
wasm-ld: warning: unexpected existing value for R_WASM_MEMORY_ADDR_SLEB: existing=65108 expected=65136
wasm-ld: warning: unexpected existing value for R_WASM_MEMORY_ADDR_SLEB: existing=65108 expected=65144
wasm-ld: warning: unexpected existing value for R_WASM_MEMORY_ADDR_SLEB: existing=65108 expected=65136

I'm using the wasm-5.3-SNAPSHOT-2020-09-23-a snapshot. Things seem to be working, but I'm not sure what are the implications of this warning.

Metadata

Metadata

Labels

bugSomething isn't workingreleaseIssues with the release version

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions