mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-07 14:44:59 +00:00
undefined symbol tip (#7913)
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
7abd956ada
commit
8361b8d124
1 changed files with 1 additions and 1 deletions
|
@ -1458,7 +1458,7 @@ fn surgery_elf_help(
|
|||
}
|
||||
} else {
|
||||
internal_error!(
|
||||
"Undefined Symbol in relocation, {:+x?}: {:+x?}\n\nTIP: try compiling with `--linker legacy`",
|
||||
"Undefined Symbol in relocation, {:+x?}: {:+x?}\n\nTIPS:\n\t- try compiling with `--linker legacy`\n\t- If you're building a platform from source and you added functionality, you may have forgotten to rebuild the platform before running.",
|
||||
rel,
|
||||
app_obj.symbol_by_index(index)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue