[Bug 2051] New: qoriq* fail to build: error: conflicting types for 'Clock_isr'
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Thu Apr 5 08:03:40 UTC 2012
https://www.rtems.org/bugzilla/show_bug.cgi?id=2051
Bug #: 2051
Summary: qoriq* fail to build: error: conflicting types for
'Clock_isr'
Classification: Unclassified
Product: RTEMS
Version: HEAD
Platform: All
OS/Version: RTEMS
Status: NEW
Severity: normal
Priority: P3
Component: bsps
AssignedTo: joel.sherrill at oarcorp.com
ReportedBy: ralf.corsepius at rtems.org
With today's git all qoriq* BSPs fail to build with this error:
powerpc-rtems4.11-gcc --pipe -B../../../../../.././lib/
-B../../../../../.././qoriq_p1020rdb/lib/ -specs bsp_specs -qrtems
-DHAVE_CONFIG_H -isystem ../../../../../.././qoriq_p1020rdb/lib/include
-mcpu=8540 -meabi -msdata -fno-common -mfloat-gprs=double -mstrict-align
-D__ppc_generic -Os -g -Wall -Wmissing-prototypes
-Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs -MT
clock-config.o -MD -MP -MF .deps/clock-config.Tpo -c -o clock-config.o `test -f
'clock/clock-config.c' || echo
'../../../../../../../../c/src/lib/libbsp/powerpc/qoriq/'`clock/clock-config.c
In file included from
../../../../../../../../c/src/lib/libbsp/powerpc/qoriq/clock/clock-config.c:128:0:
../../../../../../../../c/src/lib/libbsp/powerpc/qoriq/clock/../../../shared/clockdrv_shell.h:60:11:
error: conflicting types for 'Clock_isr'
../../../../../../../../c/src/lib/libbsp/powerpc/qoriq/clock/clock-config.c:32:11:
note: previous declaration of 'Clock_isr' was here
In file included from
../../../../../../../../c/src/lib/libbsp/powerpc/qoriq/clock/clock-config.c:128:0:
../../../../../../../../c/src/lib/libbsp/powerpc/qoriq/clock/../../../shared/clockdrv_shell.h:61:11:
error: conflicting types for 'Clock_isr'
../../../../../../../../c/src/lib/libbsp/powerpc/qoriq/clock/clock-config.c:32:11:
note: previous declaration of 'Clock_isr' was here
In file included from
../../../../../../../../c/src/lib/libbsp/powerpc/qoriq/clock/clock-config.c:128:0:
../../../../../../../../c/src/lib/libbsp/powerpc/qoriq/clock/../../../shared/clockdrv_shell.h:147:21:
warning: no previous prototype for 'Clock_initialize' [-Wmissing-prototypes]
gmake[5]: *** [clock-config.o] Error 1
gmake[5]: Leaving directory
`/users/rtems/src/rtems.org/rtems.mirror/BUILD/powerpc-rtems4.11/c/qoriq_p1020rdb/lib/libbsp/powerpc/qoriq'
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list