[kbuild-devel] Kbuild2.5 for Linux 2.4 kernels

2003-03-10 Thread Aamir Rashid
Greetings,

I wanted to know if someone has been successful in applying the Kbuild 
2.5 patches to Linux 2.4 kernels. I'm working  with linux kernel 
2.4.18-3 and after applying the kbuild 2.5 patches, 'make xconfig' 
passes but the final 'make' fails as follows:

[EMAIL PROTECTED] linux-2.4.18-3]$ make -f
Makefile-2.5
Using ARCH='i386' AS='as' LD='ld' CC='/usr/bin/gcc' CPP='/usr/bin/gcc 
-E' AR='ar' HOSTAS='as' HOSTLD='gcc' HOSTCC='gcc' HOSTAR='ar'
Generating global Makefile
  phase 1 (find all inputs)
  phase 2 (convert all Makefile.in files)
  phase 3 (evaluate selections)
  phase 4 (integrity checks, write global makefile)
pp_makefile4: Cannot find source for target fs/inflate_fs/inflate_syms.o
pp_makefile4: Cannot find source for target fs/inflate_fs/adler32.o
pp_makefile4: Cannot find source for target fs/inflate_fs/infblock.o
pp_makefile4: Cannot find source for target fs/inflate_fs/infcodes.o
pp_makefile4: Cannot find source for target fs/inflate_fs/inffast.o
pp_makefile4: Cannot find source for target fs/inflate_fs/inflate.o
pp_makefile4: Cannot find source for target fs/inflate_fs/inftrees.o
[ and much more ]

So before I start digging in, I thought I'd ask around to see if someone 
has been successful in this. Most references that I find to kbuild 2.5 
is with 2.5 kernels and therefore I'm thinking that maybe it just won't 
work with 2.4 kernels. Any leads?

Thanks,
-aamir


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel


[kbuild-devel] Kbuild2.5 for Linux 2.4 kernels

2003-03-10 Thread Aamir Rashid
Greetings,

I wanted to know if someone has been successful in applying the Kbuild 
2.5 patches to Linux 2.4 kernels. I'm working  with linux kernel 
2.4.18-3 and after applying the kbuild 2.5 patches, 'make xconfig' 
passes but the final 'make' fails as follows:

[EMAIL PROTECTED] linux-2.4.18-3]$ make -f Makefile-2.5
Using ARCH='i386' AS='as' LD='ld' CC='/usr/bin/gcc' CPP='/usr/bin/gcc 
-E' AR='ar' HOSTAS='as' HOSTLD='gcc' HOSTCC='gcc' HOSTAR='ar'
Generating global Makefile
 phase 1 (find all inputs)
 phase 2 (convert all Makefile.in files)
 phase 3 (evaluate selections)
 phase 4 (integrity checks, write global makefile)
pp_makefile4: Cannot find source for target fs/inflate_fs/inflate_syms.o
pp_makefile4: Cannot find source for target fs/inflate_fs/adler32.o
pp_makefile4: Cannot find source for target fs/inflate_fs/infblock.o
pp_makefile4: Cannot find source for target fs/inflate_fs/infcodes.o
pp_makefile4: Cannot find source for target fs/inflate_fs/inffast.o
pp_makefile4: Cannot find source for target fs/inflate_fs/inflate.o
pp_makefile4: Cannot find source for target fs/inflate_fs/inftrees.o
[ and much more ]

So before I start digging in, I thought I'd ask around to see if someone 
has been successful in this. Most references that I find to kbuild 2.5 
is with 2.5 kernels and therefore I'm thinking that maybe it just won't 
work with 2.4 kernels. Any leads?

Thanks,
-aamir


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel


[kbuild-devel] Compile line output

2003-10-23 Thread Aamir Rashid
Hi Folks,

A couple of basic question(s) regarding kbuild-2.5:

1) With the default kbuild-2.5, my kernel compile line is something like:
  
 CC drivers/block/loop.o
 CC drivers/block/nbd.o
 CC drivers/net/tulip/eeprom.o
 CC drivers/net/tulip/interrupt.o
 CC drivers/net/tulip/media.o
 CC drivers/net/tulip/timer.o
 CC drivers/net/tulip/tulip_core.o

How do I get to see the COMPLETE COMPILE LINE which shows me all the 
compiler flags, include paths etc.?

Thanks,
-aamir




---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel