We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to build RTL (https://github.com/isaacvando/rtl) it throws this error:
roc build rtl.roc --optimize Downloading https://github.com/roc-lang/basic-cli/releases/download/0.17.0/lZFLstMUCUvd5bjnnpYromZJXkQUrdhbva4xdBInicE.tar.br into /home/arkaitz/.cache/roc/packages
[8.7 / 8.7 MB] An internal compiler expectation was broken. This is definitely a compiler bug. Please file an issue here: https://github.com/roc-lang/roc/issues/new/choose Undefined Symbol in relocation, (+13297, Relocation { kind: PltRelative, encoding: Generic, size: +20, target: Symbol(SymbolIndex(+a2)), addend: +fffffffffffffffc, implicit_addend: false }): Ok(Symbol { name: "memmove", address: +0, size: +0, kind: Unknown, section: Undefined, scope: Unknown, weak: false, flags: Elf { st_info: +10, st_other: +0 } }) try compiling with --linker legacy Location: crates/linker/src/elf.rs:1452:25
roc --version roc nightly pre-release, built from commit 2e2be45 on Sa 28 Dez 2024 09:01:40 UTC
The text was updated successfully, but these errors were encountered:
Can you try adding the --linker legacy flag?
--linker legacy
Sorry, something went wrong.
Related issue: #3609
No branches or pull requests
Trying to build RTL (https://github.com/isaacvando/rtl) it throws this error:
roc build rtl.roc --optimize
Downloading https://github.com/roc-lang/basic-cli/releases/download/0.17.0/lZFLstMUCUvd5bjnnpYromZJXkQUrdhbva4xdBInicE.tar.br
into /home/arkaitz/.cache/roc/packages
[8.7 / 8.7 MB]
An internal compiler expectation was broken.
This is definitely a compiler bug.
Please file an issue here: https://github.com/roc-lang/roc/issues/new/choose
Undefined Symbol in relocation, (+13297, Relocation { kind: PltRelative, encoding: Generic, size: +20, target: Symbol(SymbolIndex(+a2)), addend: +fffffffffffffffc, implicit_addend: false }): Ok(Symbol { name: "memmove", address: +0, size: +0, kind: Unknown, section: Undefined, scope: Unknown, weak: false, flags: Elf { st_info: +10, st_other: +0 } }) try compiling with --linker legacy
Location: crates/linker/src/elf.rs:1452:25
roc --version
roc nightly pre-release, built from commit 2e2be45 on Sa 28 Dez 2024 09:01:40 UTC
The text was updated successfully, but these errors were encountered: