Re: [fpc-pascal] EABI problems with FPC (fyi)

2009-04-07 Thread Benedikt Schindler
thx. yes it was a plain copy. it also worked with the crosscompiled data2inc programm. Beni Jonas Maebe schrieb: On 07 Apr 2009, at 10:23, Benedikt Schindler wrote: it stopped with errors the data2inc programm seems to be build not early enough. It should simply not be necessary. The

Re: [fpc-pascal] EABI problems with FPC (fyi)

2009-04-07 Thread Jonas Maebe
On 07 Apr 2009, at 10:23, Benedikt Schindler wrote: it stopped with errors the data2inc programm seems to be build not early enough. It should simply not be necessary. The fpinc.cfg file in svn is not newer than the fpcfg.inc file, so fpcfg.inc should not be regenerated by the Makef

Re: [fpc-pascal] EABI problems with FPC (fyi)

2009-04-07 Thread Benedikt Schindler
fyi: when i build the fpc sources i get a error message (see below). The make process tries to use an old not functional data2inc programm. Why didn't the make process use the new compiled one? I deleted all old bin files and restarted the compiler. (i hope he take the new data2inc programm now