File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,11 @@ CHANGELOG = "1. Support DSM-7.1 and DSM-7.2"
15
15
16
16
UNSUPPORTED_ARCHS = $(PPC_ARCHS )
17
17
# archs with kernel 5.x fail to build
18
+ # error: Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel
19
+ # with installation of elfutils and libelf-dev to the development environment,
20
+ # it further fails with error: pointer may be used after ‘realloc’ [-Werror=use-after-free]
18
21
UNSUPPORTED_ARCHS += epyc7002 rtd1619b
19
- # we only have northstar for SRM 1.2, but this fails with:
22
+ # we only have ipq806x for SRM 1.2, but this fails with:
20
23
# /usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here
21
24
REQUIRED_MIN_SRM = 1.3
22
25
Original file line number Diff line number Diff line change @@ -20,8 +20,11 @@ CHANGELOG = "1. Support DSM-7.1 and DSM-7.2"
20
20
21
21
UNSUPPORTED_ARCHS = $(PPC_ARCHS )
22
22
# archs with kernel 5.x fail to build
23
+ # error: Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel
24
+ # with installation of elfutils and libelf-dev to the development environment,
25
+ # it further fails with error: pointer may be used after ‘realloc’ [-Werror=use-after-free]
23
26
UNSUPPORTED_ARCHS += epyc7002 rtd1619b
24
- # we only have northstar for SRM 1.2, but this fails with:
27
+ # we only have ipq806x for SRM 1.2, but this fails with:
25
28
# /usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here
26
29
REQUIRED_MIN_SRM = 1.3
27
30
You can’t perform that action at this time.
0 commit comments