Re: [Sdcc-user] SDCC and the Eclipse plug in with the Z80

2010-05-19 Thread Peter Van Epp
On Tue, May 18, 2010 at 01:27:36PM -0700, Michael Hawkins wrote: > Hi sdcc users, > > First of all, I love sdcc! The idea that I can compile C for Z80 is fantastic. > > Please excuse my newbie quesitons. I've been sdcc for the Z80 for a good few > months now. I am running on Windows XP. > > >

Re: [Sdcc-user] SDCC and the Eclipse plug in with the Z80

2010-05-18 Thread Kustaa Nyholm
>Is there anyone on this list that is running the sdcc CDT plug in for Eclipse? >For the Z80? Who would like to help me work out how get the dang thing working? You might want to read my webpage that talks about Eclipse CDT and SDCC development albeit in the context of 68HC08...it is a year or t

Re: [Sdcc-user] SDCC and the Eclipse plug in with the Z80

2010-05-18 Thread Claude Sylvain
On 18/05/2010 16:27, Michael Hawkins wrote: > > First of all, I love sdcc! The idea that I can compile C for Z80 is > fantastic. > You're right. SDCC and Z80 rock! > > sdcc -mz80 --no-std-crt0 --data-loc 0x8000 --code-loc 0x200 z80clock.c crt0.o > > This works because z80clock.c inclu