Closed pandalion98 closed 6 years ago
I have tried disabling the cryptographic signing option on make menuconfig
, yet the error is still there.
After debugging for a few minutes, it looks like the main issue is with awk
that is included with Debian on Windows (not tried on native Debian).
awk: include/scan.awk: line 21: function asort never defined
The fix was to replace the stock awk
with gawk
.
apt-get --no-install-recommends install gawk
After doing this step, I simply followed the guide on the wiki. No other changes had to be done.
Build environment: Debian from Microsoft Store [Windows Subsystem for Linux (WSL)]
I am following this compile guide. While compiling, I encounter this issue:
I have no idea what is causing this. Any ideas?