> We know how to compile linux image,But There are very little > information > about cross-compile tiny-x and fltk. > any suggestion?
Just googling it hits: http://handhelds.org/minihowto/building-x.html Which, while mainly Arm related, looks directly relevant - lots more good stuff on Handhelds.org actually, much of which should work similarly for your target. Or, once you have linux cross-compiled for your target, just install and build everything locally on the target itself. It should be capable (if slow). Once you have X working on your target, getting fltk running is pretty straightforward - just hand-edit the makeinclude and config.h files from your X86 host to reflect the "truth" for your cross-compilation environment and build away. It works. I'd still advocate upgrading from 1.1.7 to 1.1.9. Many things have been fixed, but the API is upward compatible, so your code should just work, but you get many benefits. If you are familiar with working in a cross-compilation environment, this should be pretty easy for you to get going. Have fun! SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

