Hi Jerome, > I am doing the porting to the uclinux with none mmu. > Is there anyone have previous experience?
I've never tried it, and probably it is not that trivial. > However, it got some "undefined reference to xxxx" compile errors. Currently our build system does not support a completely static build. While plugins can be built-in using the --enable-monolithic option, linking our libraries statically does not work. It probably is possible, but would require some work. How does uClinux handle multi-threaded applications? We have at least for charon rather tough requirements to the threading subsystem (should be mostly POSIX compliant). Regards Martin _______________________________________________ Users mailing list [email protected] https://lists.strongswan.org/mailman/listinfo/users
