lkml.org 
[lkml]   [2002]   [Jun]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Various kbuild problems in 2.5.22
On Tue, 18 Jun 2002, Adam J. Richter wrote:

> I would like to note the following problems with the
> kernel build process in 2.5.22, after applying the patch that
> Kai Germaschewski posted that enabled modversions to work again.
> All but the first one are spurious dependencies.

> #define __ver_pcmcia_get_mem_page_Rsmp_3d2ded54 smp_ba03375b
> #define pcmcia_get_mem_page_Rsmp_3d2ded54 _set_ver(pcmcia_get_mem_page_Rsmp_3d2ded54)

Yes, the fix I posted was not complete. I submitted a corrected one
already.

> 2. "make bzImage" does not build a bzImage if any module fails
> to compile. Really, it should not attempt to buidl modules or even
> descend into directories that contain only modules. To build a bzImage,
> I have to edit the Makefile and comment out "BUILD_MODULES:=1".

That's intentional. If you don't want to build modules, use "make
KBUILD_MODULES= bzImage". Or you can just ignore errors using "make -k".


> 3. make include/linux/modversios.h aborts if any .c file has
> a #error or #include's a .h that is not present (for example, because
> the .h is built by the process, as is the case with one scsi driver).

The fact that it aborts is intentional. That it doesn't build the .h in
that case is a bug. Which driver is it?

> 4. "make -k modules" will not build perfectly buildable modules
> in a directory that has a subdirectory where a compile error occurs.

Well, I can fix that, I'll look into it.

--Kai


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:26    [W:0.095 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site