Closed GoogleCodeExporter closed 8 years ago
Your version of ar (and Debian?) seem to be rather old. The code in the utils
directory was taken from wpa_supplicant, so I'd suspect that the -T option
should work in most systems.
You can probably remove the -T option from the Makefile in the utils directory
without issue though. See if you can build a working copy with this
modification.
Original comment by cheff...@tacnetsol.com
on 30 Dec 2011 at 2:42
Thanks a lot for your help.
I did an upgrade of the package "binutils" and solved this problem that way.
Hope this helps others who have the same issue.
Btw very nice tool!
Original comment by familygu...@googlemail.com
on 30 Dec 2011 at 4:09
Had the same ar problem on BT3 Final. Removed -T option from /utils /tls and
/crypto Makefile and everything worked fine. Thanks =D
Original comment by olli...@gmail.com
on 30 Dec 2011 at 5:08
Original comment by cheff...@tacnetsol.com
on 31 Dec 2011 at 1:20
Thanksss reintall "binutils" works :)
Original comment by seva...@gmail.com
on 9 Jan 2012 at 8:38
i can't find any -T option on /utils Makefile....can somebody help to post the
-T option on the Makefile?How to remove?
Original comment by choont...@gmail.com
on 21 Dec 2012 at 1:13
You can work around it by modifying the Makefile:
Locate:
ARFLAGS.target ?= crsT
And change it to:
ARFLAGS.target ?= crs
Then locate:
ARFLAGS.host := crsT
And change it to:
ARFLAGS.host := crs
Original comment by aju...@gmail.com
on 7 Jun 2013 at 2:04
Thanks a million. Re-installed binutils 2.24 and resolved issue :)
Original comment by see...@gmail.com
on 12 Mar 2014 at 7:07
Original issue reported on code.google.com by
familygu...@googlemail.com
on 30 Dec 2011 at 11:58