| | Date | Thu, 1 Jun 2006 09:30:52 -0700 | | From | Andrew Morton <> | | Subject | Re: 2.6.17-rc5-mm2 stack unwind compile failure |
| |
On Thu, 01 Jun 2006 13:54:24 +0200 Helge Hafting <helge.hafting@aitel.hist.no> wrote:
> 2.6.17-rc5-mm2 with the cfq hotfix: > > CC kernel/unwind.o > kernel/unwind.c: In function ‘unwind_add_table’: > kernel/unwind.c:189: error: dereferencing pointer to incomplete type > kernel/unwind.c:190: error: dereferencing pointer to incomplete type > kernel/unwind.c:190: error: dereferencing pointer to incomplete type > kernel/unwind.c:191: error: dereferencing pointer to incomplete type > kernel/unwind.c:191: error: dereferencing pointer to incomplete type > make[1]: *** [kernel/unwind.o] Error 1 > make: *** [kernel] Error 2 >
Jan, you have a CONFIG_MODULES=n problem. - 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/
|