clock.h

From: Kathy Quinlan (kat-free_at_kaqelectronics.dyndns.org)
Date: 02/28/05

  • Next message: Dan Nelson: "Re: about the source of loader"
    Date: Mon, 28 Feb 2005 23:39:52 +0800
    To: freebsd-hackers@freebsd.org
    
    

    I have this:

    #include <machine/clock.h>

    In program I use this:

    DELAY(1000);

    I get this:

    undefined referance to 'DELAY'

    when I compile the program with GCC with flags -Wall -g -o com main.c

    ANY ideas ??

    I have looked in the relevent header and it seems to be there

    Regards,

    Kat.

    -- 
    No virus found in this outgoing message.
    Checked by AVG Anti-Virus.
    Version: 7.0.300 / Virus Database: 266.5.1 - Release Date: 27/02/2005
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
    

  • Next message: Dan Nelson: "Re: about the source of loader"