[Clfs-support] uClibc compile error

Nicholai Vesterløkke nve at mpitech.com
Tue Jun 16 23:35:47 PDT 2009


> From:
> 
> Piyush Verma <piyush.pv at gmail.com>

> ../../Rules.mak:541: *** Your binutils don't support --hash-style 
> option, while you want to use it.  Stop.
As is says you want to use something you don't have.

You can fix it with this:
sed -e "s at .*\(LDSO_GNU_HASH_SUPPORT\).*@# \1 is not set at g" .config.orig > 
.config

This way you unset the option in the .config file.

I don't know how to get the hashsupport in binutils so I just remove it 
here.

Regards
Nicholai



More information about the Clfs-support mailing list