Hi,<br><br>I have a problem with building my SCTP program using crosstool.
Please let me know how to configure to be able to build SCTP program by crosstool. I get the following error while building my SCTP program:-<br><br>sctpsrvr.c:18:26: error: netinet/sctp.h: No such file or directory<br>sctpsrvr.c: In function &#39;main&#39;:<br>

sctpsrvr.c:25: error: storage size of &#39;initmsg&#39; isn&#39;t known<br>sctpsrvr.c:45: error: &#39;SCTP_INITMSG&#39; undeclared (first use in this function)<br>sctpsrvr.c:45: error: (Each undeclared identifier is reported only once<br>

sctpsrvr.c:45: error: for each function it appears in.)<br><br>I am using FC14. Please note that I am able to compile and run my SCTP program without using crosstool. Also, I am not using lksctp-tools for SCTP. I am using SCTP as a kernel built in module that comes with kernel for FC14. I have been able to install SCTP headers on my system, so they end up
in /usr/include/netinet/, but I am not sure how to install them for the crosstool
toolchain. I even tried to replace netinet/sctp.h with /usr/include/netinet/sctp.h but I got the exact same error as above. I am not sure, how to fix this issue.<br><br>Thanks in advance.<br><br>Vishwas<br><br><br><br><br>

<br>