Weight of an IRIS 4D/210GTX Box anyone ?

2006-04-08 Thread Kathy Quinlan
Hi all, I have been offered a IRIS 4D/210GTX SGI box, and I need to know the rough weight, thought as google did not turn up anything and SGI seem to disown all the old stuff these days, anyone got any idea on the weight of this ? Regards, Kat. -- No virus found in this outgoing message.

Re: clock.h

2005-02-28 Thread Kathy Quinlan
Dan Nelson wrote: In the last episode (Feb 28), Kathy Quinlan said: I have this: #include 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 DELAY is a kernel function. In user processes

clock.h

2005-02-28 Thread Kathy Quinlan
I have this: #include 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 mes

Re: gcc question

2005-02-24 Thread Kathy Quinlan
Daniel O'Connor wrote: On Thu, 24 Feb 2005 17:57, Kathy Quinlan wrote: ATM it is written in codevisionAVR which is where the function is called, so I guess for now I will just break the AVR support;) Ahh.. So.. are you talking about getting the coding running _in FreeBSD_ or compiled on Fr

Re: gcc question

2005-02-23 Thread Kathy Quinlan
Daniel O'Connor wrote: On Thu, 24 Feb 2005 15:00, Kathy Quinlan wrote: I have some code that I build for two targets, one an Atmel uC and the other FreeBSD. What is the best way to redefine getchar and putchar (in uC they use the serial port, in FreeBSD stdin stdout) Or would I be better #

gcc question

2005-02-23 Thread Kathy Quinlan
Hi all, I have some code that I build for two targets, one an Atmel uC and the other FreeBSD. What is the best way to redefine getchar and putchar (in uC they use the serial port, in FreeBSD stdin stdout) Or would I be better #ifdef the commands and making getchar only used in uC and my serial

Re: Error in my C programming

2005-02-21 Thread Kathy Quinlan
Peter Jeremy wrote: OK it was all to do with the comments it did not like the //comments ARRGG the rest of the errors were bogus as soon as I changed EVERY comment over to the ANSI C /*comments*/ it now works (oh and removed the #pragma directives from a c compiler for the AVR uC I will have

Re: Error in my C programming

2005-02-20 Thread Kathy Quinlan
Gary Corcoran wrote: Kathy Quinlan wrote: Peter Jeremy wrote: On Mon, 2005-Feb-21 00:22:56 +0800, Kathy Quinlan wrote: These are some of the errors I get in pairs for each of the above variables: Wtrend_Drivers.c:15: conflicting types for `Receiver' Wtrend_Drivers.h:9: previous declarati

Re: Error in my C programming

2005-02-20 Thread Kathy Quinlan
Richard Sharpe wrote: On Mon, 21 Feb 2005, Kathy Quinlan wrote: Peter Jeremy wrote: On Mon, 2005-Feb-21 00:22:56 +0800, Kathy Quinlan wrote: These are some of the errors I get in pairs for each of the above variables: Wtrend_Drivers.c:15: conflicting types for `Receiver' Wtrend_Driver

Re: Error in my C programming

2005-02-20 Thread Kathy Quinlan
Michael C. Shultz wrote: On Sunday 20 February 2005 11:02 am, Kathy Quinlan wrote: Peter Jeremy wrote: On Mon, 2005-Feb-21 00:22:56 +0800, Kathy Quinlan wrote: These are some of the errors I get in pairs for each of the above variables: Wtrend_Drivers.c:15: conflicting types for `Receiver

Re: Error in my C programming

2005-02-20 Thread Kathy Quinlan
Peter Jeremy wrote: On Mon, 2005-Feb-21 00:22:56 +0800, Kathy Quinlan wrote: These are some of the errors I get in pairs for each of the above variables: Wtrend_Drivers.c:15: conflicting types for `Receiver' Wtrend_Drivers.h:9: previous declaration of `Receiver' Without knowing exactly

Re: Error in my C programming

2005-02-20 Thread Kathy Quinlan
Zera William Holladay wrote: On Mon, 21 Feb 2005, Kathy Quinlan wrote: Hi Guys, Here is a section of my code: *** Wtrend_Drivers.c *** unsigned char Length , Network , Receiver , Node , Command = 0x00; //Some Variables These are some of the errors I get in pairs for each of the above variables

Error in my C programming

2005-02-20 Thread Kathy Quinlan
Hi Guys, Here is a section of my code: *** Wtrend_Drivers.c *** void Reset_Network (unsigned char Network) { Length = 0x00; //Length = 0 as we are not sending any data with this command Receiver = 0x00;//Dummy Value for receiver, Node takes prefferance Node = 0xF

Finding variables

2005-02-16 Thread Kathy Quinlan
Hi all, I am using some code from http://home.flash.net/~bobgh/serial.htm It uses variables of ioctl like TCSETS, I have seen it in other FreeBSD source code, but I can not find what I need to include to get it to work . Regards, Kat. -- No virus found in this outgoing message. Checked by AVG Ant