View Single Post
 
Old 11-10-2011, 01:30 PM
andyvand's Avatar
andyvand andyvand is offline
 
Join Date: Apr 2009
Location: Tienen
Posts: 515
Quote:
Originally Posted by akimoa View Post
Code:
AkimoAs-MacBook-Pro:xnu-1699.22.73 akimoa$ make ARCH_CONFIGS="I386 X86_64" KERNEL_CONFIGS=DEBUG"install"
/Users/akimoa/xnu-1699.22.73/makedefs/MakeInc.def:164: *** Unsupported KERNEL_CONFIG DEBUGinstall.  Stop.
AkimoAs-MacBook-Pro:xnu-1699.22.73 akimoa$ make ARCH_CONFIGS="I386 X86_64" KERNEL_CONFIGS=DEBUG"RELEASE"
/Users/akimoa/xnu-1699.22.73/makedefs/MakeInc.def:164: *** Unsupported KERNEL_CONFIG DEBUGRELEASE.  Stop.
AkimoAs-MacBook-Pro:xnu-1699.22.73 akimoa$
Not quite he doesnt like that
Cut and paste the following:
make ARCH_CONFIGS="I386 X86_64" KERNEL_CONFIGS=DEBUG install
note the space after release... and no ""
Reply With Quote