File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
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"
1515
1616UNSUPPORTED_ARCHS = $(PPC_ARCHS )
1717# archs with kernel 5.x fail to build
18- UNSUPPORTED_ARCHS += epyc7002 rtd1619b
19- # we only have northstar for SRM 1.2, but this fails with:
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]
21+ UNSUPPORTED_ARCHS = epyc7002 rtd1619b
22+ # we only have ipq806x for SRM 1.2, but this fails with:
2023# /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
2124REQUIRED_MIN_SRM = 1.3
2225
Original file line number Diff line number Diff line change @@ -20,8 +20,11 @@ CHANGELOG = "1. Support DSM-7.1 and DSM-7.2"
2020
2121UNSUPPORTED_ARCHS = $(PPC_ARCHS )
2222# archs with kernel 5.x fail to build
23- UNSUPPORTED_ARCHS += epyc7002 rtd1619b
24- # we only have northstar for SRM 1.2, but this fails with:
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]
26+ UNSUPPORTED_ARCHS = epyc7002 rtd1619b
27+ # we only have ipq806x for SRM 1.2, but this fails with:
2528# /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
2629REQUIRED_MIN_SRM = 1.3
2730
You can’t perform that action at this time.
0 commit comments