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
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
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 ...
.
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
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
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 '#'
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