You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A-linkageArea: linking into static, shared libraries and binariesE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Progress update: Patch 6632f145b3d03054d6c89d867b4d3495c326c906 works on Mac&Linux, but failed on Windows. Error like:
error: linking with gcc failed with code 1 note: gcc arguments:
......
note: i686-pc-mingw32/stage2/bin/rustc/i686-pc-mingw32/bin/run_pass_stage2.o:(.data+0xc):
undefined reference to `_rust_crate_map_std9' collect2: ld returned 1 exit status
The crate_hash is available now by metadata::decoder::get_crate_hash, so I guess we should switch to hashes. Hopefully this could workaround the mysterious fault on Windows.
A-linkageArea: linking into static, shared libraries and binariesE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
The text was updated successfully, but these errors were encountered: