Home › Forums › Forums › Technical Support for the OzzMaker SARA-R5 LTE-M GPS + 10DOF › Post here for support on the OzzMaker SARA-R5 LTE-M GPS + 10DOF › Reply To: Post here for support on the OzzMaker SARA-R5 LTE-M GPS + 10DOF
Hi,
I cannot for the life of me get this to work. I have the same issue too:
root@raspberrypi:~# make -C /lib/modules/$(uname -r)/build M=$(pwd) -e CONFIG_N_GSM=m modules
make: Entering directory ‘/root/linux-0afb5e98488aed7017b9bf321b575d0177feb7ed’
make[1]: Entering directory ‘/root/linux-0afb5e98488aed7017b9bf321b575d0177feb7ed’
make[2]: Entering directory ‘/root/linux-0afb5e98488aed7017b9bf321b575d0177feb7ed’
make[2]: Leaving directory ‘/root/linux-0afb5e98488aed7017b9bf321b575d0177feb7ed’
make[2]: Entering directory ‘/root/linux-0afb5e98488aed7017b9bf321b575d0177feb7ed’
make[3]: Entering directory ‘/root/linux-0afb5e98488aed7017b9bf321b575d0177feb7ed’
make[3]: Leaving directory ‘/root/linux-0afb5e98488aed7017b9bf321b575d0177feb7ed’
CC [M] /root/linux/drivers/tty/serial/sc16is7xx.o
make[2]: Leaving directory ‘/root/linux-0afb5e98488aed7017b9bf321b575d0177feb7ed’
make[2]: Entering directory ‘/root/linux-0afb5e98488aed7017b9bf321b575d0177feb7ed’
make[2]: Leaving directory ‘/root/linux-0afb5e98488aed7017b9bf321b575d0177feb7ed’
make[2]: Entering directory ‘/root/linux-0afb5e98488aed7017b9bf321b575d0177feb7ed’
make[2]: Leaving directory ‘/root/linux-0afb5e98488aed7017b9bf321b575d0177feb7ed’
CC [M] /root/linux/drivers/tty/n_gsm.o
make[1]: Leaving directory ‘/root/linux-0afb5e98488aed7017b9bf321b575d0177feb7ed’
make[1]: Entering directory ‘/root/linux-0afb5e98488aed7017b9bf321b575d0177feb7ed’
MODPOST /root/linux/drivers/tty/Module.symvers
ERROR: modpost: “alt_cb_patch_nops” [/root/linux/drivers/tty/serial/sc16is7xx.ko] undefined!
ERROR: modpost: “__const_udelay” [/root/linux/drivers/tty/serial/sc16is7xx.ko] undefined!
ERROR: modpost: “alt_cb_patch_nops” [/root/linux/drivers/tty/n_gsm.ko] undefined!
ERROR: modpost: “__arch_copy_from_user” [/root/linux/drivers/tty/n_gsm.ko] undefined!
ERROR: modpost: “__arch_copy_to_user” [/root/linux/drivers/tty/n_gsm.ko] undefined!
ERROR: modpost: “__warn_printk” [/root/linux/drivers/tty/n_gsm.ko] undefined!
ERROR: modpost: “_raw_spin_unlock” [/root/linux/drivers/tty/n_gsm.ko] undefined!
make[1]: *** [scripts/Makefile.modpost:126: /root/linux/drivers/tty/Module.symvers] Error 1
make[1]: Leaving directory ‘/root/linux-0afb5e98488aed7017b9bf321b575d0177feb7ed’
make: *** [Makefile:1964: modpost] Error 2
make: Leaving directory ‘/root/linux-0afb5e98488aed7017b9bf321b575d0177feb7ed’