Hi, using kotlin v2.4.20-Beta2 fails with ```> Tas...
# kotlin-native
r
Hi, using kotlin v2.4.20-Beta2 fails with
Copy code
> Task :mi-juego-prueba:kotlin_native_game:exported:linkDebugSharedMingwX64
e: /Users/kingg/.konan/dependencies/llvm-21-aarch64-macos-essentials-97/bin/clang++ invocation reported errors

The /Users/kingg/.konan/dependencies/llvm-21-aarch64-macos-essentials-97/bin/clang++ command returned non-zero exit code: 1.
output:
ld.lld: error: undefined symbol: Kotlin_getSourceInfo_libbacktrace
>>> referenced by /private/var/folders/v9/yd44fs5s5w57znxy9r3ckwzm0000gn/T/konan_temp16371787792539915229/godot_kotlin_sample.dll.o:(Kotlin_getSourceInfo_Function)
clang++: error: linker command failed with exit code 1 (use -v to see invocation)

> Task :mi-juego-prueba:kotlin_native_game:exported:linkDebugSharedMingwX64 FAILED
in macbook pro m5 My gradle.properties github.com/kingg22/kogot/blob/…/gradle.properties
Copy code
kotlin.incremental=true
kotlin.incremental.native=true
kotlin.native.incremental=true
kotlin.native.ignoreDisabledTargets=true
kotlin.native.enableKlibsCrossCompilation=true
kotlin.native.binary.sourceInfoType=libbacktrace
kotlin.native.binary.gc=cms
kotlin.mpp.enableCInteropCommonization=true
👀 1
a
Hi! Thanks for reporting! Could you please create an issue?
Is this issue mingw-specific?
r
Yup
thank you color 1
hi @anton.bannykh I found the issue before fill new issue youtrack.jetbrains.com/issue/KT-51866 windows is unsupported so...
a
Yeah, it's the same one. Unfortunately Windows is low-priority for us for now. Feel free to comment the issue and describe your use-case. Realistically though I don't think the situation will change in the near future.
🙃 1