Getting a r5k-180 indy all up and running with my n64 dev board.
My preferred shell is csh, and there is indeed a csh included with Irix 5.3, but it is a really bad csh ... no autocomplete, no up-arrow history ... nothing. What's the fastest, easiest way for me to get a more modern (say ... freebsd circa 2001 ?) csh on this 5.3 system ?
Second, what is a 'find' syntax that I can memorize and easily use ? I tried to piece together a good syntax from the man page, but when I search for files I know exist, I come up empty. On modern systems I do things like:
find / | grep myfile
fine /usr/local | grep myfile
what's a good syntax for irix 5.3 ?
Finally, there is a n64-development specific command "dbgif" whose function is described as:
"It establishes a link between the host workstation and the game target. Specifically, it provides a link between gvd, the debugger running on the host development workstation, and the game system development board. Note that the dbgif program must be running in order to use the gvd debugger (GameShop)."
Ok, fine ... but when I run the dbgif command, it fails with a very short gethostbyname error. My indy has a hostname set (not a FQDN, but a simple hostname) and that hostname is tied to the fixed IP in /etc/hosts. Further, dns resolution with external nameserver is functioning (I can nslookup external hosts, etc.).
So, while I am sure very few people have ever seen this 'dbgif' application, it seems to be a pretty general client/server operation, where dbgif is presenting a resource for the gvd debugger to hook to ... any ideas why it would fail with a gethostbyname error ?
Thanks.
My preferred shell is csh, and there is indeed a csh included with Irix 5.3, but it is a really bad csh ... no autocomplete, no up-arrow history ... nothing. What's the fastest, easiest way for me to get a more modern (say ... freebsd circa 2001 ?) csh on this 5.3 system ?
Second, what is a 'find' syntax that I can memorize and easily use ? I tried to piece together a good syntax from the man page, but when I search for files I know exist, I come up empty. On modern systems I do things like:
find / | grep myfile
fine /usr/local | grep myfile
what's a good syntax for irix 5.3 ?
Finally, there is a n64-development specific command "dbgif" whose function is described as:
"It establishes a link between the host workstation and the game target. Specifically, it provides a link between gvd, the debugger running on the host development workstation, and the game system development board. Note that the dbgif program must be running in order to use the gvd debugger (GameShop)."
Ok, fine ... but when I run the dbgif command, it fails with a very short gethostbyname error. My indy has a hostname set (not a FQDN, but a simple hostname) and that hostname is tied to the fixed IP in /etc/hosts. Further, dns resolution with external nameserver is functioning (I can nslookup external hosts, etc.).
So, while I am sure very few people have ever seen this 'dbgif' application, it seems to be a pretty general client/server operation, where dbgif is presenting a resource for the gvd debugger to hook to ... any ideas why it would fail with a gethostbyname error ?
Thanks.