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
It seems that build.rs does not redefine the symbols correctly, i.e., _binary_objfile_* set by objcopy, when objfile name contains the special character ..
The text was updated successfully, but these errors were encountered:
Hi all,
A building error occurs when renaming the kernel binary and building
Error:
rust-lld: error: undefined symbol: _kernel_start_addr
.It seems that
build.rs
does not redefine the symbols correctly, i.e.,_binary_objfile_*
set byobjcopy
, when objfile name contains the special character.
.The text was updated successfully, but these errors were encountered: