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
packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.3.1/97mY3sUwo433-pcnEQUlMhn-sWiIf_J9bPhcAFZoqY4.tar.br" } imports [pf.Stdout] provides [main] to pf main = dbg Num.floor 2.4 Stdout.line "I'm a Roc application!"
The text was updated successfully, but these errors were encountered:
roc dev reprod.roc 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 thread 'main' panicked at 'Undefined Symbol in relocation, (+3382, Relocation { kind: PltRelative, encoding: Generic, size: +20, target: Symbol(SymbolIndex(+26)), addend: +fffffffffffffffc, implicit_addend: false }): Ok(Symbol { name: "floor", address: +0, size: +0, kind: Label, section: Undefined, scope: Unknown, weak: false, flags: Elf { st_info: +10, st_other: +0 } })', crates/linker/src/elf.rs:1482:33 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
RUST_BACKTRACE=1
Sorry, something went wrong.
Hi @salarii, this is a duplicate of #3609. As a temporary workaround, you can use the flag --linker=legacy as follows:
--linker=legacy
roc dev examples/helloWorld.roc --linker=legacy
No branches or pull requests
The text was updated successfully, but these errors were encountered: