<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi,<br>i'm trying to build an emdedded distro for arm machine following the instruction<br>inside 'Cross-Compiled Linux From Scratch - Embedded Version <b>SVN-0.0.1-20090126-arm</b>'<br>At the moment i'm not able to build uClibc-0.9.30 like explained on chapter '<b>6.10. uClibc-0.9.30</b>'.<br>When i type ' make oldconfig' <br>i receive this error message:<br><br>clfs:/mnt/clfs/sources/uClibc-0.9.30$ make oldconfig <br>../../Rules.mak:540: *** Your binutils don't support --hash-style option, while you want to use it.  Stop.<br>make: *** [extra/config/conf] Error 2<br><br>Looking at Rules.mak at line 540 i found this call:' call check_ld,--hash-style=gnu' that is resolved like:<br><br>check_ld=$(shell \<br>        if $(LD) $(1) -o /dev/null -b binary /dev/null > /dev/null 2>&1; \<br>        then echo "$(1)"; fi)<br><br><br>So i concluded that the check fail because the command:ld --hash-style=gnu  -o /dev/null -b binary /dev/null return false (To test that i just typed this command apart in a shell.)<br>Can anyone suggest me why this check fail?<br>My host pc is a 32 bit centrino 1.7Mhz machine running a fedora 9.<br>Thanks in advance Giuseppe.<br /><hr />Scopri le novità di Spaces! <a href='http://home.spaces.live.com/?showUnauth=1&lc=1040' target='_new'>Blog, foto, amici… e molto altro!</a></body>
</html>