Mattias Gärtner wrote:
Zitat von Bernd Mueller <[EMAIL PROTECTED]>:
-Tlinux
-XParm-linux-
-FDc:\windows\app\lazarus0922\fpc\2.1.4_8169\bin\arm-linux
-FuC:\windows\app\lazarus0922\fpc\2.1.4_8169\units\arm-linux\
-FuC:\windows\app\lazarus0922\fpc\2.1.4_8169\units\arm-linux\*
-FuC:\windows\app\laz
Zitat von Bernd Mueller <[EMAIL PROTECTED]>:
> >> -Tlinux
> >> -XParm-linux-
> >> -FDc:\windows\app\lazarus0922\fpc\2.1.4_8169\bin\arm-linux
> >> -FuC:\windows\app\lazarus0922\fpc\2.1.4_8169\units\arm-linux\
> >> -FuC:\windows\app\lazarus0922\fpc\2.1.4_8169\units\arm-linux\*
> >> -FuC:\windows\app
-Tlinux
-XParm-linux-
-FDc:\windows\app\lazarus0922\fpc\2.1.4_8169\bin\arm-linux
-FuC:\windows\app\lazarus0922\fpc\2.1.4_8169\units\arm-linux\
-FuC:\windows\app\lazarus0922\fpc\2.1.4_8169\units\arm-linux\*
-FuC:\windows\app\lazarus0922\fpc\2.1.4_8169\units\arm-linux\rtl
Any hints, what could be t
On Mon, 20 Aug 2007 11:18:02 +0200
Bernd Mueller <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am using Lazarus 0.9.22 on Win32 to crosscompile to an arm-linux
> target. This works pretty good, but there is still a problem. I don't
> know, if this is a bug or my fault:
>
> Every time, I create a n
Hello,
I am using Lazarus 0.9.22 on Win32 to crosscompile to an arm-linux
target. This works pretty good, but there is still a problem. I don't
know, if this is a bug or my fault:
Every time, I create a new project (Project/New Project.../Custom
Program), I get the following error message:
On 08/08/07, Tony Maro <[EMAIL PROTECTED]> wrote:
>
> On Mon, 2007-08-06 at 09:55 +0100, Henry Vermaak wrote:
> which version of fpc are you using? my lcl compiles fine for gtk2 and
> arm with 2.3.1. whether it works or not is another story...
>
>
> FPC 2.0.4 - the standard "stable packages" fo
On Mon, 2007-08-06 at 09:55 +0100, Henry Vermaak wrote:
> which version of fpc are you using? my lcl compiles fine for gtk2 and
> arm with 2.3.1. whether it works or not is another story...
FPC 2.0.4 - the standard "stable packages" for installing posted on the
Lazarus site March 27th along wi
On 03/08/07, Tony Maro <[EMAIL PROTECTED]> wrote:
>
> On Fri, 2007-08-03 at 17:52 +0200, Luca Olivetti wrote:
>
>
>
> >
> > On that note, it still won't find libglib. On the device is only
> > libglib-2.0.so so I assume ppcarm is trying to link to libglib-1.2 or
> > some such...
>
> Try compiling
Am Freitag, den 03.08.2007, 10:37 -0400 schrieb Tony Maro:
> On Fri, 2007-08-03 at 10:29 -0400, Tony Maro wrote:
> > On Fri, 2007-08-03 at 11:45 +0200, Luca Olivetti wrote:
> > >
> > > If you're cross-compiling, you need the target libraries at hand and
> > > specify the path with -Fl, then add
On Fri, 2007-08-03 at 17:52 +0200, Luca Olivetti wrote:
>
> >
> > On that note, it still won't find libglib. On the device is only
> > libglib-2.0.so so I assume ppcarm is trying to link to libglib-1.2 or
> > some such...
>
> Try compiling for gtk2 instead of gtk1. Or find gtk1 libraries fo
En/na Tony Maro ha escrit:
On Fri, 2007-08-03 at 10:29 -0400, Tony Maro wrote:
On Fri, 2007-08-03 at 11:45 +0200, Luca Olivetti wrote:
If you're cross-compiling, you need the target libraries at hand and
specify the path with -Fl, then add -Xr with the path of the libraries
on the target, e.
On Fri, 2007-08-03 at 10:29 -0400, Tony Maro wrote:
> On Fri, 2007-08-03 at 11:45 +0200, Luca Olivetti wrote:
>
> >
> > If you're cross-compiling, you need the target libraries at hand and
> > specify the path with -Fl, then add -Xr with the path of the libraries
> > on the target, e.g.:
> >
On Fri, 2007-08-03 at 11:45 +0200, Luca Olivetti wrote:
>
> If you're cross-compiling, you need the target libraries at hand and
> specify the path with -Fl, then add -Xr with the path of the libraries
> on the target, e.g.:
> ppcarm -Fl/directory/with/target/libraries
> -Fl/other/directory/wi
> > Now I'm stuck on:
> >
> > Compiling project1.lpr
> > Assembling project1
> > Linking project1
> > /usr/local/bin/arm-linux-ld: cannot find -lpthread
> > project1.lpr(19) Error: Error while linking
>
> AFAIK the linker isn't able to link your program against "libpthread.so"
> because it is not
En/na Tony Maro ha escrit:
On Thu, 2007-08-02 at 18:51 -0400, Tony Maro wrote:
I created a simple console app and ran the following at a command line:
ppcarm -Xd -Sd -XParm-linux- project1.lpr
Worked like a charm.
Placing those options in the "additional options" for the compiler
options in
On 03/08/07, Tony Maro <[EMAIL PROTECTED]> wrote:
> I'm unclear of how to get the LCL built for ARM... if I try this to build
> any GUI app, it won't link, complaining about an incompatible crtbegin.o
>
> Well I got past that with a few #ifdef in the fpc.cfg.
you shouldn't have to do this. i du
Am Donnerstag, den 02.08.2007, 20:01 -0400 schrieb Tony Maro:
> On Thu, 2007-08-02 at 18:51 -0400, Tony Maro wrote:
> > I created a simple console app and ran the following at a command
> > line:
> >
> > ppcarm -Xd -Sd -XParm-linux- project1.lpr
> >
> > Worked like a charm.
> >
> > Placing those
On Thu, 2007-08-02 at 18:51 -0400, Tony Maro wrote:
> I created a simple console app and ran the following at a command
> line:
>
> ppcarm -Xd -Sd -XParm-linux- project1.lpr
>
> Worked like a charm.
>
> Placing those options in the "additional options" for the compiler
> options in Lazarus also
I've compiled my first console program for arm-linux and ran it on my
Nokai n800 tablet.
I downloaded arm-linux-fpc-2.0.4.i386-linux.tar from ftp.freepascal.org
and installed it.
I created a simple console app and ran the following at a command line:
ppcarm -Xd -Sd -XParm-linux- project1.lpr
Wo
19 matches
Mail list logo