From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Natarajan, Mekala (CTS)" To: "'ecos-discuss@sources.redhat.com'" Subject: [ECOS] microsec delay Date: Fri, 16 Feb 2001 03:15:00 -0000 Message-id: <8F1D166D08ACD41196EE00B0D020944B68B6C2@CTSINENTSXUB> X-SW-Source: 2001-02/msg00282.html Hi, i am trying out with the micro-sec delay MACRO to get microsec delay. This is the sample program that i am trying. But when i run this program from gdb it gives SIGILL-illegal instruction. #include #include #include #include #include #include CYGHWR_MEMORY_LAYOUT_H int main(void) { int i = 2; int j = 0; int ticks; diag_printf("\ni=%d\n",i); ticks=do_ms_tick(); diag_printf("\n ticks = %d\n",ticks); return 0; } unsigned long do_ms_tick(void) { static unsigned long ticks = 0; CYGACC_CALL_IF_DELAY_US(1000); // Wait for 1ms return ++ticks; } Can someone help on this.. mekala This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful. Visit us at http://www.cognizant.com