Linuv 2.6.15-rc1
    Adrian Bunk 
    bunk at stusta.de
       
    Sun Nov 13 09:20:45 EST 2005
    
    
  
On Sat, Nov 12, 2005 at 10:57:05PM +0100, Michael Buesch wrote:
> On Saturday 12 November 2005 22:53, you wrote:
> > >   CHK     include/linux/version.h
> > >   CHK     include/linux/compile.h
> > >   CHK     usr/initramfs_list
> > >   GEN     .version
> > >   CHK     include/linux/compile.h
> > >   UPD     include/linux/compile.h
> > >   CC      init/version.o
> > >   LD      init/built-in.o
> > >   LD      .tmp_vmlinux1
> > > arch/powerpc/kernel/built-in.o: In function `platform_init':
> > > : undefined reference to `prep_init'
> > > arch/powerpc/kernel/built-in.o:(__ksymtab+0x4d8): undefined reference to `ucSystemType'
> > > arch/powerpc/kernel/built-in.o:(__ksymtab+0x4e0): undefined reference to `_prep_type'
> > > make: *** [.tmp_vmlinux1] Error 1
ucSystemType is a variable that is EXPORT_SYMBOL'ed but never used in 
any way.
_prep_type is a variable that is needlessly EXPORT_SYMBOL'ed.
But prep_init points to the real problem:
CONFIG_PPC_PREP requires code from arch/ppc/platforms/, but this 
directory is never visited.
What is the correct fix?
Migrate the code from arch/ppc/platforms/ to arch/powerpc/platforms/ ?
> > Please send your .config .
> 
> 
> I did this in my first mail:
> http://marc.theaimsgroup.com/?l=linux-kernel&m=113182883102937&q=p5
OK, thanks, I missed this email.
> Greetings Michael.
cu
Adrian
-- 
       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed
    
    
More information about the Linuxppc-dev
mailing list