Re: Problem with libstrings.fs and the bootloader
Alex Holden <[email protected]> Fri, 12 Nov 2004 22:50:39 +0000
| Newsgroups | gmane.comp.lang.forth.picforth |
|---|---|
| Message-ID | <[email protected]> |
David McNab wrote: > The easiest and cheapest workaround I can think of is to first define an > empty word: > : dummy ; It seems like a cleaner way might be to include the phrase '4 org' somewhere in the source file if you want to use the bootloader but aren't including picisr.fs (which already has '4 org' in it). Perhaps you should mention this in the bootloader README in case somebody else stumbles across the same issue. BTW do you think the problem with pfd.py on OSX could have something to do with the fd it's trying to write to being in O_NONBLOCK mode? The write() call is causing an "OSError: [Errno 35] Resource temporarily unavailable" error to be thrown. I tried removing the O_NONBLOCK flag but it just freezes on the earlier read() call then. -- ------------ Alex Holden - http://www.linuxhacker.org ------------ If it doesn't work, you're not hitting it with a big enough hammer