Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- xilinx@pynq:~$ make -C wireguard-linux-compat/src -j$(nproc)
- make: Entering directory '/home/xilinx/wireguard-linux-compat/src'
- warning: the compiler differs from the one used to build the kernel
- The kernel was built by: arm-xilinx-linux-gnueabi-gcc (GCC) 11.2.0
- You are using: gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
- CC [M] /home/xilinx/wireguard-linux-compat/src/main.o
- CC [M] /home/xilinx/wireguard-linux-compat/src/noise.o
- In file included from ./include/asm-generic/int-ll64.h:11,
- from ./arch/arm/include/uapi/asm/types.h:5,
- from ./include/uapi/linux/types.h:5,
- from ./include/linux/types.h:6,
- from /home/xilinx/wireguard-linux-compat/src/compat/compat.h:11,
- from <command-line>:
- ./include/uapi/asm-generic/int-ll64.h:12:10: fatal error: asm/bitsperlong.h: No such file or directory
- 12 | #include <asm/bitsperlong.h>
- | ^~~~~~~~~~~~~~~~~~~
- compilation terminated.
- In file included from ./include/asm-generic/int-ll64.h:11,
- from ./arch/arm/include/uapi/asm/types.h:5,
- from ./include/uapi/linux/types.h:5,
- from ./include/linux/types.h:6,
- from /home/xilinx/wireguard-linux-compat/src/compat/compat.h:11,
- from <command-line>:
- ./include/uapi/asm-generic/int-ll64.h:12:10: fatal error: asm/bitsperlong.h: No such file or directory
- 12 | #include <asm/bitsperlong.h>
- | ^~~~~~~~~~~~~~~~~~~
- compilation terminated.
- make[2]: *** [scripts/Makefile.build:277: /home/xilinx/wireguard-linux-compat/src/noise.o] Error 1
- make[2]: *** Waiting for unfinished jobs....
- make[2]: *** [scripts/Makefile.build:277: /home/xilinx/wireguard-linux-compat/src/main.o] Error 1
- make[1]: *** [Makefile:1868: /home/xilinx/wireguard-linux-compat/src] Error 2
- make: *** [Makefile:26: module] Error 2
- make: Leaving directory '/home/xilinx/wireguard-linux-compat/src'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement