* [Buildroot] [Bug 16012] New: Cannot compile image for imx8mqevk_defconfig
@ 2024-03-29 14:08 bugzilla
2024-06-15 15:22 ` [Buildroot] [Bug 16012] " bugzilla
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2024-03-29 14:08 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=16012
Bug ID: 16012
Summary: Cannot compile image for imx8mqevk_defconfig
Product: buildroot
Version: 2024.02
Hardware: PC
OS: Linux
Status: NEW
Severity: critical
Priority: P5
Component: Other
Assignee: unassigned@buildroot.uclibc.org
Reporter: yocto.develop@gmail.com
CC: buildroot@uclibc.org
Target Milestone: ---
There are 2 problems:
1. Cannot compile hab.c. We got this error:
error: array subscript 0 is outside array bounds of ‘uint32_t[0]’ {aka
‘unsigned int[]’} [-Werror=array-bounds]
71 | #define HAB_RVT_REPORT_STATUS_ARM64 ((unsigned
long)*(uint32_t *)(HAB_RVT_BASE + 0x48))
2. We changed the hab.c code to avoid the error but we got this linker error:
error: array subscript 0 is outside array bounds of ‘uint32_t[0]’ {aka
‘unsigned int[]’} [-Werror=array-bounds]
71 | #define HAB_RVT_REPORT_STATUS_ARM64 ((unsigned
long)*(uint32_t *)(HAB_RVT_BASE + 0x48))
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-15 15:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-29 14:08 [Buildroot] [Bug 16012] New: Cannot compile image for imx8mqevk_defconfig bugzilla
2024-06-15 15:22 ` [Buildroot] [Bug 16012] " bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox