[Prev][Next][Index][Thread]
FREEBSD C LIB and osenv_timer_register
Hello Every One:
osenv_timer_register(handler, TIMER_FREQ); looks like conflict with freebsd_c lib,
the problem can repeat after you modify oskit\examples\x86\GNUmakerules
change the default C LIB to FREEBSD LIB
#CLIB = -loskit_c
CLIB = -loskit_freebsd_c -loskit_com -loskit_freebsd_c
The timer demo was dead after print
Creating OS environment
Counting to ten
So , What is the difference between FREEBSD C LIB and ordinary C LIB ?
Regards
Weiping Hu.