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 the same format as win32 pe, so it
should be easy.

I already added the target to the files compiler/system.pas,
compiler/systems/i_symbian.pas, compiler/systems/t_symbian.pas

Next I would like to build the cross-compiler using:

make OS_TARGET=symbian

But the makefile doesn´t support this target. It tells me to use
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??

thanks,
--
Felipe Monteiro de Carvalho
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to