linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Compiling 2.4.0-test10 on PPC
@ 2000-11-03 21:39 Thomas Kotzian
  2000-11-03 22:15 ` Cort Dougan
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Kotzian @ 2000-11-03 21:39 UTC (permalink / raw)
  To: linux-kernel

2.4.0-test10 doesn't compile correctly on a mac.
Only 2 changes are necessary to make it work.
Or are there any bigger problems with the ppc arch?

the 2 changes:
in ./include/asm-ppc/param.h the following lines have to be added
right before the last #endif:

#ifdef __KERNEL__
# define CLOCKS_PER_SEC 100 /* frequency at which times() counts */
#endif

in ./drivers/input/keybdev.c the second #elif (CONFIG_ADB) or
something like that should be changed to #else or the correct #elif
statement.

I don't know who's the maintainer of the ppc arch - i think ibm has
taken it over or am i wrong about that?

Thomas Kotzian

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Compiling 2.4.0-test10 on PPC
  2000-11-03 21:39 Compiling 2.4.0-test10 on PPC Thomas Kotzian
@ 2000-11-03 22:15 ` Cort Dougan
  0 siblings, 0 replies; 2+ messages in thread
From: Cort Dougan @ 2000-11-03 22:15 UTC (permalink / raw)
  To: Thomas Kotzian; +Cc: linux-kernel

} 2.4.0-test10 doesn't compile correctly on a mac.
} Only 2 changes are necessary to make it work.
} Or are there any bigger problems with the ppc arch?
} 
} the 2 changes:
} in ./include/asm-ppc/param.h the following lines have to be added
} right before the last #endif:
} 
} #ifdef __KERNEL__
} # define CLOCKS_PER_SEC 100 /* frequency at which times() counts */
} #endif
} 
} in ./drivers/input/keybdev.c the second #elif (CONFIG_ADB) or
} something like that should be changed to #else or the correct #elif
} statement.
} 
} I don't know who's the maintainer of the ppc arch - i think ibm has
} taken it over or am i wrong about that?

No, that's not right :)

Grab the latest ppc tree from www.fsmlabs.com/linuxppcbk.html.  The fixes
are there and the main kernel.org tree will be brought up to speed.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-11-03 22:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-03 21:39 Compiling 2.4.0-test10 on PPC Thomas Kotzian
2000-11-03 22:15 ` Cort Dougan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).