Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.forth > #24721
| Newsgroups | comp.lang.forth |
|---|---|
| Date | 2013-07-22 23:59 -0700 |
| References | <9e365730-1724-424b-9a91-792d42a427dd@googlegroups.com> <2013Jul22.164423@mips.complang.tuwien.ac.at> <1a3f9f01-ebaa-4a93-9842-10e65bb40a83@googlegroups.com> <16b255af-2dd2-4590-9de1-03750779178a@googlegroups.com> |
| Message-ID | <fb9268ac-2b30-4eec-bb80-dc74448b1bcc@googlegroups.com> (permalink) |
| Subject | Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? |
| From | Philip Smith <philipkingsmith@gmail.com> |
I have now installed version 0.7.2. I did this by getting the tar from http://git.savannah.gnu.org/cgit/gforth.git/snapshot/gforth-0-7-2.tar.gz with a wget command. I then unpacked it with tar -xzvf gforth-0-7-2.tar.gz . I then changed to the gforth-0-7-2 directory. I then ran sudo ./BUILD-FROM-SCRATCH -host=arm --build=arm command. Then ran sudo make and then sudo make install. I did get an error#1 output at the very end but it seemed to be installed because when i ran gforth i got version 0.7.2. Then i did the same test to make a image with the command gforthmi mytest.fi mytestcode.fs and it worked. I got a executable file that seems to run from the command line. It would seem to me that installing gforth with apt-get install gforth command on raspberry pi Debian Wheezy simply does not set up something correctly! I am unsure how to resolve that at this moment but that is what i am seeing clearly. When i restart with a new clean SD card and put the raspberry pi wheezy distribution on it and then update and upgrade and then install gforth with apt-get command the gforthmi shell scrip does not work correctly. It seems to me that this script is looking for gforth-ditc and it is not on the system when installed with apt-get gforth install method! PKS
Back to comp.lang.forth | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How do you make an image in Gforth version 0.7.0 with gforthmi ? Philip Smith <philipkingsmith@gmail.com> - 2013-07-21 19:46 -0700
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2013-07-22 14:44 +0000
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? Philip Smith <philipkingsmith@gmail.com> - 2013-07-22 16:27 -0700
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? Philip Smith <philipkingsmith@gmail.com> - 2013-07-22 18:52 -0700
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? albert@spenarnc.xs4all.nl (Albert van der Horst) - 2013-07-23 02:36 +0000
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? Philip Smith <philipkingsmith@gmail.com> - 2013-07-22 21:46 -0700
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? albert@spenarnc.xs4all.nl (Albert van der Horst) - 2013-07-23 09:36 +0000
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? Philip Smith <philipkingsmith@gmail.com> - 2013-07-22 21:25 -0700
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? Philip Smith <philipkingsmith@gmail.com> - 2013-07-22 23:59 -0700
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2013-07-23 13:13 +0000
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? Philip Smith <philipkingsmith@gmail.com> - 2013-07-23 21:17 -0700
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2013-07-24 06:24 +0000
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? Philip Smith <philipkingsmith@gmail.com> - 2013-07-24 10:42 -0700
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? Bernd Paysan <bernd.paysan@gmx.de> - 2013-07-24 21:45 +0200
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? Philip Smith <philipkingsmith@gmail.com> - 2013-07-24 13:18 -0700
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? Bernd Paysan <bernd.paysan@gmx.de> - 2013-07-24 23:33 +0200
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? albert@spenarnc.xs4all.nl (Albert van der Horst) - 2013-07-25 01:33 +0000
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2013-07-25 11:35 +0000
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? Philip Smith <philipkingsmith@gmail.com> - 2013-07-25 17:27 -0700
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? Philip Smith <philipkingsmith@gmail.com> - 2013-07-25 17:33 -0700
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? Philip Smith <philipkingsmith@gmail.com> - 2013-07-28 12:41 -0700
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? Coos Haak <chforth@hccnet.nl> - 2013-07-22 22:41 +0200
Re: How do you make an image in Gforth version 0.7.0 with gforthmi ? Philip Smith <philipkingsmith@gmail.com> - 2013-07-22 16:28 -0700
csiph-web