public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* *** No rule to make target `omap_2430sdp_deconfig'.  Stop.
@ 2007-10-12  7:08 aravind.boinpally
  2007-10-12  7:14 ` Philippe Bollard
  0 siblings, 1 reply; 3+ messages in thread
From: aravind.boinpally @ 2007-10-12  7:08 UTC (permalink / raw)
  To: linux-omap-open-source

Hi...
 
I am trying to compile the 2.6 kernel.I followed the following steps for
compilation.
 
First i have made clean by using 
 
 make ARCH=arm
CROSS_COMPILE=/usr/local/arm/arm-2006q3/bin/arm-none-linux-gnueabi-
clean
 
then i configured the board for OMAP2430 using
 
 make ARCH=arm
CROSS_COMPILE=/usr/local/arm/arm-2006q3/bin/arm-none-linux-gnueabi-
omap_2430sdp_deconfig
 
But after doing this i am getting error like 
 
 
make[1]: *** No rule to make target `omap_2430sdp_deconfig'.  Stop.
make: *** [omap_2430sdp_deconfig] Error 2
 
 
can u please suggest me what went wrong???
 
Thanking you.
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: *** No rule to make target `omap_2430sdp_deconfig'.  Stop.
  2007-10-12  7:08 *** No rule to make target `omap_2430sdp_deconfig'. Stop aravind.boinpally
@ 2007-10-12  7:14 ` Philippe Bollard
  0 siblings, 0 replies; 3+ messages in thread
From: Philippe Bollard @ 2007-10-12  7:14 UTC (permalink / raw)
  To: aravind.boinpally; +Cc: linux-omap-open-source

Hello ,
maybe you should check you arch/arm/config repository .
The name of the config is "omap_2430sdp_defconfig" ,  not
"omap_2430sdp_deconfig"

Regards

philippe

aravind.boinpally@wipro.com wrote:
> Hi...
>  
> I am trying to compile the 2.6 kernel.I followed the following steps for
> compilation.
>  
> First i have made clean by using 
>  
>  make ARCH=arm
> CROSS_COMPILE=/usr/local/arm/arm-2006q3/bin/arm-none-linux-gnueabi-
> clean
>  
> then i configured the board for OMAP2430 using
>  
>  make ARCH=arm
> CROSS_COMPILE=/usr/local/arm/arm-2006q3/bin/arm-none-linux-gnueabi-
> omap_2430sdp_deconfig
>  
> But after doing this i am getting error like 
>  
>  
> make[1]: *** No rule to make target `omap_2430sdp_deconfig'.  Stop.
> make: *** [omap_2430sdp_deconfig] Error 2
>  
>  
> can u please suggest me what went wrong???
>  
> Thanking you.
>  
>
> _______________________________________________
> Linux-omap-open-source mailing list
> Linux-omap-open-source@linux.omap.com
> http://linux.omap.com/mailman/listinfo/linux-omap-open-source
>   

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: *** No rule to make target `omap_2430sdp_deconfig'.  Stop.
       [not found] <FBD03D6DFE9D7C4893187AAE6DD77F0C1079EA@BLR-SGM-MSG01.wipro.com>
@ 2007-10-12  7:32 ` Gadiyar, Anand
  0 siblings, 0 replies; 3+ messages in thread
From: Gadiyar, Anand @ 2007-10-12  7:32 UTC (permalink / raw)
  To: aravind.boinpally; +Cc: linux-omap-open-source

Aravind,

   Please include the command exactly as you typed it so we can tell if something is wrong. Also check in the arch/arm/configs directory and see if the omap_2430sdp_defconfig file is present. (Type "ls arch/arm/configs | grep sdp") 

Regards,
Anand

> -----Original Message-----
> From: aravind.boinpally@wipro.com 
> [mailto:aravind.boinpally@wipro.com] 
> Sent: Friday, October 12, 2007 1:00 PM
> To: Gadiyar, Anand
> Subject: RE: *** No rule to make target `omap_2430sdp_deconfig'. Stop.
> 
> 
> Hi..anand ..
> 
> Thanks for the reply..
> 
> Ya I typed command wrongly.
> 
> I tried with the option ,but still it is giving error like
>   ""Can't find default configuration
> "arch/arm/configs/omap_2430sdp_defconfig"!""
> 
> Can u give me some more inputs..
> Thanking you
> 
> -----Original Message-----
> From: Gadiyar, Anand [mailto:gadiyar@ti.com]
> Sent: Friday, October 12, 2007 12:43 PM
> To: Aravind Kumar boinpally (WT01 - MCE-Mobile & Consumer Electronics)
> Subject: RE: *** No rule to make target `omap_2430sdp_deconfig'. Stop.
> 
> Aravind,
> 
> I think you have a typo. Use "make ARCH=arm
> CROSS_COMPILE=/usr/local/arm/arm-2006q3/bin/arm-none-linux-gnueabi-
> omap_2430sdp_defconfig"
> 
> Note the defconfig instead of deconfig.
> 
> --Anand
> 
> > -----Original Message-----
> > From: linux-omap-open-source-bounces@linux.omap.com
> > [mailto:linux-omap-open-source-bounces@linux.omap.com] On Behalf Of 
> > aravind.boinpally@wipro.com
> > Sent: Friday, October 12, 2007 12:38 PM
> > To: linux-omap-open-source@linux.omap.com
> > Subject: *** No rule to make target `omap_2430sdp_deconfig'. Stop.
> > 
> > Hi...
> >  
> > I am trying to compile the 2.6 kernel.I followed the 
> following steps 
> > for compilation.
> >  
> > First i have made clean by using
> >  
> >  make ARCH=arm
> > CROSS_COMPILE=/usr/local/arm/arm-2006q3/bin/arm-none-linux-gnueabi-
> > clean
> >  
> > then i configured the board for OMAP2430 using
> >  
> >  make ARCH=arm
> > CROSS_COMPILE=/usr/local/arm/arm-2006q3/bin/arm-none-linux-gnueabi-
> > omap_2430sdp_deconfig
> >  
> > But after doing this i am getting error like
> >  
> >  
> > make[1]: *** No rule to make target `omap_2430sdp_deconfig'.  Stop.
> > make: *** [omap_2430sdp_deconfig] Error 2
> >  
> >  
> > can u please suggest me what went wrong???
> >  
> > Thanking you.
> >  
> > 
> > _______________________________________________
> > Linux-omap-open-source mailing list
> > Linux-omap-open-source@linux.omap.com
> > http://linux.omap.com/mailman/listinfo/linux-omap-open-source
> > 
> 
> 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive 
> use of the addressee(s) and may contain proprietary, 
> confidential or privileged information. If you are not the 
> intended recipient, you should not disseminate, distribute or 
> copy this e-mail. Please notify the sender immediately and 
> destroy all copies of this message and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any 
> damage caused by any virus transmitted by this email.
>  
> www.wipro.com
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-10-12  7:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-12  7:08 *** No rule to make target `omap_2430sdp_deconfig'. Stop aravind.boinpally
2007-10-12  7:14 ` Philippe Bollard
     [not found] <FBD03D6DFE9D7C4893187AAE6DD77F0C1079EA@BLR-SGM-MSG01.wipro.com>
2007-10-12  7:32 ` Gadiyar, Anand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox