[fpc-devel] Setting the compiler to always use gas

Jonas Maebe jonas.maebe at elis.ugent.be
Fri Mar 16 15:38:02 CET 2007


On 16 mrt 2007, at 15:27, Felipe Monteiro de Carvalho wrote:

> On 3/16/07, Florian Klaempfl <florian at freepascal.org> wrote:
>> Probably correct. Just check the output of -va to see what it does.
>
> Almost correct:
>
> [1.813] Assembler i386-symbian-as.exe not found, switching to external
> assembling
> [1.813] There were 1 errors compiling module, stopping
> [1.873] Compilation aborted
>
> One easy way to solve is just copying as.exe to this name. Not sure if
> this is good enougth or I should try to override this name on the
> compiler.

Such a name is used if you are cross compiling (since you may have  
different cross compilers on your system which all require a  
different assemblers and linkers). So no, you should not try to  
override this name.


Jonas



More information about the fpc-devel mailing list