Re: Troubleshooting compilation of hostapd

2018-09-10 Thread pavlin
Hi Rami, When I delete the project's directory and I clone the project again and I compile it with uncommented parameter "CONFIG_LIBNL32=y" then the compilation is successful. Thanks for the advice. HI Pavlin, Please try from scratch cloning the tree from scratch, then cp defconfig .config,

Re: Troubleshooting compilation of hostapd

2018-09-09 Thread Rami Rosen
HI Pavlin, Please try from scratch cloning the tree from scratch, then cp defconfig .config, then uncomment the following entry in .config: CONFIG_LIBNL32=y and then run "make", and post here the results. Regards, Rami Rosen http://ramirose.wixsite.com/ramirosen On Sun, 9 Sep 2018 at 16:57,

Troubleshooting compilation of hostapd

2018-09-09 Thread pavlin
Hi, I work as a software tester who has general understanding of C++ language. I experiment with simulated Wi-Fi access point and a station. My Linux distribution is Fedora 27. I try to compile hostap by following the steps from: