Re: Kernel compiles with Fedora Core 1?
ByteEnable <[email protected]>
| Newsgroups | gmane.linux.redhat.rhl.beta,gmane.linux.redhat.fedora.testers |
|---|---|
| Message-ID | <1068278990.3154.214.camel@ByteEnable> |
are you getting an error about "active_load_balance" ?
If so, around line 217 in sched.c, move the "static inline void
active_load_balance(runqueue_t *rq, int this_cpu) { }" out of the
ifdefine loop, just below the #endif like this:
# define rq_nr_cpus(rq) 1
#endif
static inline void active_load_balance(runqueue_t *rq, int this_cpu) { }
Byte
On Fri, 2003-11-07 at 20:02, DanG wrote:
> Has anyone had kernel compile errors with Fedora Core 1? I am trying
> to compile using the stock config file for i686. I ran make mrproper
> first then copied the config file as .config from the configs dir to
> /usr/src/linux-2.4. I edited the version info in Makefile. Whenever I
> run make dep, I always get errors. Am I missing something here?
>
>
>
> Dan
>
>
--
fedora-test-list mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-test-list