mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
This error can appear in gdb/nat/linux-ptrace.c because of the order in which some headers are processed: | In file included from ../../gdb-7.11.1/gdb/nat/linux-ptrace.c:20:0: | ../../gdb-7.11.1/gdb/nat/linux-ptrace.h:175:22: error: expected identifier before numeric constant | # define TRAP_HWBKPT 4 | ^ | Makefile:2357: recipe for target 'linux-ptrace.o' failed | make[2]: *** [linux-ptrace.o] Error 1 | make[2]: *** Waiting for unfinished jobs.... | make[2]: Leaving directory '/oe/build/tmp-rpb-glibc/work/aarch64-linaro-linux/gdb/7.11.1-r0/build-aarch64-linaro-linux/gdb' | Makefile:8822: recipe for target 'all-gdb' failed | make[1]: *** [all-gdb] Error 2 | make[1]: Leaving directory '/oe/build/tmp-rpb-glibc/work/aarch64-linaro-linux/gdb/7.11.1-r0/build-aarch64-linaro-linux' | Makefile:846: recipe for target 'all' failed | make: *** [all] Error 2 A patch from GDB's current master solves the issue. (From OE-Core rev: 4aaf747099714ec11158571527396ed9e818729e) Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
25 lines
1.4 KiB
PHP
25 lines
1.4 KiB
PHP
LICENSE = "GPLv2 & GPLv3 & LGPLv2 & LGPLv3"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
|
file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
|
|
file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
|
|
file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674"
|
|
|
|
SRC_URI = "http://ftp.gnu.org/gnu/gdb/gdb-${PV}.tar.xz \
|
|
file://0001-include-sys-types.h-for-mode_t.patch \
|
|
file://0002-make-man-install-relative-to-DESTDIR.patch \
|
|
file://0003-mips-linux-nat-Define-_ABIO32-if-not-defined.patch \
|
|
file://0004-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch \
|
|
file://0005-Add-support-for-Renesas-SH-sh4-architecture.patch \
|
|
file://0006-Dont-disable-libreadline.a-when-using-disable-static.patch \
|
|
file://0007-use-asm-sgidefs.h.patch \
|
|
file://0008-Use-exorted-definitions-of-SIGRTMIN.patch \
|
|
file://0009-Change-order-of-CFLAGS.patch \
|
|
file://0010-resolve-restrict-keyword-conflict.patch \
|
|
file://package_devel_gdb_patches_120-sigprocmask-invalid-call.patch \
|
|
file://0012-Unbreak-GDBserver-build-for-x32.patch \
|
|
file://gdb-Fix-ia64-defining-TRAP_HWBKPT-before-including-g.patch \
|
|
"
|
|
SRC_URI[md5sum] = "48cac527e6f3018b865ece021e9723ac"
|
|
SRC_URI[sha256sum] = "3dbd5f93e36ba2815ad0efab030dcd0c7b211d7b353a40a53f4c02d7d56295e3"
|
|
|