[fpc-pascal] converting TjanSQL

2006-03-19 Thread Bisma Jayadi
Hi all... I found TjanSQL from http://jansfreeware.com. It's a small-text-based custom database component with SQL ability. The database itself is a comma separated value (csv) text file. I think this component is better than the TSDFDataSet (separated data file) or TFDFData (fixed data format

Re: [fpc-pascal] i386-linux-as: command not found

2006-03-19 Thread Tomas Hajny
On 19 Mar 06, at 18:51, Alain Michaud wrote: Hi, > I am trying to compile FPC from the SVN. I get the following error > message: > > ... > make[4]: i386-linux-as: command not found > make[4]: *** [prt0.o] Error 127 > make[4]: Leaving directory '/home/microwave/freepascal/fpcsvn/rtl/linux' > ma

[fpc-pascal] i386-linux-as: command not found

2006-03-19 Thread Alain Michaud
Hi, I am trying to compile FPC from the SVN. I get the following error message: ... make[4]: i386-linux-as: command not found make[4]: *** [prt0.o] Error 127 make[4]: Leaving directory '/home/microwave/freepascal/fpcsvn/rtl/linux' make[4]: *** [fpc_smart] Error 2 make[4]: Leaving directory ... .

Re: [fpc-pascal] problem compiling svn-fpc for arm-linux

2006-03-19 Thread Peter Vreman
Remove "tf_needs_symbol_type" from system_arm_linux_info in compiler/ systems/i_linux.pas Or alternatively have a look at the output of gcc -S and if it does generate some sort of symbol type information, change compiler/ aggas.pas:590 based on "if (target_info.system <> system_arm_linux) t

Re: [fpc-pascal] problem compiling svn-fpc for arm-linux

2006-03-19 Thread Koenraad Lelong
Jonas Maebe schreef: On 19 Mar 2006, at 10:07, Koenraad Lelong wrote: This program is buggy - '@' is used as the comment character for ARM, so everything after that is ignored. The assembler therefore sees: .type operatingsystem_result, which is garbage. The GNU assembler targetted fo

Re: [fpc-pascal] problem compiling svn-fpc for arm-linux

2006-03-19 Thread Jonas Maebe
On 19 Mar 2006, at 10:07, Koenraad Lelong wrote: This program is buggy - '@' is used as the comment character for ARM, so everything after that is ignored. The assembler therefore sees: .type operatingsystem_result, which is garbage. The GNU assembler targetted for ARM accepts '#'

Re: [fpc-pascal] problem compiling svn-fpc for arm-linux

2006-03-19 Thread Koenraad Lelong
Koenraad Lelong schreef: Peter Vreman schreef: More specific, the error-lines point to the @object construct. Is there any way I can avoid these errors ? I used revision 2898 of fpc. My arm-linux-as is version 2.14. Use the latest binutils 2.16.1 I downloaded and compiled them from http://ww