Re: GFORTH on M68k 68030 System
Anton Ertl <anton-eMTcDWn+JWX/RkxMZTRrOJdqbFPxfnh/@public.gmane.org> Thu, 24 Nov 2022 23:53:33 +0100
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <Y3/17ZC81jj3POY/@a4.complang.tuwien.ac.at> |
On Wed, Nov 23, 2022 at 09:06:29PM -0500, Wolfgang Daum wrote: > Has anyone been successful in porting GFORTH to a m68k 68030 SBC? The > archive has only 3 messages on this topic. > > I already have a m68k-elf cross compiler installed. > > Any inputs would be appreciated. Gforth is pretty portable. Unfortunately I never came across a 68k machine for testing, but it should work, either with the m68k host (so apparently someone tested after all), or the generic host (the latter should work everywhere; if all else fails, configure with no_dynamic_default=1). Cross-compiling is a hurdle. We have done some preparations for it, and you can read about them in INSTALL and INSTALL.md. But it's still not mainstream, and you may encounter some problems. But I guess you are used to that:-). - anton