Home › Forums › Forums › Technical Support for the OzzMaker SARA-R5 LTE-M GPS + 10DOF › Muktiplex port failing on bulls eye os › Reply To: Muktiplex port failing on bulls eye os
Hi thanks for your reply I
I think the python script worked as I got no errors for
chmod +x /usr/bin/rpi-source
/usr/bin/rpi-source<em> -q --tag-update</em>
/usr/bin/rpi-source
however compile make in the next step failed with the below errors
make -C /lib/modules/$(uname -r)/build M=$(pwd) -e CONFIG_N_GSM=m modules
various compile issues
starting with
In file included from ./arch/arm64/include/asm/ptrace.h:13,
from ./arch/arm64/include/asm/virt.h:61,
from ./arch/arm64/include/asm/hw_breakpoint.h:11,
from ./arch/arm64/include/asm/processor.h:39,
from ./include/linux/mutex.h:19,
from ./include/linux/notifier.h:14,
from ./include/linux/clk.h:14,
from /root/linux/drivers/tty/serial/sc16is7xx.c:12:
./arch/arm64/include/uapi/asm/ptrace.h: At top level:
./arch/arm64/include/uapi/asm/ptrace.h:96:2: error: unknown type name ‘__uint128_t’
96 | __uint128_t vregs[32];
| ^~~~~~~~~~~
./arch/arm64/include/uapi/asm/ptrace.h:261:2: error: unknown type name ‘__uint128_t’
261 | __uint128_t apiakey;
./include/linux/page-flags-layout.h:6:10: fatal error: generated/bounds.h: No such file or directory
6 | #include <generated/bounds.h>
| ^~~~~~~~~~~~~~~~~~~~
was the final error
Happy to start again if you can advise of exact Rpi image to start with I will re flash
Os version as below
root@raspberrypi:~/linux/drivers/tty# cat /etc/os-release
Current OS & Version below
PRETTY_NAME=”Raspbian GNU/Linux 11 (bullseye)”
NAME=”Raspbian GNU/Linux”
VERSION_ID=”11″
VERSION=”11 (bullseye)”
opm ~/linux/drivers/tty# uname -a
Linux raspberrypi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux
- This reply was modified 6 months, 2 weeks ago by edtacey1.