issues
search
crash-utility
/
crash
Linux kernel crash utility
https://crash-utility.github.io
837
stars
274
forks
source link
compile error with cmd "make target=ARM"
#128
Open
atuxli
opened
1 year ago
atuxli
commented
1 year ago
make target=ARM TARGET: ARM CRASH: 8.0.2++ GDB: 10.2
tar xvzmf gdb-10.2.tar.gz gdb-10.2/gdb/symtab.c gdb-10.2/gdb/printcmd.c gdb-10.2/gdb/symfile.c gdb-10.2/gdb/Makefile.in gdb-10.2/gdb/symtab.c gdb-10.2/gdb/symfile.c gdb-10.2/gdb/printcmd.c gdb-10.2/gdb/Makefile.in
exit 0 patching file gdb-10.2/Makefile.in Reversed (or previously applied) patch detected! Skipping patch. 2 out of 2 hunks ignored patching file gdb-10.2/gdb/Makefile.in patching file gdb-10.2/gdb/cli/cli-cmds.c Reversed (or previously applied) patch detected! Skipping patch. 4 out of 4 hunks ignored patching file gdb-10.2/gdb/defs.h Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored patching file gdb-10.2/gdb/dwarf2/read.c Reversed (or previously applied) patch detected! Skipping patch. 2 out of 2 hunks ignored patching file gdb-10.2/gdb/main.c Reversed (or previously applied) patch detected! Skipping patch. 11 out of 11 hunks ignored patching file gdb-10.2/gdb/objfiles.h Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored patching file gdb-10.2/gdb/printcmd.c patching file gdb-10.2/gdb/psymtab.c Reversed (or previously applied) patch detected! Skipping patch. 2 out of 2 hunks ignored patching file gdb-10.2/gdb/symfile.c patching file gdb-10.2/gdb/symtab.c patching file gdb-10.2/gdb/ui-file.h Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored patching file gdb-10.2/gdb/xml-syscall.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored patching file gdb-10.2/libiberty/Makefile.in Reversed (or previously applied) patch detected! Skipping patch. 2 out of 2 hunks ignored patching file gdb-10.2/opcodes/i386-dis.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored patching file gdb-10.2/readline/readline/misc.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored patching file gdb-10.2/readline/readline/readline.h Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored patching file gdb-10.2/readline/readline/rltypedefs.h Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored patching file gdb-10.2/readline/readline/util.c Reversed (or previously applied) patch detected! Skipping patch. 2 out of 2 hunks ignored patching file gdb-10.2/gdb/completer.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored patching file gdb-10.2/gdb/ada-lang.c Reversed (or previously applied) patch detected! Skipping patch. 3 out of 3 hunks ignored patching file gdb-10.2/gdb/Makefile.in patching file gdb-10.2/gdb/c-typeprint.c patching file gdb-10.2/gdb/symfile.c patching file gdb-10.2/gdb/printcmd.c patching file gdb-10.2/gdb/symtab.c patching file gdb-10.2/gdb/symtab.c patching file gdb-10.2/gdb/gdbtypes.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -m32 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ./regex.c -o pic/regex.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -m32 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ./regex.c -o noasan/regex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -m32 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ./regex.c -o regex.o In file included from ./regex.c:38: ./config.h:568:15: error: two or more data types in declaration specifiers 568 | #define pid_t int | ^~~ make[5]:
[Makefile:1195: regex.o] Error 1 make[4]:
[Makefile:7122: all-libiberty] Error 2 make[3]:
[Makefile:860: all] Error 2 make[2]:
[Makefile:274: rebuild] Error 2 make[1]:
[Makefile:262: gdb_merge] Error 2 make:
[Makefile:254: all] Error 2
make target=ARM TARGET: ARM CRASH: 8.0.2++ GDB: 10.2