You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
┌──(root㉿kali)-[~/mdk3-v6]
└─# make
make -C osdep
make[1]: Entering directory '/root/mdk3-v6/osdep'
Building for Linux
make[2]: Entering directory '/root/mdk3-v6/osdep'
ar cru libosdep.a osdep.o common.o network.o linux.o linux_tap.o radiotap/radiotap-parser.o common.o
ar: u' modifier ignored since D' is the default (see U') ranlib libosdep.a touch .os.Linux make[2]: Leaving directory '/root/mdk3-v6/osdep' make[1]: Leaving directory '/root/mdk3-v6/osdep' cc -g -O3 -w mdk3.c osdep/libosdep.a -o mdk3 -Losdep -losdep -lpthread /usr/bin/ld: skipping incompatible osdep/libosdep.a when searching for -losdep /usr/bin/ld: cannot find -losdep: No such file or directory collect2: error: ld returned 1 exit status make: *** [Makefile:22: mdk3] Error 1
The text was updated successfully, but these errors were encountered:
`┌──(root㉿kali)-[~]
└─# cd mdk3-v6
┌──(root㉿kali)-[~/mdk3-v6]
└─# make
make -C osdep
make[1]: Entering directory '/root/mdk3-v6/osdep'
Building for Linux
make[2]: Entering directory '/root/mdk3-v6/osdep'
ar cru libosdep.a osdep.o common.o network.o linux.o linux_tap.o radiotap/radiotap-parser.o common.o
ar:
u' modifier ignored since
D' is the default (seeU') ranlib libosdep.a touch .os.Linux make[2]: Leaving directory '/root/mdk3-v6/osdep' make[1]: Leaving directory '/root/mdk3-v6/osdep' cc -g -O3 -w mdk3.c osdep/libosdep.a -o mdk3 -Losdep -losdep -lpthread /usr/bin/ld: skipping incompatible osdep/libosdep.a when searching for -losdep /usr/bin/ld: cannot find -losdep: No such file or directory collect2: error: ld returned 1 exit status make: *** [Makefile:22: mdk3] Error 1
The text was updated successfully, but these errors were encountered: