Messages in this thread |  | | | Date | Fri, 24 Dec 2004 13:06:52 +0100 (MET) | | From | Jan Engelhardt <> | | Subject | Re: [PATCH] fix inlining related build failures in mxser.c |
| |
>Hi, > >An allyesconfig build of 2.6.10-rc3-bk16 revealed the following build >failures (which arefixed by the patch below) : > > CC drivers/char/mxser.o >drivers/char/mxser.c: In function `mxser_ioctl': >drivers/char/mxser.c:415: sorry, unimplemented: inlining failed in call to >'mxser_check_modem_status': function body not available >drivers/char/mxser.c:1407: sorry, unimplemented: called from here >make[2]: *** [drivers/char/mxser.o] Error 1 >make[1]: *** [drivers/char] Error 2 >make: *** [drivers] Error 2
Add -funit-at-a-time to the CFLAGS, and the compiler is happy.
Jan Engelhardt -- ENOSPC - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |