On Thursday 11 September 2008 19:39:08, Pawel Veselov wrote:

> I've been playing around with compiling PHP and such. With default
> compilation flags, (O3 is it?) the Zend would just SIGSEGV at random
> locations. O0 cleared all the problems. So, may be, switching to a
> newer gcc has certain weight.

Most likelly, if doing a straight forward port, the problems
would prevail, as most likelly, we haven't taught gcc about WinCE's
ABI 100% correctly.

Being able to run gcc's testsuite would help tremendously.

I'm able to run gdb's testsuite (dejagnu based) against gdbserver
without problems using this openssh port,
 http://www.codeplex.com/CESSH

For gcc's testsuite (also dejagnu based) desn't seem good enough,
as it doesn't seem to support making 'ssh wince foo' return
foo's exit code.

Maybe I missed something...  investigating.

-- 
Pedro Alves

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to