From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: "VenkataKrishna" To: Subject: linux compiling in ELDK Date: Sat, 4 Oct 2008 16:48:02 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_01C92640.FA468DA0" Message-Id: <20081004112414.525C8DDD0C@ozlabs.org> List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This is a multi-part message in MIME format. ------=_NextPart_000_0000_01C92640.FA468DA0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, The tooks arch/ppc/configs/TQM8260_defconfig files and change to VTPLM8260_defconfig in that I changed CONFIG_TQMM8260=y to CONFIG_VTPLM8260=y. I executed commands given sequences. 1. Make ARCH=ppc CROSS_COMPILE=ppc_82xx- VTPLM8260_defconfig. 2. Make ARCH=ppc CROSS_COMPILE=ppc_82xx- uImage I got error shown below how I can solve this problem. But I used TQM8260_defconfig file that time working fine. arch/ppc/kernel/built-in.o: In function `DoSyscall': arch/ppc/kernel/entry.S:(.init.text+0x2dc): undefined reference to `prep_init' arch/ppc/syslib/built-in.o: In function `todc_direct_read_val': : undefined reference to `todc_info' arch/ppc/syslib/built-in.o: In function `todc_direct_read_val': : undefined reference to `todc_info' arch/ppc/syslib/built-in.o: In function `todc_direct_write_val': : undefined reference to `todc_info' arch/ppc/syslib/built-in.o: In function `todc_direct_write_val': : Undefined reference to `todc_info' arch/ppc/syslib/built-in.o: In function `todc_m48txx_write_val': : undefined reference to `todc_info' arch/ppc/syslib/built-in.o:: more undefined references to `todc_info' follow make: *** [vmlinux] Error 1 Kindly suggest me. Thanks and Regards Venkatakrishna Pari. ------=_NextPart_000_0000_01C92640.FA468DA0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi,

    

    The tooks arch/ppc/configs/TQM8260_defconfig files and change to = VTPLM8260_defconfig in that I changed CONFIG_TQMM8260=3Dy to = CONFIG_VTPLM8260=3Dy.

    I executed commands given = sequences.

 

1.       = Make ARCH=3Dppc CROSS_COMPILE=3Dppc_82xx- = VTPLM8260_defconfig.

2.       = Make ARCH=3Dppc CROSS_COMPILE=3Dppc_82xx- uImage

 

   I got error shown below how I can solve = this problem. But I used TQM8260_defconfig file that time working fine. =

arch/ppc/kernel/built-in.o: In function = `DoSyscall':

arch/ppc/kernel/entry.S:(.init.text+0x2dc): = undefined reference to `prep_init'

arch/ppc/syslib/built-in.o: In function `todc_direct_read_val':

: undefined reference to = `todc_info'

arch/ppc/syslib/built-in.o: In function `todc_direct_read_val':

: undefined reference to = `todc_info'

arch/ppc/syslib/built-in.o: In function `todc_direct_write_val':

: undefined reference to = `todc_info'

arch/ppc/syslib/built-in.o: In function `todc_direct_write_val':

: Undefined reference to = `todc_info'

arch/ppc/syslib/built-in.o: In function `todc_m48txx_write_val':

: undefined reference to = `todc_info'

arch/ppc/syslib/built-in.o:: more undefined = references to `todc_info' follow

make: *** [vmlinux] Error = 1

 

 

   Kindly suggest = me.

 

Thanks and Regards

Venkatakrishna Pari.

 

         =   

------=_NextPart_000_0000_01C92640.FA468DA0--