This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug server/20733] New: Failed to build aarch64_be-linux-gnu GDBserver


https://sourceware.org/bugzilla/show_bug.cgi?id=20733

            Bug ID: 20733
           Summary: Failed to build aarch64_be-linux-gnu GDBserver
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: server
          Assignee: unassigned at sourceware dot org
          Reporter: qiyao at gcc dot gnu.org
  Target Milestone: ---

I see the following fail if I build GDBserver for aarch64_be-linux-gnu,


git/gdb/gdbserver/linux-aarch64-low.c:1539:39: error: invalid conversion from
'void*' to 'uint32_t* {aka unsigned int*}' [-fpermissive]
       uint32_t *le_buf = xmalloc (byte_len);

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]