<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.E-MailFormatvorlage18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE link=blue vlink=purple><div class=WordSection1><div><div><p class=MsoNormal>Hi,<o:p></o:p>

</p><p class=MsoNormal><o:p> </o:p>

</p><p class=MsoNormal>a longer time ago, i've installed lazarus on my raspberry pi with wheezy. The fpc version was 2.6.0-xxx<o:p></o:p>

</p><p class=MsoNormal>I could compile without any problem.<o:p></o:p>

</p><p class=MsoNormal><o:p> </o:p>

</p><p class=MsoNormal>Today I've downloaded fpc 2.6.2 and installed it.<o:p></o:p>

</p><p class=MsoNormal>But now I have problems with the linker:<o:p></o:p>

</p><p class=MsoNormal>Free Pascal Compiler version 2.6.2 [2013/02/15] for arm<o:p></o:p>

</p><p class=MsoNormal>Copyright (c) 1993-2012 by Florian Klaempfl and others<o:p></o:p>

</p><p class=MsoNormal>Target OS: Linux for ARMEL<o:p></o:p>

</p><p class=MsoNormal>Compiling rfm.pas<o:p></o:p>

</p><p class=MsoNormal>Assembling rfm<o:p></o:p>

</p><p class=MsoNormal>Linking rfm<o:p></o:p>

</p><p class=MsoNormal>/usr/bin/ld: warning: link.res contains output sections; did you forget -T?<o:p></o:p>

</p><p class=MsoNormal>/usr/lib/fpc/2.6.2/units/arm-linux/rtl/cprt0.o: In function `_haltproc_eabi':<o:p></o:p>

</p><p class=MsoNormal>(.text+0x88): undefined reference to `_fini'<o:p></o:p>

</p><p class=MsoNormal>/usr/lib/fpc/2.6.2/units/arm-linux/rtl/cprt0.o: In function `_haltproc_eabi':<o:p></o:p>

</p><p class=MsoNormal>(.text+0x90): undefined reference to `_init'<o:p></o:p>

</p><p class=MsoNormal>rfm.pas(136,4) Error: Error while linking<o:p></o:p>

</p><p class=MsoNormal>rfm.pas(136,4) Fatal: There were 1 errors compiling module, stopping<o:p></o:p>

</p><p class=MsoNormal>Fatal: Compilation aborted<o:p></o:p>

</p><p class=MsoNormal>Error: /usr/bin/ppcarm returned an error exitcode (normal if you did not specify a source file to be compiled)<o:p></o:p>

</p><p class=MsoNormal><o:p> </o:p>

</p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span>

</p></div></div></div></body></html>