Can anyone show me how to compile???

Can anyone show me how to compile Networking Source which I get from community.qnx.com/sf/wiki/do/vie … urce_Guide

In terminal I do:
make CPULIST=x86 install but it have errors.

Many thanks.

Could you give us some more information, for example what errors you encountered :stuck_out_tongue_winking_eye:

First I meet a mistake:
Make no rule … VERSION, need by…version.c

So, I modified version to VERSION

modified after I meet:

/root/workspace/qnx_src/sys/target/x86/in_cksum.s:416: Error: no such instruction: addbyte' /root/workspace/qnx_src/sys/target/x86/in_cksum.s:417: Error: no such instruction: mop’
/root/workspace/qnx_src/sys/target/x86/in_cksum.s:425: Error: no such instruction: unswap' /root/workspace/qnx_src/sys/target/x86/in_cksum.s:426: Error: no such instruction: reduce’
/root/workspace/qnx_src/sys/target/x86/in_cksum.s:437: Error: junk (printf)' after expression cc: /usr/qnx630/host/qnx6/x86/usr/bin/ntox86-as error 1 make[3]: *** [in_cksum.o] Error 1 make[3]: Leaving directory /root/workspace/qnx_src/sys/target/x86/o.v4’
make[2]: *** [install] Error 2
make[2]: Leaving directory /root/workspace/qnx_src/sys/target/x86' make[1]: *** [install] Error 2 make[1]: Leaving directory /root/workspace/qnx_src/sys/target’
make: *** [install] Error 2

Can u help me???