Re: [fpc-pascal] Compiling for SPARC

2006-08-10 Thread Jonas Maebe
On 9 aug 2006, at 23:39, Mark Morgan Lloyd wrote: Thanks for this info, I had exactly the same problem when compiling 2.0.4-rc3 for arm-linux. Solved now, by reducing the path-lenth. Regards, Glad to be of some help. I'll continue working on this to see if I can find out how long the lea

Re: [fpc-pascal] Compiling for SPARC

2006-08-10 Thread Florian Klaempfl
Jonas Maebe wrote: On 9 aug 2006, at 23:39, Mark Morgan Lloyd wrote: Thanks for this info, I had exactly the same problem when compiling 2.0.4-rc3 for arm-linux. Solved now, by reducing the path-lenth. Regards, Glad to be of some help. I'll continue working on this to see if I can find ou

Re: [fpc-pascal] DOS Timer Interrupt, serial Interrupt

2006-08-10 Thread Andreas Berger
Rainer Stratmann wrote: Hello, is there a document or sample code for accessing the timer interrupt and the serial interrupt in DOS mode. Rainer I found that getintvec and setintvec do not work. Use get_pm_interrupt and set_pm_interrupt instead. Andreas __

Re: [fpc-pascal] Compiling for SPARC

2006-08-10 Thread Jonas Maebe
On 10 aug 2006, at 11:27, Florian Klaempfl wrote: It won't work, the makefiles are not written to support this. At least the rtl for sparc-solaris has a makefile supporting this. The rtl for darwin too, but that doesn't help for "make all" or even "make cycle". Even "make clean all" doesn

Re: [fpc-pascal] Compiling for SPARC

2006-08-10 Thread Mark Morgan Lloyd
Florian Klaempfl wrote: > > Jonas Maebe wrote: > >> I also want to > >> try make -j 2 (etc.) to see if I can speed things up a bit since the make > >> process is painfully slow here. > > > > It won't work, the makefiles are not written to support this. Got there already :-/ > At least the rtl f