Hello, I'm trying to compile the calibrator utility, following the instructions in this Readme, starting from
----------- Old Notes ---------------------
https://git.ti.com/cgit/wilink8-wlan/18xx-ti-utils/tree/README
After downloading the required library and exporting the filepaths, 18xx starts building and stops here:
$ make
gcc -L/home/ubuntu/libnl-2.0/lib nvs.o misc_cmds.o calibrator.o plt.o wl18xx_plt.o ini.o -lm -lnl -lnl-genl -o calibrator
/usr/bin/ld: cannot find -lnl
/usr/bin/ld: cannot find -lnl-genl
collect2: error: ld returned 1 exit status
make: *** [Makefile:26: all] Error 1
How should I proceed?