Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Edit the .config file. Find the line ifndef CONFIG_INTERNAL_LIBTOMMATHLTM_PATH=, change the line below it to the directory you built libtommath in:

...

Open a MinGW-W64 prompt by opening the menu, going to All Programs > MinGW-W64 project > x86_64-8.1.0-win32-seh-rt_v6-rev0 > Run terminal.

Code Block
languagebash
C:\>_

Change to the libtommath directory. Run the build command

...

Edit the .config file. Find the line ifndef CONFIG_INTERNAL_LIBTOMMATHLTM_PATH=, change the line below it to the directory you built libtommath in:

...

Run the build command

Code Block
languagebash
C:\Users\Administrator\Desktop\wpa-2.9\wpa_supplicant> mingw64.bat %MAKE% eapol_test

...