* linux compiling in ELDK
@ 2008-10-04 11:18 VenkataKrishna
2008-10-04 14:26 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: VenkataKrishna @ 2008-10-04 11:18 UTC (permalink / raw)
To: Linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 1299 bytes --]
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.
[-- Attachment #2: Type: text/html, Size: 7796 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: linux compiling in ELDK
2008-10-04 11:18 linux compiling in ELDK VenkataKrishna
@ 2008-10-04 14:26 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2008-10-04 14:26 UTC (permalink / raw)
To: VenkataKrishna; +Cc: Linuxppc-embedded
Dear "VenkataKrishna",
In message <20081004112414.525C8DDD0C@ozlabs.org> you wrote:
>
> The tooks arch/ppc/configs/TQM8260_defconfig files and change to
arch/ppc is dead and gone - it has been removed from recent versions
of the Linux kernel tree. The TQM8260 has never been actually ported
to (and never been supported in) the 2.6 Linux context.
> VTPLM8260_defconfig in that I changed CONFIG_TQMM8260=y to
> CONFIG_VTPLM8260=y.
I canot find any trace of a board named VTPLM8260 in the kernel.org
Linux tree (nor in our linux-2.6-dex repo).
> I got error shown below how I can solve this problem. But I used
> TQM8260_defconfig file that time working fine.
Obviously you are working with your own, out-of-tree port of Linux.
And obviously your port is incomplete / buggy.
We don't know what you changed, or what your hardware looks like, or
why you think that the (unsupported) TQM8260 board would be useful as
a reference.
There is little we can do based on such little information.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
A list is only as strong as its weakest link. -- Don Knuth
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-04 14:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-04 11:18 linux compiling in ELDK VenkataKrishna
2008-10-04 14:26 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).