Quote Originally Posted by Joe Donth
Code:
ppc -FiC:\GP2X\FPC\units\arm-linux\rtl C:\GP2X\Projects\gp2x_tutorial\gp2x_tutorial.dpr
I prefer using the command line to Lazarus. Unless you have edited the fpc.cfg file to point to the jedi-sdl directory, you will need to pass the directories where the sdl.pas and jedi-sdl.inc file are as well via the command line. I would tend to use...

Code:
fpc -FiC:\GP2X\FPC\units\arm-linux\rtl -FiC:\{path to jedi-sdl} -FuC:\{path to jedi-sdl} C:\GP2X\Projects\gp2x_tutorial\gp2x_tutorial.dpr