[fpc-pascal] Issue with Linking
Florian Klaempfl
florian at freepascal.org
Fri Aug 21 16:02:55 CEST 2015
Am 21.08.2015 um 10:08 schrieb Jonas Maebe:
> Chris Moody wrote:
>> Seems it compiles but still complains about linking.
>>
>> Free Pascal Compiler version 3.0.0rc1 [2015/08/20] for arm
>> Copyright (c) 1993-2015 by Florian Klaempfl and others
>> Target OS: Linux for ARMHF
>> <snip>
>> Assembling dentist
>> Linking Dentist
>> Dentist.pas(106) Warning: "crtbegin.o" not found, this will probably
>> cause a linking failure
>> Dentist.pas(106) Warning: "crtend.o" not found, this will probably cause
>> a linking failure
>
> These are gcc files. When performing a regular installation of FPC, the
> path to these files is added to fpc.cfg using the -Fl parameter.
Actually, FPC has also some default locations hard coded in the compiler.
More information about the fpc-pascal
mailing list