I am trying to compile our library with the NetX BSD wrapper. In SSP 0.9 and 1.0 we were using source from Express Logic, and were able to compile by hacking a number of things in the BSD wrapper. I was hoping to avoid resorting to hacked code in SSP 1.1 since it now ships with the BSD wrapper. I am running into a number of problems: 1) There is a conflict between the definitions in sys/errno.h and nx_bsd.h. 2) There are numerous missing headers, including: nx_igmp.h nx_packet.h nx_tcp.h nx_renesas_synergy.h nx_system.h 3) If I un-check the nx_bsd option in configuration.xml, the nx_bsd.h file is still included in my project 4) If I check the nx_bsd_src option in configuration.xml, I get a single nx_bsd.c file in my project, but it will not build for the reasons listed above.
↧