On Wed, Jun 27, 2001 at 12:30:14AM -0700, James Esteves wrote:
> Anybody know why I'm getting the following compilation error?  
> 
> drivers/media/media.o drivers/ide/idedriver.o drivers/sound/sounddrivers.o
> drivers/mtd/mtdlink.o drivers/pcmcia/pcmcia.o
> drivers/net/pcmcia/pcmcia_net.o drivers/video/video.o
> drivers/net/irda/irda.o \
>       net/network.o \
>       arch/arm/fastfpe/fast-math-emu.o arch/arm/lib/lib.a
> /usr/src/linux/lib/lib.a
> /usr/lib/gcc-lib/arm-linux/2.95.2/soft-float/libgcc.a \       --end-group \
>       -o vmlinux
> arch/arm/mach-sa1100/sa1100.o: Ino(.text+0x14bc): relocation truncated to
> fit: R_ARM_PC24 pci_pool_alloc
> arch/arm/mach-sa1100/sa1100.o: In function `free_safe_buffer':
> arch/arm/mach-sa1100/sa1100.o(.text+0x15f0): undefined reference to
> `pci_pool_free'
> arch/arm/mach-sa1100/sa1100.o(.text+0x15f0): relocation truncated to
> fit: R_ARM_PC24 pci_pool_free
> make: *** [vmlinux] Error 1

Probably because you didn't run make mrproper between two kernel
builds. This should fix it:

  mv .config config
  make distclean
  make mrproper
  mv config .config
  make oldconfig
  make dep clean zImage modules


Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
Phone: +31-15-2783635  Fax: +31-15-2781843  Email: [EMAIL PROTECTED]
WWW: http://www-ict.its.tudelft.nl/~erik/

_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to