Marc Reichelt
12/16/2020, 5:39 PM> Task :command-line:linkDebugExecutableNative
e: Compilation failed: The /root/.konan/dependencies/clang-llvm-8.0.0-linux-x86-64/bin/clang++ command returned non-zero exit code: 137.
output:
* Source files:
* Compiler version info: Konan: 1.4.21 / Kotlin: 1.4.21
* Output kind: PROGRAM
e: org.jetbrains.kotlin.konan.KonanExternalToolFailure: The /root/.konan/dependencies/clang-llvm-8.0.0-linux-x86-64/bin/clang++ command returned non-zero exit code: 137.
output:
at org.jetbrains.kotlin.konan.exec.Command.handleExitCode(ExecuteCommand.kt:112)
at org.jetbrains.kotlin.konan.exec.Command.execute(ExecuteCommand.kt:73)
at org.jetbrains.kotlin.backend.konan.BitcodeCompiler.runTool(BitcodeCompiler.kt:31)
....
Does anyone know how to find out what exactly went wrong here? (I’m running this inside Docker btw)Kris Wong
12/16/2020, 6:37 PMMarc Reichelt
12/17/2020, 3:55 PM