Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In file included from /usr/include/linux/byteorder/little_endian.h:13,
- from /usr/include/asm/byteorder.h:5,
- from /usr/src/linux/tools/arch/x86/include/asm/insn.h:10,
- from arch/x86/decode.c:10:
- /usr/include/linux/swab.h:136:23: error: expected ';' before 'unsigned'
- 136 | static __always_inline unsigned long __swab(const unsigned long y)
- | ^~~~~~~~~
- | ;
- /usr/include/linux/swab.h:171:8: error: unknown type name '__always_inline'
- 171 | static __always_inline __u16 __swab16p(const __u16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/swab.h:171:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__swab16p'
- 171 | static __always_inline __u16 __swab16p(const __u16 *p)
- | ^~~~~~~~~
- /usr/include/linux/swab.h:184:8: error: unknown type name '__always_inline'
- 184 | static __always_inline __u32 __swab32p(const __u32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/swab.h:184:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__swab32p'
- 184 | static __always_inline __u32 __swab32p(const __u32 *p)
- | ^~~~~~~~~
- /usr/include/linux/swab.h:197:8: error: unknown type name '__always_inline'
- 197 | static __always_inline __u64 __swab64p(const __u64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/swab.h:197:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__swab64p'
- 197 | static __always_inline __u64 __swab64p(const __u64 *p)
- | ^~~~~~~~~
- /usr/include/linux/swab.h:252:23: error: expected ';' before 'void'
- 252 | static __always_inline void __swab32s(__u32 *p)
- | ^~~~~
- | ;
- /usr/include/linux/swab.h:265:23: error: expected ';' before 'void'
- 265 | static __always_inline void __swab64s(__u64 *p)
- | ^~~~~
- | ;
- In file included from /usr/include/asm/byteorder.h:5,
- from /usr/src/linux/tools/arch/x86/include/asm/insn.h:10,
- from arch/x86/decode.c:10:
- /usr/include/linux/byteorder/little_endian.h:44:8: error: unknown type name '__always_inline'
- 44 | static __always_inline __le64 __cpu_to_le64p(const __u64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:44:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_le64p'
- 44 | static __always_inline __le64 __cpu_to_le64p(const __u64 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:48:8: error: unknown type name '__always_inline'
- 48 | static __always_inline __u64 __le64_to_cpup(const __le64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:48:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__le64_to_cpup'
- 48 | static __always_inline __u64 __le64_to_cpup(const __le64 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:52:8: error: unknown type name '__always_inline'
- 52 | static __always_inline __le32 __cpu_to_le32p(const __u32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:52:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_le32p'
- 52 | static __always_inline __le32 __cpu_to_le32p(const __u32 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:56:8: error: unknown type name '__always_inline'
- 56 | static __always_inline __u32 __le32_to_cpup(const __le32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:56:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__le32_to_cpup'
- 56 | static __always_inline __u32 __le32_to_cpup(const __le32 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:60:8: error: unknown type name '__always_inline'
- 60 | static __always_inline __le16 __cpu_to_le16p(const __u16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:60:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_le16p'
- 60 | static __always_inline __le16 __cpu_to_le16p(const __u16 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:64:8: error: unknown type name '__always_inline'
- 64 | static __always_inline __u16 __le16_to_cpup(const __le16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:64:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__le16_to_cpup'
- 64 | static __always_inline __u16 __le16_to_cpup(const __le16 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:68:8: error: unknown type name '__always_inline'
- 68 | static __always_inline __be64 __cpu_to_be64p(const __u64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:68:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_be64p'
- 68 | static __always_inline __be64 __cpu_to_be64p(const __u64 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:72:8: error: unknown type name '__always_inline'
- 72 | static __always_inline __u64 __be64_to_cpup(const __be64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:72:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__be64_to_cpup'
- 72 | static __always_inline __u64 __be64_to_cpup(const __be64 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:76:8: error: unknown type name '__always_inline'
- 76 | static __always_inline __be32 __cpu_to_be32p(const __u32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:76:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_be32p'
- 76 | static __always_inline __be32 __cpu_to_be32p(const __u32 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:80:8: error: unknown type name '__always_inline'
- 80 | static __always_inline __u32 __be32_to_cpup(const __be32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:80:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__be32_to_cpup'
- 80 | static __always_inline __u32 __be32_to_cpup(const __be32 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:84:8: error: unknown type name '__always_inline'
- 84 | static __always_inline __be16 __cpu_to_be16p(const __u16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:84:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_be16p'
- 84 | static __always_inline __be16 __cpu_to_be16p(const __u16 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:88:8: error: unknown type name '__always_inline'
- 88 | static __always_inline __u16 __be16_to_cpup(const __be16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:88:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__be16_to_cpup'
- 88 | static __always_inline __u16 __be16_to_cpup(const __be16 *p)
- | ^~~~~~~~~~~~~~
- make[4]: *** [/usr/src/linux/tools/build/Makefile.build:97: /usr/src/linux/tools/objtool/arch/x86/decode.o] Error 1
- make[3]: *** [/usr/src/linux/tools/build/Makefile.build:139: arch/x86] Error 2
- make[3]: *** Waiting for unfinished jobs....
- LD /usr/src/linux/tools/objtool/libsubcmd-in.o
- AR /usr/src/linux/tools/objtool/libsubcmd.a
- HOSTLD scripts/mod/modpost
- CC kernel/bounds.s
- CALL scripts/atomic/check-atomics.sh
- UPD include/generated/timeconst.h
- UPD include/generated/bounds.h
- CC arch/x86/kernel/asm-offsets.s
- make[2]: *** [Makefile:56: /usr/src/linux/tools/objtool/objtool-in.o] Error 2
- make[1]: *** [Makefile:69: objtool] Error 2
- make: *** [Makefile:1978: tools/objtool] Error 2
- make: *** Waiting for unfinished jobs....
- UPD include/generated/asm-offsets.h
- CALL scripts/checksyscalls.sh
- sed: modules.order: No such file or directory
- make: *** [Makefile:1471: _modinst_] Error 1
- sh ./arch/x86/boot/install.sh 5.12.2 arch/x86/boot/bzImage \
- System.map "/boot"
- *** Missing file: arch/x86/boot/bzImage
- *** You need to run "make" before "make install".
- make[1]: *** [arch/x86/boot/Makefile:160: install] Error 1
- make: *** [arch/x86/Makefile:273: install] Error 2
- mv: can't rename '/boot/vmlinuz': No such file or directory
- mv: can't rename '/boot/System.map': No such file or directory
- Connecting to gitlab.com (172.65.251.78:443)
- saving to 'ufetch-linux'
- ufetch-linux 100% |*************************************************************************************************************| 2153 0:00:00 ETA
- 'ufetch-linux' saved
- Changing password for root
- New password:
- Retype password:
- passwd: password for root changed by root
- Changing password for kiss
- New password:
- Retype password:
- passwd: password for kiss changed by root
- BootCurrent: 000A
- Timeout: 1 seconds
- BootOrder: 0002,0007,0008,0009,000A,0001
- Boot0001* Manjaro VenHw(99e275e7-75a0-4b37-a2e6-c5385e6c00cb)
- Boot0002* Windows Boot Manager HD(1,GPT,2c628fd0-75e6-4276-a743-f733f52acf32,0x800,0x32000)/File(\EFI\MICROSOFT\BOOT\BOOTMGFW.EFI)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...,................
- Boot0007* Hard Drive BBS(HD,,0x0)..GO..NO........k.C.T.5.0.0.P.1.S.S.D.8....................A............................u.(.).........Gd-.;.A..MQ..L.2.0.2.3.2.8.A.2.2.9.A.8........BO
- Boot0008* USB BBS(USB,,0x0)..GO..NO........Y.G.e.n.e.r.i.c. .F.l.a.s.h. .D.i.s.k. .8...0.7....................A.............................&..Gd-.;.A..MQ..L.1.4.3.E.6.2.F.6........BO
- Boot0009* UEFI: Generic Flash Disk 8.07 PciRoot(0x0)/Pci(0x1,0x3)/Pci(0x0,0x0)/USB(7,0)/CDROM(1,0x278,0x7c00)..BO
- Boot000A* UEFI: Generic Flash Disk 8.07, Partition 2 PciRoot(0x0)/Pci(0x1,0x3)/Pci(0x0,0x0)/USB(7,0)/HD(2,MBR,0x3e172ebe,0x278,0x1f00)..BO
- BootCurrent: 000A
- Timeout: 1 seconds
- BootOrder: 0000,0002,0007,0008,0009,000A,0001
- Boot0001* Manjaro VenHw(99e275e7-75a0-4b37-a2e6-c5385e6c00cb)
- Boot0002* Windows Boot Manager HD(1,GPT,2c628fd0-75e6-4276-a743-f733f52acf32,0x800,0x32000)/File(\EFI\MICROSOFT\BOOT\BOOTMGFW.EFI)䥗䑎坏S
- Boot0007* Hard Drive BBS(HD,,0x0)
- Boot0008* USB BBS(USB,,0x0)
- Boot0009* UEFI: Generic Flash Disk 8.07 PciRoot(0x0)/Pci(0x1,0x3)/Pci(0x0,0x0)/USB(7,0)/CDROM(1,0x278,0x7c00)
- Boot000A* UEFI: Generic Flash Disk 8.07, Partition 2 PciRoot(0x0)/Pci(0x1,0x3)/Pci(0x0,0x0)/USB(7,0)/HD(2,MBR,0x3e172ebe,0x278,0x1f00)
- Boot0000* Kiss HD(1,GPT,7b28c991-8474-47b1-a6c7-61aebf63a6c4,0x800,0x32000)/File(vmlinuz-5.12.2)root=/dev/nvme0n1p2
- / # cd /usr/src/linux
- /usr/src/linux # make -j "$(nproc)"
- DESCEND objtool
- CALL scripts/atomic/check-atomics.sh
- CALL scripts/checksyscalls.sh
- diff: unrecognized option: I
- BusyBox v1.33.0 (2021-03-26 01:34:08 UTC) multi-call binary.
- Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
- Compare files line by line and output the differences between them.
- This implementation supports unified diffs only.
- -a Treat all files as text
- -b Ignore changes in the amount of whitespace
- -B Ignore changes whose lines are all blank
- -d Try hard to find a smaller set of changes
- -i Ignore case differences
- -L Use LABEL instead of the filename in the unified header
- -N Treat absent files as empty
- -q Output only whether files differ
- -r Recurse
- -S Start with FILE when comparing directories
- -T Make tabs line up by prefixing a tab when necessary
- -s Report when two files are the same
- -t Expand tabs to spaces in output
- -U Output LINES lines of context
- -w Ignore all whitespace
- Warning: Kernel ABI header at 'tools/arch/x86/include/asm/inat.h' differs from latest version at 'arch/x86/include/asm/inat.h'
- diff -u tools/arch/x86/include/asm/inat.h arch/x86/include/asm/inat.h
- diff: unrecognized option: I
- BusyBox v1.33.0 (2021-03-26 01:34:08 UTC) multi-call binary.
- Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
- Compare files line by line and output the differences between them.
- This implementation supports unified diffs only.
- -a Treat all files as text
- -b Ignore changes in the amount of whitespace
- -B Ignore changes whose lines are all blank
- -d Try hard to find a smaller set of changes
- -i Ignore case differences
- -L Use LABEL instead of the filename in the unified header
- -N Treat absent files as empty
- -q Output only whether files differ
- -r Recurse
- -S Start with FILE when comparing directories
- -T Make tabs line up by prefixing a tab when necessary
- -s Report when two files are the same
- -t Expand tabs to spaces in output
- -U Output LINES lines of context
- -w Ignore all whitespace
- Warning: Kernel ABI header at 'tools/arch/x86/include/asm/insn.h' differs from latest version at 'arch/x86/include/asm/insn.h'
- diff -u tools/arch/x86/include/asm/insn.h arch/x86/include/asm/insn.h
- diff: unrecognized option: I
- BusyBox v1.33.0 (2021-03-26 01:34:08 UTC) multi-call binary.
- Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
- Compare files line by line and output the differences between them.
- This implementation supports unified diffs only.
- -a Treat all files as text
- -b Ignore changes in the amount of whitespace
- -B Ignore changes whose lines are all blank
- -d Try hard to find a smaller set of changes
- -i Ignore case differences
- -L Use LABEL instead of the filename in the unified header
- -N Treat absent files as empty
- -q Output only whether files differ
- -r Recurse
- -S Start with FILE when comparing directories
- -T Make tabs line up by prefixing a tab when necessary
- -s Report when two files are the same
- -t Expand tabs to spaces in output
- -U Output LINES lines of context
- -w Ignore all whitespace
- Warning: Kernel ABI header at 'tools/arch/x86/lib/inat.c' differs from latest version at 'arch/x86/lib/inat.c'
- diff -u tools/arch/x86/lib/inat.c arch/x86/lib/inat.c
- diff: unrecognized option: I
- BusyBox v1.33.0 (2021-03-26 01:34:08 UTC) multi-call binary.
- Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
- Compare files line by line and output the differences between them.
- This implementation supports unified diffs only.
- -a Treat all files as text
- -b Ignore changes in the amount of whitespace
- -B Ignore changes whose lines are all blank
- -d Try hard to find a smaller set of changes
- -i Ignore case differences
- -L Use LABEL instead of the filename in the unified header
- -N Treat absent files as empty
- -q Output only whether files differ
- -r Recurse
- -S Start with FILE when comparing directories
- -T Make tabs line up by prefixing a tab when necessary
- -s Report when two files are the same
- -t Expand tabs to spaces in output
- -U Output LINES lines of context
- -w Ignore all whitespace
- Warning: Kernel ABI header at 'tools/arch/x86/lib/insn.c' differs from latest version at 'arch/x86/lib/insn.c'
- diff -u tools/arch/x86/lib/insn.c arch/x86/lib/insn.c
- CC /usr/src/linux/tools/objtool/arch/x86/decode.o
- In file included from /usr/include/linux/byteorder/little_endian.h:13,
- from /usr/include/asm/byteorder.h:5,
- from /usr/src/linux/tools/arch/x86/include/asm/insn.h:10,
- from arch/x86/decode.c:10:
- /usr/include/linux/swab.h:136:23: error: expected ';' before 'unsigned'
- 136 | static __always_inline unsigned long __swab(const unsigned long y)
- | ^~~~~~~~~
- | ;
- /usr/include/linux/swab.h:171:8: error: unknown type name '__always_inline'
- 171 | static __always_inline __u16 __swab16p(const __u16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/swab.h:171:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__swab16p'
- 171 | static __always_inline __u16 __swab16p(const __u16 *p)
- | ^~~~~~~~~
- /usr/include/linux/swab.h:184:8: error: unknown type name '__always_inline'
- 184 | static __always_inline __u32 __swab32p(const __u32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/swab.h:184:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__swab32p'
- 184 | static __always_inline __u32 __swab32p(const __u32 *p)
- | ^~~~~~~~~
- /usr/include/linux/swab.h:197:8: error: unknown type name '__always_inline'
- 197 | static __always_inline __u64 __swab64p(const __u64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/swab.h:197:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__swab64p'
- 197 | static __always_inline __u64 __swab64p(const __u64 *p)
- | ^~~~~~~~~
- /usr/include/linux/swab.h:252:23: error: expected ';' before 'void'
- 252 | static __always_inline void __swab32s(__u32 *p)
- | ^~~~~
- | ;
- /usr/include/linux/swab.h:265:23: error: expected ';' before 'void'
- 265 | static __always_inline void __swab64s(__u64 *p)
- | ^~~~~
- | ;
- In file included from /usr/include/asm/byteorder.h:5,
- from /usr/src/linux/tools/arch/x86/include/asm/insn.h:10,
- from arch/x86/decode.c:10:
- /usr/include/linux/byteorder/little_endian.h:44:8: error: unknown type name '__always_inline'
- 44 | static __always_inline __le64 __cpu_to_le64p(const __u64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:44:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_le64p'
- 44 | static __always_inline __le64 __cpu_to_le64p(const __u64 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:48:8: error: unknown type name '__always_inline'
- 48 | static __always_inline __u64 __le64_to_cpup(const __le64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:48:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__le64_to_cpup'
- 48 | static __always_inline __u64 __le64_to_cpup(const __le64 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:52:8: error: unknown type name '__always_inline'
- 52 | static __always_inline __le32 __cpu_to_le32p(const __u32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:52:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_le32p'
- 52 | static __always_inline __le32 __cpu_to_le32p(const __u32 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:56:8: error: unknown type name '__always_inline'
- 56 | static __always_inline __u32 __le32_to_cpup(const __le32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:56:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__le32_to_cpup'
- 56 | static __always_inline __u32 __le32_to_cpup(const __le32 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:60:8: error: unknown type name '__always_inline'
- 60 | static __always_inline __le16 __cpu_to_le16p(const __u16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:60:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_le16p'
- 60 | static __always_inline __le16 __cpu_to_le16p(const __u16 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:64:8: error: unknown type name '__always_inline'
- 64 | static __always_inline __u16 __le16_to_cpup(const __le16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:64:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__le16_to_cpup'
- 64 | static __always_inline __u16 __le16_to_cpup(const __le16 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:68:8: error: unknown type name '__always_inline'
- 68 | static __always_inline __be64 __cpu_to_be64p(const __u64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:68:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_be64p'
- 68 | static __always_inline __be64 __cpu_to_be64p(const __u64 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:72:8: error: unknown type name '__always_inline'
- 72 | static __always_inline __u64 __be64_to_cpup(const __be64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:72:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__be64_to_cpup'
- 72 | static __always_inline __u64 __be64_to_cpup(const __be64 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:76:8: error: unknown type name '__always_inline'
- 76 | static __always_inline __be32 __cpu_to_be32p(const __u32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:76:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_be32p'
- 76 | static __always_inline __be32 __cpu_to_be32p(const __u32 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:80:8: error: unknown type name '__always_inline'
- 80 | static __always_inline __u32 __be32_to_cpup(const __be32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:80:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__be32_to_cpup'
- 80 | static __always_inline __u32 __be32_to_cpup(const __be32 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:84:8: error: unknown type name '__always_inline'
- 84 | static __always_inline __be16 __cpu_to_be16p(const __u16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:84:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_be16p'
- 84 | static __always_inline __be16 __cpu_to_be16p(const __u16 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:88:8: error: unknown type name '__always_inline'
- 88 | static __always_inline __u16 __be16_to_cpup(const __be16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:88:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__be16_to_cpup'
- 88 | static __always_inline __u16 __be16_to_cpup(const __be16 *p)
- | ^~~~~~~~~~~~~~
- make[4]: *** [/usr/src/linux/tools/build/Makefile.build:97: /usr/src/linux/tools/objtool/arch/x86/decode.o] Error 1
- make[3]: *** [/usr/src/linux/tools/build/Makefile.build:139: arch/x86] Error 2
- make[2]: *** [Makefile:56: /usr/src/linux/tools/objtool/objtool-in.o] Error 2
- make[1]: *** [Makefile:69: objtool] Error 2
- make: *** [Makefile:1978: tools/objtool] Error 2
- /usr/src/linux # make defconfig
- HOSTCC scripts/kconfig/conf.o
- HOSTLD scripts/kconfig/conf
- *** Default configuration is based on 'x86_64_defconfig'
- #
- # configuration written to .config
- #
- /usr/src/linux # make menuconfig
- configuration written to .config
- *** End of the configuration.
- *** Execute 'make' to start the build or try 'make help'.
- /usr/src/linux # make -j "$(nproc)"
- SYNC include/config/auto.conf.cmd
- DESCEND objtool
- HOSTCC scripts/selinux/genheaders/genheaders
- HOSTCC scripts/selinux/mdp/mdp
- diff: unrecognized option: I
- BusyBox v1.33.0 (2021-03-26 01:34:08 UTC) multi-call binary.
- Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
- Compare files line by line and output the differences between them.
- This implementation supports unified diffs only.
- -a Treat all files as text
- -b Ignore changes in the amount of whitespace
- -B Ignore changes whose lines are all blank
- -d Try hard to find a smaller set of changes
- -i Ignore case differences
- -L Use LABEL instead of the filename in the unified header
- -N Treat absent files as empty
- -q Output only whether files differ
- -r Recurse
- -S Start with FILE when comparing directories
- -T Make tabs line up by prefixing a tab when necessary
- -s Report when two files are the same
- -t Expand tabs to spaces in output
- -U Output LINES lines of context
- -w Ignore all whitespace
- Warning: Kernel ABI header at 'tools/arch/x86/include/asm/inat.h' differs from latest version at 'arch/x86/include/asm/inat.h'
- diff -u tools/arch/x86/include/asm/inat.h arch/x86/include/asm/inat.h
- diff: unrecognized option: I
- BusyBox v1.33.0 (2021-03-26 01:34:08 UTC) multi-call binary.
- Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
- Compare files line by line and output the differences between them.
- This implementation supports unified diffs only.
- -a Treat all files as text
- -b Ignore changes in the amount of whitespace
- -B Ignore changes whose lines are all blank
- -d Try hard to find a smaller set of changes
- -i Ignore case differences
- -L Use LABEL instead of the filename in the unified header
- -N Treat absent files as empty
- -q Output only whether files differ
- -r Recurse
- -S Start with FILE when comparing directories
- -T Make tabs line up by prefixing a tab when necessary
- -s Report when two files are the same
- -t Expand tabs to spaces in output
- -U Output LINES lines of context
- -w Ignore all whitespace
- Warning: Kernel ABI header at 'tools/arch/x86/include/asm/insn.h' differs from latest version at 'arch/x86/include/asm/insn.h'
- diff -u tools/arch/x86/include/asm/insn.h arch/x86/include/asm/insn.h
- diff: unrecognized option: I
- BusyBox v1.33.0 (2021-03-26 01:34:08 UTC) multi-call binary.
- Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
- Compare files line by line and output the differences between them.
- This implementation supports unified diffs only.
- -a Treat all files as text
- -b Ignore changes in the amount of whitespace
- -B Ignore changes whose lines are all blank
- -d Try hard to find a smaller set of changes
- -i Ignore case differences
- -L Use LABEL instead of the filename in the unified header
- -N Treat absent files as empty
- -q Output only whether files differ
- -r Recurse
- -S Start with FILE when comparing directories
- -T Make tabs line up by prefixing a tab when necessary
- -s Report when two files are the same
- -t Expand tabs to spaces in output
- -U Output LINES lines of context
- -w Ignore all whitespace
- Warning: Kernel ABI header at 'tools/arch/x86/lib/inat.c' differs from latest version at 'arch/x86/lib/inat.c'
- diff -u tools/arch/x86/lib/inat.c arch/x86/lib/inat.c
- diff: unrecognized option: I
- BusyBox v1.33.0 (2021-03-26 01:34:08 UTC) multi-call binary.
- Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
- Compare files line by line and output the differences between them.
- This implementation supports unified diffs only.
- -a Treat all files as text
- -b Ignore changes in the amount of whitespace
- -B Ignore changes whose lines are all blank
- -d Try hard to find a smaller set of changes
- -i Ignore case differences
- -L Use LABEL instead of the filename in the unified header
- -N Treat absent files as empty
- -q Output only whether files differ
- -r Recurse
- -S Start with FILE when comparing directories
- -T Make tabs line up by prefixing a tab when necessary
- -s Report when two files are the same
- -t Expand tabs to spaces in output
- -U Output LINES lines of context
- -w Ignore all whitespace
- Warning: Kernel ABI header at 'tools/arch/x86/lib/insn.c' differs from latest version at 'arch/x86/lib/insn.c'
- diff -u tools/arch/x86/lib/insn.c arch/x86/lib/insn.c
- CC scripts/mod/empty.o
- CC scripts/mod/devicetable-offsets.s
- CC /usr/src/linux/tools/objtool/arch/x86/decode.o
- MKELF scripts/mod/elfconfig.h
- HOSTCC scripts/mod/modpost.o
- HOSTCC scripts/mod/sumversion.o
- In file included from /usr/include/linux/byteorder/little_endian.h:13,
- from /usr/include/asm/byteorder.h:5,
- from /usr/src/linux/tools/arch/x86/include/asm/insn.h:10,
- from arch/x86/decode.c:10:
- /usr/include/linux/swab.h:136:23: error: expected ';' before 'unsigned'
- 136 | static __always_inline unsigned long __swab(const unsigned long y)
- | ^~~~~~~~~
- | ;
- /usr/include/linux/swab.h:171:8: error: unknown type name '__always_inline'
- 171 | static __always_inline __u16 __swab16p(const __u16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/swab.h:171:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__swab16p'
- 171 | static __always_inline __u16 __swab16p(const __u16 *p)
- | ^~~~~~~~~
- /usr/include/linux/swab.h:184:8: error: unknown type name '__always_inline'
- 184 | static __always_inline __u32 __swab32p(const __u32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/swab.h:184:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__swab32p'
- 184 | static __always_inline __u32 __swab32p(const __u32 *p)
- | ^~~~~~~~~
- /usr/include/linux/swab.h:197:8: error: unknown type name '__always_inline'
- 197 | static __always_inline __u64 __swab64p(const __u64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/swab.h:197:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__swab64p'
- 197 | static __always_inline __u64 __swab64p(const __u64 *p)
- | ^~~~~~~~~
- /usr/include/linux/swab.h:252:23: error: expected ';' before 'void'
- 252 | static __always_inline void __swab32s(__u32 *p)
- | ^~~~~
- | ;
- /usr/include/linux/swab.h:265:23: error: expected ';' before 'void'
- 265 | static __always_inline void __swab64s(__u64 *p)
- | ^~~~~
- | ;
- In file included from /usr/include/asm/byteorder.h:5,
- from /usr/src/linux/tools/arch/x86/include/asm/insn.h:10,
- from arch/x86/decode.c:10:
- /usr/include/linux/byteorder/little_endian.h:44:8: error: unknown type name '__always_inline'
- 44 | static __always_inline __le64 __cpu_to_le64p(const __u64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:44:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_le64p'
- 44 | static __always_inline __le64 __cpu_to_le64p(const __u64 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:48:8: error: unknown type name '__always_inline'
- 48 | static __always_inline __u64 __le64_to_cpup(const __le64 *p)
- | ^~~~~~~~~~~~~~~
- DESCEND objtool
- CALL scripts/atomic/check-atomics.sh
- diff: unrecognized option: I
- BusyBox v1.33.0 (2021-03-26 01:34:08 UTC) multi-call binary.
- Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
- Compare files line by line and output the differences between them.
- This implementation supports unified diffs only.
- -a Treat all files as text
- -b Ignore changes in the amount of whitespace
- -B Ignore changes whose lines are all blank
- -d Try hard to find a smaller set of changes
- -i Ignore case differences
- -L Use LABEL instead of the filename in the unified header
- -N Treat absent files as empty
- -q Output only whether files differ
- -r Recurse
- -S Start with FILE when comparing directories
- -T Make tabs line up by prefixing a tab when necessary
- -s Report when two files are the same
- -t Expand tabs to spaces in output
- -U Output LINES lines of context
- -w Ignore all whitespace
- Warning: Kernel ABI header at 'tools/arch/x86/include/asm/inat.h' differs from latest version at 'arch/x86/include/asm/inat.h'
- diff -u tools/arch/x86/include/asm/inat.h arch/x86/include/asm/inat.h
- diff: unrecognized option: I
- CALL scripts/checksyscalls.sh
- BusyBox v1.33.0 (2021-03-26 01:34:08 UTC) multi-call binary.
- Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
- Compare files line by line and output the differences between them.
- This implementation supports unified diffs only.
- -a Treat all files as text
- -b Ignore changes in the amount of whitespace
- -B Ignore changes whose lines are all blank
- -d Try hard to find a smaller set of changes
- -i Ignore case differences
- -L Use LABEL instead of the filename in the unified header
- -N Treat absent files as empty
- -q Output only whether files differ
- -r Recurse
- -S Start with FILE when comparing directories
- -T Make tabs line up by prefixing a tab when necessary
- -s Report when two files are the same
- -t Expand tabs to spaces in output
- -U Output LINES lines of context
- -w Ignore all whitespace
- Warning: Kernel ABI header at 'tools/arch/x86/include/asm/insn.h' differs from latest version at 'arch/x86/include/asm/insn.h'
- diff -u tools/arch/x86/include/asm/insn.h arch/x86/include/asm/insn.h
- diff: unrecognized option: I
- BusyBox v1.33.0 (2021-03-26 01:34:08 UTC) multi-call binary.
- Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
- Compare files line by line and output the differences between them.
- This implementation supports unified diffs only.
- -a Treat all files as text
- -b Ignore changes in the amount of whitespace
- -B Ignore changes whose lines are all blank
- -d Try hard to find a smaller set of changes
- -i Ignore case differences
- -L Use LABEL instead of the filename in the unified header
- -N Treat absent files as empty
- -q Output only whether files differ
- -r Recurse
- -S Start with FILE when comparing directories
- -T Make tabs line up by prefixing a tab when necessary
- -s Report when two files are the same
- -t Expand tabs to spaces in output
- -U Output LINES lines of context
- -w Ignore all whitespace
- Warning: Kernel ABI header at 'tools/arch/x86/lib/inat.c' differs from latest version at 'arch/x86/lib/inat.c'
- diff -u tools/arch/x86/lib/inat.c arch/x86/lib/inat.c
- diff: unrecognized option: I
- BusyBox v1.33.0 (2021-03-26 01:34:08 UTC) multi-call binary.
- Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
- Compare files line by line and output the differences between them.
- This implementation supports unified diffs only.
- -a Treat all files as text
- -b Ignore changes in the amount of whitespace
- -B Ignore changes whose lines are all blank
- -d Try hard to find a smaller set of changes
- -i Ignore case differences
- -L Use LABEL instead of the filename in the unified header
- -N Treat absent files as empty
- -q Output only whether files differ
- -r Recurse
- -S Start with FILE when comparing directories
- -T Make tabs line up by prefixing a tab when necessary
- -s Report when two files are the same
- -t Expand tabs to spaces in output
- -U Output LINES lines of context
- -w Ignore all whitespace
- Warning: Kernel ABI header at 'tools/arch/x86/lib/insn.c' differs from latest version at 'arch/x86/lib/insn.c'
- diff -u tools/arch/x86/lib/insn.c arch/x86/lib/insn.c
- CC /usr/src/linux/tools/objtool/arch/x86/decode.o
- In file included from /usr/include/linux/byteorder/little_endian.h:13,
- from /usr/include/asm/byteorder.h:5,
- from /usr/src/linux/tools/arch/x86/include/asm/insn.h:10,
- from arch/x86/decode.c:10:
- /usr/include/linux/swab.h:136:23: error: expected ';' before 'unsigned'
- 136 | static __always_inline unsigned long __swab(const unsigned long y)
- | ^~~~~~~~~
- | ;
- /usr/include/linux/swab.h:171:8: error: unknown type name '__always_inline'
- 171 | static __always_inline __u16 __swab16p(const __u16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/swab.h:171:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__swab16p'
- 171 | static __always_inline __u16 __swab16p(const __u16 *p)
- | ^~~~~~~~~
- /usr/include/linux/swab.h:184:8: error: unknown type name '__always_inline'
- 184 | static __always_inline __u32 __swab32p(const __u32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/swab.h:184:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__swab32p'
- 184 | static __always_inline __u32 __swab32p(const __u32 *p)
- | ^~~~~~~~~
- /usr/include/linux/swab.h:197:8: error: unknown type name '__always_inline'
- 197 | static __always_inline __u64 __swab64p(const __u64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/swab.h:197:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__swab64p'
- 197 | static __always_inline __u64 __swab64p(const __u64 *p)
- | ^~~~~~~~~
- /usr/include/linux/swab.h:252:23: error: expected ';' before 'void'
- 252 | static __always_inline void __swab32s(__u32 *p)
- | ^~~~~
- | ;
- /usr/include/linux/swab.h:265:23: error: expected ';' before 'void'
- 265 | static __always_inline void __swab64s(__u64 *p)
- | ^~~~~
- | ;
- In file included from /usr/include/asm/byteorder.h:5,
- from /usr/src/linux/tools/arch/x86/include/asm/insn.h:10,
- from arch/x86/decode.c:10:
- /usr/include/linux/byteorder/little_endian.h:44:8: error: unknown type name '__always_inline'
- 44 | static __always_inline __le64 __cpu_to_le64p(const __u64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:44:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_le64p'
- 44 | static __always_inline __le64 __cpu_to_le64p(const __u64 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:48:8: error: unknown type name '__always_inline'
- 48 | static __always_inline __u64 __le64_to_cpup(const __le64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:48:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__le64_to_cpup'
- 48 | static __always_inline __u64 __le64_to_cpup(const __le64 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:52:8: error: unknown type name '__always_inline'
- 52 | static __always_inline __le32 __cpu_to_le32p(const __u32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:52:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_le32p'
- 52 | static __always_inline __le32 __cpu_to_le32p(const __u32 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:56:8: error: unknown type name '__always_inline'
- 56 | static __always_inline __u32 __le32_to_cpup(const __le32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:56:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__le32_to_cpup'
- 56 | static __always_inline __u32 __le32_to_cpup(const __le32 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:60:8: error: unknown type name '__always_inline'
- 60 | static __always_inline __le16 __cpu_to_le16p(const __u16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:60:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_le16p'
- 60 | static __always_inline __le16 __cpu_to_le16p(const __u16 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:64:8: error: unknown type name '__always_inline'
- 64 | static __always_inline __u16 __le16_to_cpup(const __le16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:64:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__le16_to_cpup'
- 64 | static __always_inline __u16 __le16_to_cpup(const __le16 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:68:8: error: unknown type name '__always_inline'
- 68 | static __always_inline __be64 __cpu_to_be64p(const __u64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:68:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_be64p'
- 68 | static __always_inline __be64 __cpu_to_be64p(const __u64 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:72:8: error: unknown type name '__always_inline'
- 72 | static __always_inline __u64 __be64_to_cpup(const __be64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:72:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__be64_to_cpup'
- 72 | static __always_inline __u64 __be64_to_cpup(const __be64 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:76:8: error: unknown type name '__always_inline'
- 76 | static __always_inline __be32 __cpu_to_be32p(const __u32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:76:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_be32p'
- 76 | static __always_inline __be32 __cpu_to_be32p(const __u32 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:80:8: error: unknown type name '__always_inline'
- 80 | static __always_inline __u32 __be32_to_cpup(const __be32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:80:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__be32_to_cpup'
- 80 | static __always_inline __u32 __be32_to_cpup(const __be32 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:84:8: error: unknown type name '__always_inline'
- 84 | static __always_inline __be16 __cpu_to_be16p(const __u16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:84:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_be16p'
- 84 | static __always_inline __be16 __cpu_to_be16p(const __u16 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:88:8: error: unknown type name '__always_inline'
- 88 | static __always_inline __u16 __be16_to_cpup(const __be16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:88:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__be16_to_cpup'
- 88 | static __always_inline __u16 __be16_to_cpup(const __be16 *p)
- | ^~~~~~~~~~~~~~
- make[4]: *** [/usr/src/linux/tools/build/Makefile.build:97: /usr/src/linux/tools/objtool/arch/x86/decode.o] Error 1
- make[3]: *** [/usr/src/linux/tools/build/Makefile.build:139: arch/x86] Error 2
- make[2]: *** [Makefile:56: /usr/src/linux/tools/objtool/objtool-in.o] Error 2
- make[1]: *** [Makefile:69: objtool] Error 2
- make: *** [Makefile:1978: tools/objtool] Error 2
- /usr/src/linux # make
- DESCEND objtool
- CALL scripts/atomic/check-atomics.sh
- diff: unrecognized option: I
- CALL scripts/checksyscalls.sh
- BusyBox v1.33.0 (2021-03-26 01:34:08 UTC) multi-call binary.
- Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
- Compare files line by line and output the differences between them.
- This implementation supports unified diffs only.
- -a Treat all files as text
- -b Ignore changes in the amount of whitespace
- -B Ignore changes whose lines are all blank
- -d Try hard to find a smaller set of changes
- -i Ignore case differences
- -L Use LABEL instead of the filename in the unified header
- -N Treat absent files as empty
- -q Output only whether files differ
- -r Recurse
- -S Start with FILE when comparing directories
- -T Make tabs line up by prefixing a tab when necessary
- -s Report when two files are the same
- -t Expand tabs to spaces in output
- -U Output LINES lines of context
- -w Ignore all whitespace
- Warning: Kernel ABI header at 'tools/arch/x86/include/asm/inat.h' differs from latest version at 'arch/x86/include/asm/inat.h'
- diff -u tools/arch/x86/include/asm/inat.h arch/x86/include/asm/inat.h
- diff: unrecognized option: I
- BusyBox v1.33.0 (2021-03-26 01:34:08 UTC) multi-call binary.
- Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
- Compare files line by line and output the differences between them.
- This implementation supports unified diffs only.
- -a Treat all files as text
- -b Ignore changes in the amount of whitespace
- -B Ignore changes whose lines are all blank
- -d Try hard to find a smaller set of changes
- -i Ignore case differences
- -L Use LABEL instead of the filename in the unified header
- -N Treat absent files as empty
- -q Output only whether files differ
- -r Recurse
- -S Start with FILE when comparing directories
- -T Make tabs line up by prefixing a tab when necessary
- -s Report when two files are the same
- -t Expand tabs to spaces in output
- -U Output LINES lines of context
- -w Ignore all whitespace
- Warning: Kernel ABI header at 'tools/arch/x86/include/asm/insn.h' differs from latest version at 'arch/x86/include/asm/insn.h'
- diff -u tools/arch/x86/include/asm/insn.h arch/x86/include/asm/insn.h
- diff: unrecognized option: I
- BusyBox v1.33.0 (2021-03-26 01:34:08 UTC) multi-call binary.
- Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
- Compare files line by line and output the differences between them.
- This implementation supports unified diffs only.
- -a Treat all files as text
- -b Ignore changes in the amount of whitespace
- -B Ignore changes whose lines are all blank
- -d Try hard to find a smaller set of changes
- -i Ignore case differences
- -L Use LABEL instead of the filename in the unified header
- -N Treat absent files as empty
- -q Output only whether files differ
- -r Recurse
- -S Start with FILE when comparing directories
- -T Make tabs line up by prefixing a tab when necessary
- -s Report when two files are the same
- -t Expand tabs to spaces in output
- -U Output LINES lines of context
- -w Ignore all whitespace
- Warning: Kernel ABI header at 'tools/arch/x86/lib/inat.c' differs from latest version at 'arch/x86/lib/inat.c'
- diff -u tools/arch/x86/lib/inat.c arch/x86/lib/inat.c
- diff: unrecognized option: I
- BusyBox v1.33.0 (2021-03-26 01:34:08 UTC) multi-call binary.
- Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
- Compare files line by line and output the differences between them.
- This implementation supports unified diffs only.
- -a Treat all files as text
- -b Ignore changes in the amount of whitespace
- -B Ignore changes whose lines are all blank
- -d Try hard to find a smaller set of changes
- -i Ignore case differences
- -L Use LABEL instead of the filename in the unified header
- -N Treat absent files as empty
- -q Output only whether files differ
- -r Recurse
- -S Start with FILE when comparing directories
- -T Make tabs line up by prefixing a tab when necessary
- -s Report when two files are the same
- -t Expand tabs to spaces in output
- -U Output LINES lines of context
- -w Ignore all whitespace
- Warning: Kernel ABI header at 'tools/arch/x86/lib/insn.c' differs from latest version at 'arch/x86/lib/insn.c'
- diff -u tools/arch/x86/lib/insn.c arch/x86/lib/insn.c
- CC /usr/src/linux/tools/objtool/arch/x86/decode.o
- In file included from /usr/include/linux/byteorder/little_endian.h:13,
- from /usr/include/asm/byteorder.h:5,
- from /usr/src/linux/tools/arch/x86/include/asm/insn.h:10,
- from arch/x86/decode.c:10:
- /usr/include/linux/swab.h:136:23: error: expected ';' before 'unsigned'
- 136 | static __always_inline unsigned long __swab(const unsigned long y)
- | ^~~~~~~~~
- | ;
- /usr/include/linux/swab.h:171:8: error: unknown type name '__always_inline'
- 171 | static __always_inline __u16 __swab16p(const __u16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/swab.h:171:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__swab16p'
- 171 | static __always_inline __u16 __swab16p(const __u16 *p)
- | ^~~~~~~~~
- /usr/include/linux/swab.h:184:8: error: unknown type name '__always_inline'
- 184 | static __always_inline __u32 __swab32p(const __u32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/swab.h:184:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__swab32p'
- 184 | static __always_inline __u32 __swab32p(const __u32 *p)
- | ^~~~~~~~~
- /usr/include/linux/swab.h:197:8: error: unknown type name '__always_inline'
- 197 | static __always_inline __u64 __swab64p(const __u64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/swab.h:197:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__swab64p'
- 197 | static __always_inline __u64 __swab64p(const __u64 *p)
- | ^~~~~~~~~
- /usr/include/linux/swab.h:252:23: error: expected ';' before 'void'
- 252 | static __always_inline void __swab32s(__u32 *p)
- | ^~~~~
- | ;
- /usr/include/linux/swab.h:265:23: error: expected ';' before 'void'
- 265 | static __always_inline void __swab64s(__u64 *p)
- | ^~~~~
- | ;
- In file included from /usr/include/asm/byteorder.h:5,
- from /usr/src/linux/tools/arch/x86/include/asm/insn.h:10,
- from arch/x86/decode.c:10:
- /usr/include/linux/byteorder/little_endian.h:44:8: error: unknown type name '__always_inline'
- 44 | static __always_inline __le64 __cpu_to_le64p(const __u64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:44:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_le64p'
- 44 | static __always_inline __le64 __cpu_to_le64p(const __u64 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:48:8: error: unknown type name '__always_inline'
- 48 | static __always_inline __u64 __le64_to_cpup(const __le64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:48:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__le64_to_cpup'
- 48 | static __always_inline __u64 __le64_to_cpup(const __le64 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:52:8: error: unknown type name '__always_inline'
- 52 | static __always_inline __le32 __cpu_to_le32p(const __u32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:52:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_le32p'
- 52 | static __always_inline __le32 __cpu_to_le32p(const __u32 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:56:8: error: unknown type name '__always_inline'
- 56 | static __always_inline __u32 __le32_to_cpup(const __le32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:56:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__le32_to_cpup'
- 56 | static __always_inline __u32 __le32_to_cpup(const __le32 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:60:8: error: unknown type name '__always_inline'
- 60 | static __always_inline __le16 __cpu_to_le16p(const __u16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:60:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_le16p'
- 60 | static __always_inline __le16 __cpu_to_le16p(const __u16 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:64:8: error: unknown type name '__always_inline'
- 64 | static __always_inline __u16 __le16_to_cpup(const __le16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:64:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__le16_to_cpup'
- 64 | static __always_inline __u16 __le16_to_cpup(const __le16 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:68:8: error: unknown type name '__always_inline'
- 68 | static __always_inline __be64 __cpu_to_be64p(const __u64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:68:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_be64p'
- 68 | static __always_inline __be64 __cpu_to_be64p(const __u64 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:72:8: error: unknown type name '__always_inline'
- 72 | static __always_inline __u64 __be64_to_cpup(const __be64 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:72:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__be64_to_cpup'
- 72 | static __always_inline __u64 __be64_to_cpup(const __be64 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:76:8: error: unknown type name '__always_inline'
- 76 | static __always_inline __be32 __cpu_to_be32p(const __u32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:76:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_be32p'
- 76 | static __always_inline __be32 __cpu_to_be32p(const __u32 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:80:8: error: unknown type name '__always_inline'
- 80 | static __always_inline __u32 __be32_to_cpup(const __be32 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:80:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__be32_to_cpup'
- 80 | static __always_inline __u32 __be32_to_cpup(const __be32 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:84:8: error: unknown type name '__always_inline'
- 84 | static __always_inline __be16 __cpu_to_be16p(const __u16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:84:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cpu_to_be16p'
- 84 | static __always_inline __be16 __cpu_to_be16p(const __u16 *p)
- | ^~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:88:8: error: unknown type name '__always_inline'
- 88 | static __always_inline __u16 __be16_to_cpup(const __be16 *p)
- | ^~~~~~~~~~~~~~~
- /usr/include/linux/byteorder/little_endian.h:88:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__be16_to_cpup'
- 88 | static __always_inline __u16 __be16_to_cpup(const __be16 *p)
- | ^~~~~~~~~~~~~~
- make[4]: *** [/usr/src/linux/tools/build/Makefile.build:97: /usr/src/linux/tools/objtool/arch/x86/decode.o] Error 1
- make[3]: *** [/usr/src/linux/tools/build/Makefile.build:139: arch/x86] Error 2
- make[2]: *** [Makefile:56: /usr/src/linux/tools/objtool/objtool-in.o] Error 2
- make[1]: *** [Makefile:69: objtool] Error 2
- make: *** [Makefile:1978: tools/objtool] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement