Hi Friends,
I am a bit confused ... I understand, if i crosscompiple(Xipaq) When we do "make
World" (I mean only the order of files)::
host.def -> linux.cf -> kdrive.cf -> {xitsy.cf|tinyX.cf ; cross.def}
The file iPAQH3600.cf says define KDriveServer and XiPAQH3500Server in host.def, but
there is no conditional inclusion of iPAQH3600.cf in kdrive.cf (like its for tinyX.cf
and itsy.cf).
How wud this file(iPAQH3600.cf)get involved inthe process, if its not mentioned in
kdrive.cf? So... either this has to be _hardwired_ in the compilation process or WE
have put conditional inclusion entry in the kdrive.cf like ::
#if XiPAQH3500Server
#include <iPAQH3600.cf>
#endif
I think the latter case... what say, experts?
I wud like to write my complete cross-compilation experience ..if i get to know all
these detail... so that the _big_ guys wud have time to do more rewarding things than
answering new-bie questions like mine :)
Maybe thats the only way for me to express my gratitude.
Regards,
Jassi