OliverSCE

Results 17 comments of OliverSCE

I am experiencing this bug in both release 2.5.2.1 and pre-release 2.5.2.6045 on my office computer (Rubberduck is installed for local user). I have tried 2.5.2.6045 on another machine (installed...

I tried all optimization flags combinations with the linker , although lto flags are not necessary for the linker since ages (gcc 4.9). Just to be clear, lto works fine...

In the mean time gcc 12.1.0 and binutils 2.38-3 were released, but no change. The bug is still present. Oliver

It sounds similar, but unfortunately the proposed solution there does not work. As this issue seems to be unknown here, there are two options: a) nobody is using lto with...

After doing some more trials it is the combination with -Wa,-mbig-obj, which seems to create the problem. Simple test programs work fine with the standard installation (without the bfd-plugins "fix")....

Still open. > echo "int main(){} >test.cpp > gcc -O3 -flto test.cpp -Wa,-mbig-obj C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\msys64\tmp\ccRnQMhA.o: plugin needed to handle lto object C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../lib/libmingw32.a(lib64_libmingw32_a-crt0_c.o): in function `main': C:/M/mingw-w64-crt-git/src/mingw-w64/mingw-w64-crt/crt/crt0_c.c:18: undefined reference to...

I just noticed that this is my older issue entry regarding this problem. To be precise in the answer to the question, if this issue is still open: The issue...

> did you has any helpful suggestions to solve this? No. If you have this issue, the only fix is moving to another MinGW version, until this issue gets addressed...

I did a very short check with a debug-build of ld. ld gets a segment with unexpected flags, and throws the error. Its therefor unclear if this a gcc or...

I used msys2 mainly for QT development, which requires the -Wa,-mbig-obj since ever. -Wa,-mbig-obj is not completely unusable, only link time optimization does not work with this flag. If "no...