#3156 assigned defect

rtems-fdt probably not supported on 64-bit PowerPC

Reported by: Sebastian Huber Owned by: Chris Johns
Priority: normal Milestone: Indefinite
Component: score Version: 5
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

The following warnings indicate that there are some problems on 64-bit PowerPC:

cpukit/libmisc/rtems-fdt/rtems-fdt-shell.c:488:11: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'long int' [-Wformat=]
cpukit/libmisc/rtems-fdt/rtems-fdt-shell.c:536:13: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=]
cpukit/libmisc/rtems-fdt/rtems-fdt-shell.c:57:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
cpukit/libmisc/rtems-fdt/rtems-fdt-shell.c:64:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]

Change History (1)

comment:1 Changed on 10/06/17 at 11:39:31 by Sebastian Huber

Owner: changed from joel.sherrill@… to Chris Johns
Status: newassigned

I don't know the code good enough to fix the warning/bug.

Note: See TracTickets for help on using tickets.