https://sourceware.org/bugzilla/show_bug.cgi?id=23906

--- Comment #18 from Tamar Christina <tnfchris at sourceware dot org> ---
Hi David,

I still can't seem to reproduce it, neither on linux.

I tried all 7 pass modes and they all build fine. 

[100%] Linking CXX executable STM32F072.elf
[100%] Built target STM32F072.elf
   text    data     bss     dec     hex filename
  21700     400    5916   28016    6d70 STM32F072.elf
[100%] Built target size

Can you generate a coredump on linux?

you can set it to automatically generate one on a crash by changing the core
file limit.

ulimit -c unlimited

should do it and rerunning the build, should generate a core file for ld.

you can see your current limit with

ulimit -a

so you know what to change it back to (likely 0).

Thanks,
Tamar

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to