Hi, good Day.
A few weeks ago I wrote a post here about compile Palm OS Emulator (POSE) for Z, I got an answer by "plcg", thanks!:
https://www.oesf.org/forums/index.php?showtopic=22899Well, the second part of the history is that I could not compile it, there are different ways to do it, but no one works, summary reasons:
1) POSE needs FLTK, it works on Z, but the problem is that POSE also needs the FLTK's UI builder, called FLUID, without it there is no way to compile it.
2) The FLTK version as .ipk (1.1.4) do not include FLUID, so it is necessary to compile from source, the problem here is that just one version of FLTK compile with FLUID on Zaurus, it is the fltk-1.1.7 version, I tried with the other version and fail, mainly due to FLUID.
3) Besides There is no way (well I do not know a way to do it) to use a cross compiler to create the .ipk on a PC, mainly because FLUID needs to be executed when you run "make", but if you do that on a PC the binary cannnot be executed so the package "must be compiled on Z".
(I tried it using the /opt/cross/arm/3.4.6-xscale-softvfp-akita/ cross compiler method)
4) Well, once I got the FLTK working with FLUID on Z(version 1.1.7), next step si compile POSE, ups! the problem is the memory (I think), if you run "make" running X, you will got a compiler error, but if you close the X session and run "make" from console mode the compiler works better but finally it falls, it describes a gcc error, so I think that it needs more memory to compile it.
Well those are my conclusion, maybe I am doing something wrong, Any advice of you will be really apreciated, I would like to build a POSE package to share, because I think that there are really useful Palm's apps that could be used on Z.
Thanks a lot.
Best Regards.