[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug libctf/30836] ld.exe stuck while processing ctf symbols on 64bit Wi
From: |
torbjorn.svensson at foss dot st.com |
Subject: |
[Bug libctf/30836] ld.exe stuck while processing ctf symbols on 64bit Windows builds |
Date: |
Sat, 09 Sep 2023 07:31:03 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=30836
--- Comment #2 from Torbjörn SVENSSON <torbjorn.svensson at foss dot st.com> ---
After playing a bit more with this, it's actually enough to only use the
pr41893-1.o object file, no need for pr41893-1.o to trigger the fault.
Also, the object files were created using:
arm-none-eabi-gcc -c -mthumb -march=armv6s-m -mcpu=cortex-m0 -mfloat-abi=soft
-gctf pr41893-1.c
arm-none-eabi-gcc -c -mthumb -march=armv6s-m -mcpu=cortex-m0 -mfloat-abi=soft
-gctf pr41893-2.c
I've also shared a patch before that should fix this:
https://sourceware.org/pipermail/binutils/2023-August/129296.html
--
You are receiving this mail because:
You are on the CC list for the bug.