Question for module compile for ppc

Wolfgang Denk wd at denx.de
Wed May 2 17:30:07 EST 2001


Hi,

in message <H00002af04cc5233 at MHS> you wrote:
>
> I use HHL CDK v1.2 and use linux-2.4.3-pre3-2001-03-11(W.Denk's patched kernel).

Please note that this is 2.4.3-pre<something>, not 2.4.13 !

> [root at ssljm 8xx_io]# make -f Makefile.test
> /opt/hardhat/devkit/ppc/8xx/bin/ppc_8xx-gcc -O2 -D__KERNEL__ -DMODULE
> -DMODVERSIONS -D__powerpc__ -mcpu=860
> -I/2ndhard/linux-2.4.13-pre3-2001-03-11/include -Wall
                      ^^^^
> -Wstrict-prototypes -Wno-uninitialized -fomit-frame-pointer
> -fsigned-char -msoft-float -fno-builtin -ffixed-r2 -pipe -mmultiple
> -mstring -I/2ndhard/linux-2.4.3-pre3-2001-03-11/arch/ppc/8xx_io
> -I/2ndhard/linux-2.4.13-pre3-2001-03-11/include/linux/modversions.h
                      ^^^

>  Warning: Kernel module version mismatch
>  test.o was compiled for kernel version 2.2.14
>  while this kernel is version 2.4.3-pre3

Your compiler did not find the current kernel's header files  because
you specified a wrong directory name (...13... instead of ...3...).

>  Here is Makefile.test
>  -------------------------------------------------------
>  CFLAGS  =       -O2
>
> CC	= /opt/hardhat/devkit/ppc/8xx/bin/ppc_8xx-gcc
>
> MODULE_CFLAGS = -D__KERNEL__ -DMODULE -DMODVERSIONS \
> 	-D__powerpc__ -mcpu=860 \
> 	-I/2ndhard/linux-2.4.13-pre3-2001-03-11/include \
                            ^^^^
************************** ERROR ***

>         -Wall -Wstrict-prototypes -Wno-uninitialized \
> 	-fomit-frame-pointer \
> 	-fsigned-char -msoft-float -fno-builtin -ffixed-r2 \
>         -pipe -mmultiple -mstring \
> 	-I/2ndhard/linux-2.4.3-pre3-2001-03-11/arch/ppc/8xx_io \
>         -I/2ndhard/linux-2.4.13-pre3-2001-03-11/include/linux/modversions.h
                              ^^^^
**************************** ERROR ***

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
f u cn rd ths, itn tyg h myxbl cd.

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/






More information about the Linuxppc-embedded mailing list