Re: [fpc-devel] arm-wince errors

2007-01-05 Thread Marc Weustink
Michael Schnell wrote: That doesn't work when debugging from with lazarus, since you cannot specify the target. When debugging through ssh, you only need ssh access to your target and be able to run gdb on your target. That all So SSH opens a (bash) session that starts gdbserver with the a

Re: [fpc-devel] arm-wince errors

2007-01-05 Thread Michael Schnell
That doesn't work when debugging from with lazarus, since you cannot specify the target. When debugging through ssh, you only need ssh access to your target and be able to run gdb on your target. That all So SSH opens a (bash) session that starts gdbserver with the appropriate parameters ?

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Pierre Muller
> Michael Schnell schrieb: >> >>> >>> I guess not much help is needed. Just open the Debugger Options and >>> select "GNU debugger through SSH (gdb)", would be my first guess. >>> Never done this though. >>> >> >> Great (sorry for my being cynical :-[ ) ! >> >> So I gather that you are convinced th

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Florian Klaempfl
Michael Schnell schrieb: I guess not much help is needed. Just open the Debugger Options and select "GNU debugger through SSH (gdb)", would be my first guess. Never done this though. Great (sorry for my being cynical :-[ ) ! So I gather that you are convinced that it does work as well P

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Marc Weustink
Bogusław Brandys wrote: > Vincent Snijders wrote: >> Michael Schnell schreef: >>> I guess not much help is needed. Just open the Debugger Options and select "GNU debugger through SSH (gdb)", would be my first guess. Never done this though. >>> >>> Great (sorry for my being

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Bogusław Brandys
Vincent Snijders wrote: Michael Schnell schreef: I guess not much help is needed. Just open the Debugger Options and select "GNU debugger through SSH (gdb)", would be my first guess. Never done this though. Great (sorry for my being cynical :-[ ) ! So I gather that you are convinced th

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Vincent Snijders
Michael Schnell schreef: I guess not much help is needed. Just open the Debugger Options and select "GNU debugger through SSH (gdb)", would be my first guess. Never done this though. Great (sorry for my being cynical :-[ ) ! So I gather that you are convinced that it does work as well P

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Michael Schnell
I guess not much help is needed. Just open the Debugger Options and select "GNU debugger through SSH (gdb)", would be my first guess. Never done this though. Great (sorry for my being cynical :-[ ) ! So I gather that you are convinced that it does work as well PC->PC as PC-ARM (Linux an

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Vincent Snijders
Michael Schnell schreef: See http://www.freepascal.org/cgi-bin/viewcvs.cgi/trunk/docs/RemoteDebugging.txt?root=lazarus&view=markup Note its date. So it might need to be updated or it might still work. Step 5: Setup the ssh debugger in the IDE ToDo That does not help much ;-) I gu

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Michael Schnell
See http://www.freepascal.org/cgi-bin/viewcvs.cgi/trunk/docs/RemoteDebugging.txt?root=lazarus&view=markup Note its date. So it might need to be updated or it might still work. Step 5: Setup the ssh debugger in the IDE ToDo That does not help much ;-) -Michael

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Vincent Snijders
Michael Schnell schreef: When doing cross projects remote debugging always comes into mind. Can Lazarus do remote debugging at all ? Is same possible / planned to be possible with ARM Linux targets ? See http://www.freepascal.org/cgi-bin/viewcvs.cgi/trunk/docs/RemoteDebugging.txt?root=lazaru

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Michael Schnell
When doing cross projects remote debugging always comes into mind. Can Lazarus do remote debugging at all ? Is same possible / planned to be possible with ARM Linux targets ? -Michael ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://li

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Marco van de Voort
> Op Thu, 4 Jan 2007, schreef Michael Schnell: > > > > > > Those can be build with a few commands if someone needs them, get and > > > install cross arm binutils, do > > > make clean all install OS_TARGET=linux CPU_TARGET=arm > > > > Great ! > > > > I did not yet look at the Wiki, but I feel th

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Daniël Mantione
Op Thu, 4 Jan 2007, schreef Michael Schnell: > > > Those can be build with a few commands if someone needs them, get and > > install cross arm binutils, do > > make clean all install OS_TARGET=linux CPU_TARGET=arm > > Great ! > > I did not yet look at the Wiki, but I feel that instructions ho

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Michael Schnell
Those can be build with a few commands if someone needs them, get and install cross arm binutils, do make clean all install OS_TARGET=linux CPU_TARGET=arm Great ! I did not yet look at the Wiki, but I feel that instructions how to build and use the cross compilers are necessary. -Michael

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Michael Schnell
I am not sure if we understand each other completely, so let me write my (personal) view on these things. :-) see below... FPC is a great compiler, which also can target several OS-es on the arm processor (linux, wince, gba and lately nintendo ds). Sounds great ! I want Lazarus to be th

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Vincent Snijders
Florian Klaempfl schreef: Michael Schnell schrieb: ftp://ftp.hu.freepascal.org/pub/lazarus/cross/Lazarus-0.9.21-fpc-2.1.1-20070104-cross-arm-linux-win32.exe What difference does the ".hu" make (seemingly none) ftp.hu.freepascal.org = ftpmaster.freepascal.org ftp.freepascal.org = running D

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Daniël Mantione
Op Thu, 4 Jan 2007, schreef Vincent Snijders: > Michael Schnell schreef: > > > > > > > > Let me know, if you want to try this out, then I can try to build an > > > installer for cross-arm-linux. > > > > > > Vincent > > > > I suppose my favorite would be cross-compiling from PC-Linux top > >

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Florian Klaempfl
Michael Schnell schrieb: ftp://ftp.hu.freepascal.org/pub/lazarus/cross/Lazarus-0.9.21-fpc-2.1.1-20070104-cross-arm-linux-win32.exe What difference does the ".hu" make (seemingly none) ftp.hu.freepascal.org = ftpmaster.freepascal.org ftp.freepascal.org = running DNS round robin between diff

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Michael Schnell
ftp://ftp.hu.freepascal.org/pub/lazarus/cross/Lazarus-0.9.21-fpc-2.1.1-20070104-cross-arm-linux-win32.exe What difference does the ".hu" make (seemingly none) -Michael ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Michael Schnell
I hope i helped you in some way ;) Of course ! :-) :-) :-) -Michael ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Vincent Snijders
Michael Schnell schreef: Let me know, if you want to try this out, then I can try to build an installer for cross-arm-linux. Vincent I suppose my favorite would be cross-compiling from PC-Linux top ARM-Linux. I don't do those. But follow the advice from Florian. Vincent __

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Michael Schnell
Let me know, if you want to try this out, then I can try to build an installer for cross-arm-linux. Vincent I suppose my favorite would be cross-compiling from PC-Linux top ARM-Linux. -Michael ___ fpc-devel maillist - fpc-devel@lists.freepasca

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Michael Schnell
Let me know, if you want to try this out, then I can try to build an installer for cross-arm-linux. Vincent Great ! As you might have noticed I'm planning to do a major embedded Project on Arm Linux (porting a lot of Delphi stuff), but it's not yet decided if/when it is going to be started.

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Florian Klaempfl
Michael Schnell schrieb: I think GDB for arm-wince should be included to cross installer: ftp://ftp.freepascal.org/pub/fpc/contrib/cross/gdb-6.4-win32-arm-wince.zip I will do this in the future. Vincent Great ! What about cross compiling from Linux to ARM-Linux (or even from Windows t

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Daniël Mantione
Op Thu, 4 Jan 2007, schreef Michael Schnell: > > > > I think GDB for arm-wince should be included to cross installer: > > > ftp://ftp.freepascal.org/pub/fpc/contrib/cross/gdb-6.4-win32-arm-wince.zip > > > > > > > > > > > > > I will do this in the future. > > > > Vincent > Great ! > > Wha

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Michael Schnell
I think GDB for arm-wince should be included to cross installer: ftp://ftp.freepascal.org/pub/fpc/contrib/cross/gdb-6.4-win32-arm-wince.zip I will do this in the future. Vincent Great ! What about cross compiling from Linux to ARM-Linux (or even from Windows to Arm Linux). Or cross PC

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Vincent Snijders
Michael Schnell schreef: I have created a arm-wince cross compiler installer for lazarus-win32: ftp://ftp.hu.freepascal.org/pub/lazarus/cross/Lazarus-0.9.21-fpc-2.1.1-20070103-cross-arm-wince-win32.exe In what way is the arm-wince cross compiler related to the arm-Linux cross compiler (the

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Vincent Snijders
Michael Schnell schreef: I have created a arm-wince cross compiler installer for lazarus-win32: Nokao tried to use it, but he is getting errors: http://www.lazarus.freepascal.org/index.php?name=PNphpBB2&file=viewtopic&t=3255 (using fpc from 30-12-2006) Hi Vincent, While I was positive

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Michael Schnell
I have created a arm-wince cross compiler installer for lazarus-win32: Nokao tried to use it, but he is getting errors: http://www.lazarus.freepascal.org/index.php?name=PNphpBB2&file=viewtopic&t=3255 (using fpc from 30-12-2006) Hi Vincent, While I was positive that it should be possible

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Vincent Snijders
Michael Schnell schreef: I have created a arm-wince cross compiler installer for lazarus-win32: ftp://ftp.hu.freepascal.org/pub/lazarus/cross/Lazarus-0.9.21-fpc-2.1.1-20070103-cross-arm-wince-win32.exe In what way is the arm-wince cross compiler related to the arm-Linux cross compiler (the

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread [EMAIL PROTECTED]
In order to make that installer Vincent needed to compile the compiler itself, so probably the compiler is involved in that installer ;) I think that with linux the compilation have more sense, i just pushed in the "precompiled-installer" direction for win32 cause i think that Windows is equal

Re: [fpc-devel] arm-wince errors

2007-01-04 Thread Michael Schnell
I have created a arm-wince cross compiler installer for lazarus-win32: ftp://ftp.hu.freepascal.org/pub/lazarus/cross/Lazarus-0.9.21-fpc-2.1.1-20070103-cross-arm-wince-win32.exe In what way is the arm-wince cross compiler related to the arm-Linux cross compiler (the one I some day would like

Re: [fpc-devel] arm-wince errors

2007-01-03 Thread [EMAIL PROTECTED]
Vincent build again the installer and this time it works correctly: ftp://ftp.hu.freepascal.org/pub/lazarus/cross/Lazarus-0.9.21-fpc-2.1.1-20070103-cross-arm-wince-win32.exe Tomorrow We (or if he want, I) 'll provide to change the lazarus guide... cause now it's really easyer to cross-compile fr

Re: [fpc-devel] arm-wince errors

2007-01-03 Thread Vincent Snijders
Yury Sidorov schreef: From: "Vincent Snijders" <[EMAIL PROTECTED]> Hi, I have created a arm-wince cross compiler installer for lazarus-win32: ftp://ftp.hu.freepascal.org/pub/lazarus/cross/Lazarus-0.9.21-fpc-2.1.1-20070103-cross-arm-wince-win32.exe Nokao tried to use it, but he is getting er

Re: [fpc-devel] arm-wince errors

2007-01-03 Thread Yury Sidorov
From: "Marco van de Voort" <[EMAIL PROTECTED]> P.S. Can someone delete unsupported ftp://ftp.freepascal.org/pub/fpc/contrib/cross/binutils-2.13.2.1-win32-arm-wince.zip from FTP? Done. Thanks! Yury. ___ fpc-devel maillist - fpc-devel@lists.freepas

Re: [fpc-devel] arm-wince errors

2007-01-03 Thread [EMAIL PROTECTED]
Right... cause i just tryed to overwrite that binutils and recompile but i had no success. I'm Nokao, the one that's trying to make a software with Lazarus that connect to a mysql database. The graphical interface is working, now i'm asking for help to Vincent (that's really helping me a lot

Re: [fpc-devel] arm-wince errors

2007-01-03 Thread Marco van de Voort
> P.S. Can someone delete unsupported > ftp://ftp.freepascal.org/pub/fpc/contrib/cross/binutils-2.13.2.1-win32-arm-wince.zip > from FTP? Done. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-dev

Re: [fpc-devel] arm-wince errors

2007-01-03 Thread Yury Sidorov
From: "Yury Sidorov" <[EMAIL PROTECTED]> From: "Vincent Snijders" <[EMAIL PROTECTED]> Is svn head useable for arm-wince? Or does it need further testing, because I can imagine the changes in revision 5714 are far reaching. Do I need to pass (or not pass) special command line parameters (I pass

Re: [fpc-devel] arm-wince errors

2007-01-03 Thread Yury Sidorov
From: "Vincent Snijders" <[EMAIL PROTECTED]> Hi, I have created a arm-wince cross compiler installer for lazarus-win32: ftp://ftp.hu.freepascal.org/pub/lazarus/cross/Lazarus-0.9.21-fpc-2.1.1-20070103-cross-arm-wince-win32.exe Nokao tried to use it, but he is getting errors: http://aycu23.websho

Re: [fpc-devel] arm-wince errors

2007-01-03 Thread Yury Sidorov
From: "Vincent Snijders" <[EMAIL PROTECTED]> Hi, I have created a arm-wince cross compiler installer for lazarus-win32: ftp://ftp.hu.freepascal.org/pub/lazarus/cross/Lazarus-0.9.21-fpc-2.1.1-20070103-cross-arm-wince-win32.exe Nokao tried to use it, but he is getting errors: http://aycu23.websho

[fpc-devel] arm-wince errors

2007-01-03 Thread Vincent Snijders
Hi, I have created a arm-wince cross compiler installer for lazarus-win32: ftp://ftp.hu.freepascal.org/pub/lazarus/cross/Lazarus-0.9.21-fpc-2.1.1-20070103-cross-arm-wince-win32.exe Nokao tried to use it, but he is getting errors: http://aycu23.webshots.com/image/7382/2004535844182527357_rs.jpg (