Hi,

So Albert Wong figured out what the issue is.  Thanks!  Currently, the
script calls "ld --version" and checks whether gold is installed or
not.  It does not check the version, so if you have an old version
like I did, then it will not update.

We need to modify the script by changing the *gold* to *gold*2.20*,
but it'll be broken once the next version of gold comes out.  Do we
need to check the versioning?  Right now, I'm looking into using awk
or grep to check for the minimum version number.  Any suggestions
would be welcomed.

Note that version 2.19 works for Debug.  Apparently, I only need 2.20
for Release builds.

Thanks,
Brian

On Mon, Jan 11, 2010 at 1:29 PM, Adam Langley <a...@chromium.org> wrote:
> On Mon, Jan 11, 2010 at 11:49 AM, Brian Lum <brian...@chromium.org> wrote:
>> Here is my ld version:
>> $ ld -v
>> GNU gold (GNU Binutils 2.19.1) 1.7
>
> You have gold 2.19.1. You need gold 2.20.
>
> If install-build-deps.sh didn't work for you then you'll need to fix it.
>
>
> AGL
>
-- 
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev

Reply via email to