On Wed, Jan 02, 2008 at 09:59:41PM -0800, rohith s wrote: > hi > > this is rohith.s i am very new to this embedded field i have some doubt on > make gnu tool(make-3.8) windowsxp platform my project is porting linux > into some target processor so i need to generate linux kernel image so can > i do that in the windows plat form itself by using make tool > i tried to do that but it is giving error that no rule to make > target.... is there any standard procedure to do this please reply me > regarding this
As this is related to building the linux kernel please post your question to [EMAIL PROTECTED] And include all the missing info: I assume you use cygwin - what version The exact error message Did you try to build some toy project just to check that your toolchain works? I assume you are aware that you need a cross ctoolchain .a s you are building on Windows XP but your target is a linux based box - so the native supplied gcc does not work for you. Anyway - please take it to linux-kernel and include the above requested info. Sam _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make