On 8/15/06, john <[EMAIL PROTECTED]> wrote:
I would be very interested in learning a good way to cross compile eggs. I was building them by hand but realised it was easier to run chicken-setup from my Zaurus and build them on board. This obviously requires the ability to run gcc on the target device and takes a bit of time!
Hi! You might get something working by passing -cc and -ld options via "-csc-option" to chicken-setup, but this will probably not work for all cases. We are currently heavily simplifying the build-system and I hope to be able to massage the makefiles enough to generate a proper "cross"-chicken (i.e. where chicken-setup + csc generate target binaries). Will need some time, though. cheers, felix -- http://galinha.ucpel.tche.br:8081/blog/blog.ssp _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
