Date: Thu, 12 Feb 1998 00:07:41 -0500 (EST) From: Luke Roth To: Nate Eldredge cc: djgpp AT delorie DOT com Subject: Re: Cross-compiling In-Reply-To: <199802120240.SAA17031@adit.ap.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk The processor is a Hitachi "Super-H", which is listed as one of the target CPU's on the GNU GCC page, so this should be theoretically possible. The CE API's should be available through Microsoft's SDK, which is available for free download from Microsoft's web site. This looks like it's going to be a fairly involved procedure, but if it works, I'll post the results on my Web site. Luke On Wed, 11 Feb 1998, Nate Eldredge wrote: > At 10:20 2/11/1998 -0500, Luke Roth wrote: > What sort of processor is that? Unless it's one supported by GCC, you'll > have more trouble. The standard supported targets are described in the > "Configurations" node of the GCC docs, I think. > I seem to recall that most palmtops are based around an 80186 architecture. > In that case, you may be able to get DJ Delorie's port of GCC to the 8086 > and use it. Look on www.delorie.com. > You'll also have to somehow find out and interface to the Windows CE API. > Usually this requires libraries or header files you can't get without paying > money. So I'm not sure how easy this will be... > > Nate Eldredge > eldredge AT ap DOT net > > > >