Re: [fpc-devel] SymbianOS port

2007-04-11 Thread Marko Radojcic
I have done a bit of research of my own... Basically, what was done is to try compiling for emulator and then translating it to the native symbian code... OK. Let's think differently, if I would use Nokia Series 60 Symbian SDK, would there be a difference of what kind of code the emulator

Re: [fpc-devel] SymbianOS port

2007-01-25 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: Hi, I added an almost empty system.pp unit to fpc/rtl/symbian just to test, but the compiler isn´t yet search on this directory for the system unit. I am using this command to use FPC 2.0.4 to compile a cross-compiler: c:\Programas\fpc21 make clean all

Re: [fpc-devel] SymbianOS port

2007-01-25 Thread Florian Klaempfl
Vincent Snijders schrieb: Felipe Monteiro de Carvalho schreef: Hi, I added an almost empty system.pp unit to fpc/rtl/symbian just to test, but the compiler isn´t yet search on this directory for the system unit. I am using this command to use FPC 2.0.4 to compile a cross-compiler:

Re: [fpc-devel] SymbianOS port

2007-01-25 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: On 1/25/07, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: C:\Programas\fpc21\rtl\symbianmake clean FPC=c:\Programas\fpc21\compiler\ppc386 .exe make: Nothing to be done for `clean'. ops, it should be: C:\Programas\fpc21\rtl\symbianmake

Re: [fpc-devel] SymbianOS port

2007-01-25 Thread Felipe Monteiro de Carvalho
Hi, On 1/25/07, Florian Klaempfl [EMAIL PROTECTED] wrote: This is rather useless imo, even a cross cycle is far away for symbian. Something like make arm in the compiler dir and make FPC=c:\fpc\compiler\ppcarm -XP$FPCTARGET- in the rtl/symbian dir should be enough Actually I´m building for

Re: [fpc-devel] SymbianOS port

2007-01-25 Thread Felipe Monteiro de Carvalho
On 1/25/07, Vincent Snijders [EMAIL PROTECTED] wrote: Another point, the rtl\symbian directory is still empty. But maybe you have more locally. Yes, of course. -- Felipe Monteiro de Carvalho ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] SymbianOS port

2007-01-25 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: Hi, On 1/25/07, Florian Klaempfl [EMAIL PROTECTED] wrote: This is rather useless imo, even a cross cycle is far away for symbian. Something like make arm in the compiler dir and make FPC=c:\fpc\compiler\ppcarm -XP$FPCTARGET- in the rtl/symbian dir should be

Re: [fpc-devel] SymbianOS port

2007-01-25 Thread Felipe Monteiro de Carvalho
On 1/25/07, Vincent Snijders [EMAIL PROTECTED] wrote: That is right, no rtl units for Symbian have been written, so the Makefile doesn't contain them. Start with the system unit I would say. Yes, but I added my system unit, and used fpcmake to regenerate all makefiles on the rtl directory,

Re: [fpc-devel] SymbianOS port

2007-01-25 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: On 1/25/07, Vincent Snijders [EMAIL PROTECTED] wrote: That is right, no rtl units for Symbian have been written, so the Makefile doesn't contain them. Start with the system unit I would say. Yes, but I added my system unit, and used fpcmake to regenerate

Re: [fpc-devel] SymbianOS port

2007-01-25 Thread Felipe Monteiro de Carvalho
On 1/25/07, Vincent Snijders [EMAIL PROTECTED] wrote: But did you add your new system unit to the makefile in rtl\symbian? Ah, ok, that was the problem! I didn´t know I had to alter the Makefile.fpc for each new unit. thanks, -- Felipe Monteiro de Carvalho

Re: [fpc-devel] SymbianOS port

2007-01-18 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: Hi, I can´t seam to get fpcmake to work. I did a svn update, and changed the following on fpcmmain.pp: snip next I build fpcmake with fpc 2.0.4 and tryed to run it, but it crashes, and make command doesn´t seam to have included debug info.

Re: [fpc-devel] SymbianOS port

2007-01-14 Thread Felipe Monteiro de Carvalho
Hi, Sorry to revive such an old conversation, but this is a continuation of the old topic, and would be nice to keep things in one place. To recapitulate, I am trying to build a cross-compiler from i386-win32 to i386-symbian, which is the symbian simulator. The simulator runs executables on

Re: [fpc-devel] SymbianOS port

2007-01-14 Thread Marco van de Voort
fpcmake. So I look into makefile.fpc and I have no idea what to change to add symbian target. What do I need to change to add symbian target to the makefiles?? fpcmake and fpcmake.ini. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] SymbianOS port

2006-08-14 Thread Florian Klaempfl
Jonas Maebe wrote: On 13 aug 2006, at 21:46, Felipe Monteiro de Carvalho wrote: 1. Add symbian target to the compiler How exactly do I add symbian target to the compiler? I mean, which files should I start altering? compiler/system.pas, compiler/systems/i_symbian.pas,

Re: [fpc-devel] SymbianOS port

2006-08-13 Thread Jonas Maebe
On 13 aug 2006, at 21:46, Felipe Monteiro de Carvalho wrote: 1. Add symbian target to the compiler How exactly do I add symbian target to the compiler? I mean, which files should I start altering? compiler/system.pas, compiler/systems/i_symbian.pas, compiler/systems/ t_symbian.pas In

Re: [fpc-devel] SymbianOS port

2006-08-12 Thread Felipe Monteiro de Carvalho
On 8/12/06, Peter Vreman [EMAIL PROTECTED] wrote: User interface can be added in different units. The RTL only provides basic access and does not use it. That is then upto for example the LCL. They call it user interface, but according to my research it´s way beyond that. The most basic