bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/25713] Linker(ld.exe) runs in Windows unable to find file if pat


From: jaydeepchauhan1494 at gmail dot com
Subject: [Bug ld/25713] Linker(ld.exe) runs in Windows unable to find file if path length is more than 260 characters.
Date: Mon, 18 May 2020 19:37:17 +0000

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

--- Comment #10 from Jaydeep Chauhan <jaydeepchauhan1494 at gmail dot com> ---
(In reply to address@hidden from comment #8)
> The master branch has been updated by Nick Clifton <address@hidden>:
> 
> https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;
> h=ca859a893931d6fad8b35cf2c20afd43422a59fe
> 
> commit ca859a893931d6fad8b35cf2c20afd43422a59fe
> Author: Jaydeep Chauhan <address@hidden>
> Date:   Mon May 18 11:36:26 2020 +0100
> 

Hi Nick,

Currently build is failing because of for loop (for (i = 0, fullpath[i]; i++))
at line 133 of bfd/bfdio.c, Need to update "," with ";" in for loop.After that
patch is working fine.

Thanks,
Jaydeep.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]