https://sourceware.org/bugzilla/show_bug.cgi?id=23906
--- Comment #7 from Nick Clifton <nickc at redhat dot com> --- (In reply to David Ledger from comment #4) Hi David, > Unhandled exception at 0x0000000000402B06 in arm-none-eabi-ld.bfd.exe: > 0xC00000FD: Stack overflow (parameters: 0x0000000000000001, > 0x0000000000543830). > > Ran it in MSVC debugger because I don't know how to use GDB but it appears a > stack overflow occured... Sorry - I missed this comment. So this would probably explain what is going wrong. Of course it then begs the question of why the stack exhaustion is occurring. Do you have a limited amount of stack space available to applications on your build machine ? In the MSVC debugger, are you able to determine what the stack backtrace looks like when it runs out of space ? (I am wondering if there is a bug leading to infinite recursion). Or maybe there is a function in the linker which allocates memory on the stack, and it is asking for a huge amount of memory... Cheers Nick -- 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