hi all.
I have days trying to compile using ppcrossarm with lazarus or codetyphon

, the compiler works find with text, or simple program, then run's ok in the tablet, but when i create a simple program with (form), jump a linking error, like:
"crti.o" not found, linking failure
"crtbegin.o" not found, linking failure
"crtend.o" not found, linking failure
cannot find "ldl"
cannot find "lpthread"
cannot find "lX11"
cannot find "lgdk-x11-2.0".
(many other's like above)
I been trying with other's version of free pascal, and codetyphon without success, but always with a good installation of all pachages and dependencies, and the compiler running fine in normal mode, but when i build using ppcrossarm, the build fails.

note: the cross-compiler work good with simple program , (in text mode without lazarus)
my device is a PENGPOD with linaro-linux
would appreciate your help very much, if i missing some configuration
pd: i follow the lazarus cross-compile for ARM of wiki with succeded almost in the end, when i build a application in lazarus, the crosscompiler runs fine
atte
felipote1972