[Buildroot] [PATCH v1 1/1] boot/xilinx-embeddedsw: versal2_plm: configure xilpm runtime lib correctly
Neal Frager via buildroot <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
The xilpm_runtime_lib is not enabled by default in the versal2_plm Makefile: https://github.com/Xilinx/embeddedsw/blob/97f2baf7f69e9d5f447650110af0d8841e501277/lib/sw_apps/versal_plm/src/versal_2ve_2vm/Makefile#L13 Without it, there is a silent runtime failure. Add config XILPM_RUNTIME_LIB=SUBSYS to make sure the xilpm_runtime_lib is correctly configured and included to fix the problem. Signed-off-by: Neal Frager <[email protected]> --- boot/xilinx-embeddedsw/xilinx-embeddedsw.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boot/xilinx-embeddedsw/xilinx-embeddedsw.mk b/boot/xilinx-embeddedsw/xilinx-embeddedsw.mk index 5fb442ee2a..b19c420d32 100644 --- a/boot/xilinx-embeddedsw/xilinx-embeddedsw.mk +++ b/boot/xilinx-embeddedsw/xilinx-embeddedsw.mk @@ -53,7 +53,8 @@ define XILINX_EMBEDDEDSW_BUILD_VERSAL2_PLM COMPILER=$(XILINX_EMBEDDEDSW_MICROBLAZE_CC) \ ARCHIVER=$(XILINX_EMBEDDEDSW_MICROBLAZE_AR) \ CC=$(XILINX_EMBEDDEDSW_MICROBLAZE_CC) \ - CFLAGS=$(XILINX_EMBEDDEDSW_CFLAGS) + CFLAGS=$(XILINX_EMBEDDEDSW_CFLAGS) \ + XILPM_RUNTIME_LIB=SUBSYS endef define XILINX_EMBEDDEDSW_INSTALL_VERSAL2_PLM -- 2.25.1 _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot