GithubHelp home page GithubHelp logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
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 [email protected] on 30 Dec 2011 at 2:42

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
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 [email protected] on 30 Dec 2011 at 4:09

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
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 [email protected] on 30 Dec 2011 at 5:08

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024

Original comment by [email protected] on 31 Dec 2011 at 1:20

  • Changed state: WontFix

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Thanksss reintall "binutils" works :)

Original comment by [email protected] on 9 Jan 2012 at 8:38

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
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 [email protected] on 21 Dec 2012 at 1:13

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
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 [email protected] on 7 Jun 2013 at 2:04

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Thanks a million. Re-installed binutils 2.24 and resolved issue :)

Original comment by [email protected] on 12 Mar 2014 at 7:07

from reaver-wps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.