Koenraad Lelong wrote:
Bernd Mueller schreef:
Koenraad Lelong wrote:
I tried on my arm-linux board, AFAIK NOT uClibc. It works fine.
Thanks.
Are you crosscompiling? Do you use static or dynamic linking?
Regards, Bernd.
When I read you reply about linking I realised I didn't think about the
Bernd Mueller schreef:
> Koenraad Lelong wrote:
>>
>> I tried on my arm-linux board, AFAIK NOT uClibc. It works fine.
> Thanks.
> Are you crosscompiling? Do you use static or dynamic linking?
>
> Regards, Bernd.
>
When I read you reply about linking I realised I didn't think about the
fact that t
Koenraad Lelong wrote:
I tried on my arm-linux board, AFAIK NOT uClibc. It works fine.
Thanks.
Are you crosscompiling? Do you use static or dynamic linking?
Regards, Bernd.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.fr
Bernd Mueller schreef:
> Bernd Mueller wrote:
>
>> when I try to start a simple "Hello"-Program, which uses the unit
>> pthreads, on an arm-linux target (uClibc), I get the message "not
>> found". The program is crosscompiled from win32, using the fpc 2.2.0
>> compiler:
>
>> program project1;
>>
Bernd Mueller wrote:
when I try to start a simple "Hello"-Program, which uses the unit
pthreads, on an arm-linux target (uClibc), I get the message "not
found". The program is crosscompiled from win32, using the fpc 2.2.0
compiler:
program project1;
{$mode objfpc}{$H+}
uses pthreads;
begin
Hello,
when I try to start a simple "Hello"-Program, which uses the unit
pthreads, on an arm-linux target (uClibc), I get the message "not
found". The program is crosscompiled from win32, using the fpc 2.2.0
compiler:
program project1;
{$mode objfpc}{$H+}
uses pthreads;
begin
Writeln('He