All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 16012] New: Cannot compile image for imx8mqevk_defconfig
@ 2024-03-29 14:08 bugzilla
  0 siblings, 0 replies; only message 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] only message in thread

only message in thread, other threads:[~2024-03-29 14:08 UTC | newest]

Thread overview: (only message) (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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.