* How to config linux kernel(ARCH=powerpc)?
@ 2008-01-08 0:32 jie han
0 siblings, 0 replies; 2+ messages in thread
From: jie han @ 2008-01-08 0:32 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 808 bytes --]
Hi everyone:
I downloaded linux kernel 2.6 from www.denx.de and unzip the kernel source code.My operation is make mrproper at first and then make pasemi_defconfig,it didn't work,the show message as follow:
linux-2.6-denx->make mrproper
linux-2.6-denx->make pasemi_defconfig
kernel/power/Kconfig:68:warning: 'select' used by config symbol 'PM_SLEEP_SMP' refers to undefined symbol 'HOTPLUG_CPU'
***
*** Can't find default configuration "arch/ppc/configs/pasemi_defconfig"!
***
make[1]: *** [pasemi_defconfig] Error 1
make: *** [pasemi_defconfig] Error 2
I make the other default config file under arch/powperpc/configs directory,it show the same wrong message.How can I do fix it ?Thanks ahead,
Sincerely,
Jie
---------------------------------
Never miss a thing. Make Yahoo your homepage.
[-- Attachment #2: Type: text/html, Size: 939 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread* Re:How to config linux kernel(ARCH=powerpc)?
@ 2008-01-08 1:18 tony
2008-01-08 1:55 ` How " Josh Boyer
0 siblings, 1 reply; 2+ messages in thread
From: tony @ 2008-01-08 1:18 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 194 bytes --]
hi Jie
maybe you should try it like this:
linux-2.6-denx->make ARCH=ppc CROSS_COMPILE=ppc_4xx- pasemi_defconfig
make sure you have installed the ppc_4xx- tools.
good luck
tony
[-- Attachment #2: Type: text/html, Size: 945 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: How to config linux kernel(ARCH=powerpc)?
2008-01-08 1:18 tony
@ 2008-01-08 1:55 ` Josh Boyer
0 siblings, 0 replies; 2+ messages in thread
From: Josh Boyer @ 2008-01-08 1:55 UTC (permalink / raw)
To: tony, jie han; +Cc: linuxppc-embedded
On Tue, 8 Jan 2008 09:18:23 +0800
"tony" <hangtoo@163.com> wrote:
> hi Jie
> maybe you should try it like this:
> linux-2.6-denx->make ARCH=ppc CROSS_COMPILE=ppc_4xx- pasemi_defconfig
> make sure you have installed the ppc_4xx- tools.
Um.. no. pasemi is a 64bit CPU. Get the powerpc tree from kernel.org,
make sure you have a PowerPC 64bit toolchain, and try with make
ARCH=powerpc
josh
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-08 1:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-08 0:32 How to config linux kernel(ARCH=powerpc)? jie han
-- strict thread matches above, loose matches on Subject: below --
2008-01-08 1:18 tony
2008-01-08 1:55 ` How " Josh Boyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox