You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Godot v4.3.dev (68ad520) - Windows 10.0.22631 - Vulkan (Forward+) - dedicated Radeon RX 580 Series (Advanced Micro Devices, Inc.; 31.0.21912.14) - Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz (6 Threads)
Issue description
I cannot get Godot to build with my self-compiled statically linked ANGLE libraries, when it tries to link, it errors with:
Linking Program bin/godot.windows.editor.x86_64.llvm.exe ...
ld.lld: error: undefined symbol: glad_eglGetProcAddress
>>> referenced by libdrivers.windows.editor.x86_64.llvm.a(gl.windows.editor.x86_64.llvm.o):(.refptr.glad_eglGetProcAddress)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
scons: *** [bin/godot.windows.editor.x86_64.llvm.exe] Error 1
scons: building terminated because of errors.
I haven't tested with the pre-compiled ANGLE libraries from here, primarily because AFAIK those are compiled with GCC MinGW while I use LLVM MinGW. And I need the aarch64 ones too.
Steps to reproduce
Clone the godot-angle-static repo.
Compile the static libraries using the latest LLVM MinGW
The text was updated successfully, but these errors were encountered:
MBCX
changed the title
Cannot build Godot for Windows with ANGLE using LLVM MinGW on Debian
Cannot build Godot for Windows with ANGLE using LLVM MinGW on Debian 13 (VM)
Apr 19, 2024
So, I was able to successfully compile 4.3.dev5 with ANGLE [89f70e9], so something was introduce in the latest master that is preventing me to compile with statically linked ANGLE. No idea what could that be though...
Tested versions
System information
Godot v4.3.dev (68ad520) - Windows 10.0.22631 - Vulkan (Forward+) - dedicated Radeon RX 580 Series (Advanced Micro Devices, Inc.; 31.0.21912.14) - Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz (6 Threads)
Issue description
I cannot get Godot to build with my self-compiled statically linked ANGLE libraries, when it tries to link, it errors with:
I haven't tested with the pre-compiled ANGLE libraries from here, primarily because AFAIK those are compiled with GCC MinGW while I use LLVM MinGW. And I need the
aarch64
ones too.Steps to reproduce
scons platform="windows" use_mingw="yes" use_llvm="yes" angle_libs=<your_compiled_angle_libs>
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: