Re: [fpc-devel] FPC and Z80

2020-06-23 Thread popolony2k
Hi FPC team. I'm trying to compile a FPC 3.2 with support to Z80/MSXDOS, for linux and almost everything seems to be compiling fine, because the compiler was generated but RTL was not. I'm using the same build script of zxspectrum (I just changed OS_VERSION to MSXDOS) that can be reached here

Re: [fpc-devel] FPC and Z80

2020-06-23 Thread Christo Crause via fpc-devel
On Tue, Jun 23, 2020 at 3:56 PM wrote: > Hi FPC team. > > I'm trying to compile a FPC 3.2 with support to Z80/MSXDOS, for linux and > almost everything seems to be compiling fine, because the compiler was > generated but RTL was not. > > AFAIK Z80 support is not included in the stable

Re: [fpc-devel] FPC and Z80

2020-06-23 Thread Christo Crause via fpc-devel
On Tue, 23 Jun 2020, 17:18 , wrote: > Hi Christo, > > I'm using exactly trunk, as written in article, but for MSXDOS target > isn't working as seen in logs I sent before. But when I build FPC for > spectrum as target, everything works fine (100% compiling successful). > OK, I was confused by the

Re: [fpc-devel] FPC and Z80

2020-06-23 Thread Sven Barth via fpc-devel
Christo Crause schrieb am Di., 23. Juni 2020, 16:37: > On Tue, Jun 23, 2020 at 3:56 PM wrote: > >> Hi FPC team. >> >> I'm trying to compile a FPC 3.2 with support to Z80/MSXDOS, for linux and >> almost everything seems to be compiling fine, because the compiler was >> generated but RTL was not.

Re: [fpc-devel] FPC and Z80

2020-06-23 Thread popolony2k
Yes I'm using trunk. Sorry by my mistake on first email. PopolonY2k Em 23/06/2020 12:12, Sven Barth via fpc-devel escreveu: > Christo Crause schrieb am Di., 23. Juni 2020, > 16:37: > > On Tue, Jun 23, 2020 at 3:56 PM wrote: > > Hi FPC team. > > I'm trying to compile a FPC 3.2 with

Re: [fpc-devel] FPC and Z80

2020-06-23 Thread popolony2k
Hi Christo, I'm using exactly trunk, as written in article, but for MSXDOS target isn't working as seen in logs I sent before. But when I build FPC for spectrum as target, everything works fine (100% compiling successful). PopolonY2k Em 23/06/2020 11:37, Christo Crause via fpc-devel escreveu:

Re: [fpc-devel] FPC and Z80

2020-06-23 Thread Sven Barth via fpc-devel
schrieb am Di., 23. Juni 2020, 15:56: > Hi FPC team. > > I'm trying to compile a FPC 3.2 with support to Z80/MSXDOS, for linux and > almost everything seems to be compiling fine, because the compiler was > generated but RTL was not. > > I'm using the same build script of zxspectrum (I just

Re: [fpc-devel] FPC and Z80

2020-06-23 Thread popolony2k
Hi Sven thank you. I had read wiki and understood the same as you explained here. Now I'm using another machine based on Debian, instead my other machine based on Mint and seems that worked like you wrote. Now I built everything and I checked these generated files on RTL and compiler

Re: [fpc-devel] FPC and Z80

2020-06-23 Thread popolony2k
FPC Team. Thanks a lot. Everything is working fine. I compiled my first FPC code (simple hello world) to MSX-DOS2 and is working fine. The only thing I realized, is something someone here wrote before, that is the size of generated binary (37 Kb considering this simple program) I really don't

Re: [fpc-devel] FPC and Z80

2020-06-23 Thread nickysn--- via fpc-devel
On Tue, 2020-06-23 at 13:59 -0300, popolon...@popolony2k.com.br wrote: > FPC Team. > > > > Thanks a lot. Everything is working fine. I compiled my first FPC > code (simple hello world) to MSX-DOS2 and is working fine. > > The only thing I realized, is something someone here wrote before, >