View Single Post
 
Old 10-01-2009, 03:38 PM
pαuℓzurrr.'s Avatar
pαuℓzurrr. pαuℓzurrr. is offline
 
Join Date: Jan 2008
Location: The Netherlands
Posts: 280
Code:
/Users/paulzurrr/Desktop/XNU/xnu-1456.1.26/osfmk/i386/start.s:202:junk `(_sse3emu_size)' after expression
/Users/paulzurrr/Desktop/XNU/xnu-1456.1.26/osfmk/i386/start.s:207:4294967296 shortened to 0
/Users/paulzurrr/Desktop/XNU/xnu-1456.1.26/osfmk/i386/start.s:209:junk `(_master_idt)' after expression
make[6]: *** [start.o] Error 1
make[6]: *** Waiting for unfinished jobs....
cc1: warnings being treated as errors
/Users/paulzurrr/Desktop/XNU/xnu-1456.1.26/osfmk/i386/rtclock.c: In function ‘_absolutetime_to_microtime’:
/Users/paulzurrr/Desktop/XNU/xnu-1456.1.26/osfmk/i386/rtclock.c:143: warning: ‘return’ with no value, in function returning non-void
/Users/paulzurrr/Desktop/XNU/xnu-1456.1.26/osfmk/i386/rtclock.c:163: warning: this function may return with or without a value
/Users/paulzurrr/Desktop/XNU/xnu-1456.1.26/osfmk/i386/rtclock.c: In function ‘rtc_clock_stepping’:
/Users/paulzurrr/Desktop/XNU/xnu-1456.1.26/osfmk/i386/rtclock.c:523: warning: implicit conversion shortens 64-bit value into a 32-bit value
/Users/paulzurrr/Desktop/XNU/xnu-1456.1.26/osfmk/i386/rtclock.c: In function ‘rtc_clock_stepped’:
/Users/paulzurrr/Desktop/XNU/xnu-1456.1.26/osfmk/i386/rtclock.c:554: warning: implicit conversion shortens 64-bit value into a 32-bit value
/Users/paulzurrr/Desktop/XNU/xnu-1456.1.26/osfmk/i386/rtclock.c: In function ‘rtc_set_timescale’:
/Users/paulzurrr/Desktop/XNU/xnu-1456.1.26/osfmk/i386/rtclock.c:642: warning: implicit conversion shortens 64-bit value into a 32-bit value
/Users/paulzurrr/Desktop/XNU/xnu-1456.1.26/osfmk/i386/rtclock.c:643: warning: implicit conversion shortens 64-bit value into a 32-bit value
make[6]: *** [rtclock.o] Error 1
make[5]: *** [build_all] Error 2
make[4]: *** [do_all] Error 2
make[3]: *** [build_all] Error 2
make[2]: *** [build_all_conf] Error 2
make[1]: *** [build_all_osfmk] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 2
Not sure what to do now? Anyone knows how the fix it?

Mac Inspiron 531 » 10.6.8 • 10.8.0 Legacy Kernel • AMD Athlon 64 X2 5000+ (2.60GHz)
Dell M2N61-AX/nForce 430/MCP61 • 4GB Dual Channel DDR2 667MHz
ALC888 • nVidia GeForce 8600 GT 256 MB
2 x WDC WD5000AAKS 500 GB SATA HDD

Last edited by pαuℓzurrr.; 10-01-2009 at 09:51 PM.
Reply With Quote