When I try to build the AGPS sample (west build --pristine -b nrf9160dk_nrf9160ns) with SUPL support (added CONFIG_AGPS_SRC_SUPL=y) I get the following error:
cmd.exe /C "cd . && C:\gnuarmemb\bin\arm-none-eabi-gcc.exe @CMakeFiles\zephyr_prebuilt.rsp -o zephyr\zephyr_prebuilt.elf && cd ."
c:/gnuarmemb/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: cannot find -lmodem
collect2.exe: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Is there a config flag to add the modem lib or should I remove something else?