| | Re: legOS John Donaldson
|
| | Has anyone be able to unpack the LegOS file. I have the CYGNUS GCC on my Wintel system. Using GZIP I get this error "Invaled Compressed Data - Format Violation" I would like to try out LegOS and see if it will allow memory storage/retrieval. I have (...) (26 years ago, 24-Nov-98, to lugnet.robotics)
|
| | |
| | | | Re: legOS Bill Hollingsworth
|
| | | | (...) Hi, You can get legOS at (URL) . There is a note that some people have a problem with the file after downloading. Instead of clicking on the file, right click and select save link. It will save as legOS-0.1.2.tgz . Then run tar -xzf (...) (26 years ago, 25-Nov-98, to lugnet.robotics)
|
| | | | |
| | | | | | Re: legOS John Donaldson
|
| | | | I have downloaded OK and since it is both tared and zip, you hve to first unzip it using "GZIP". GZIP is like Compress. Gzip (compress) -d legOS-0_1_2.tgz - uncompress the file tar -xzf legOS-0_1_2.t unarchive it. I am getting the error when I try (...) (26 years ago, 25-Nov-98, to lugnet.robotics)
|
| | | | |
| | | | | | Re: legOS Bill Hollingsworth
|
| | | | (...) Hi, When you run tar with the -xzf parameters, it first ungzips it then it untars it, all in the one command. The "z" is for gzip. The "x" is for extract the tar file. The "f" specifies the file. , __ _ _ , /|/ \o | | | | /| | | __/ | | | | (...) (26 years ago, 25-Nov-98, to lugnet.robotics)
|
| | | | |