linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* osd_initiator.c fails to build on ARM with old ABI
@ 2009-11-11 15:29 Martin Michlmayr
  0 siblings, 0 replies; only message in thread
From: Martin Michlmayr @ 2009-11-11 15:29 UTC (permalink / raw)
  To: linux-arm-kernel

I just tried to build the OSD SCSI drivers using the versatile defconfig
and got a build failure.  While investigating why it fails since it
previously built fine for me after adding the fix from
http://marc.info/?l=linux-scsi&m=125795248206756&w=2 I noticed that the
defconfig used the old ABI.

As it turns out, the failure shows up with -mabi=apcs-gnu:

(lenny)9655:tbm at em64t: ~/scratch/linux-2.6] arm-linux-gnueabi-gcc -c -mabi=apcs-gnu osd_initiator.i
osd_initiator.i: In function 'build_test':
osd_initiator.i:14644: error: negative width in bit-field '<anonymous>'
osd_initiator.i:14645: error: negative width in bit-field '<anonymous>'
(lenny)9656:tbm at em64t: ~/scratch/linux-2.6] arm-linux-gnueabi-gcc -c osd_initiator.i
(lenny)9657:tbm at em64t: ~/scratch/linux-2.6]

Maybe someone wants to investigate this.

BTW, why does the versatile defconfig not set EABI?
-- 
Martin Michlmayr
http://www.cyrius.com/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-11 15:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-11 15:29 osd_initiator.c fails to build on ARM with old ABI Martin Michlmayr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).