Open markman76 opened 1 year ago
I am working on migrating FreeBSD to F-Stack. (F-stack version 1.21.2) I don't know which to use in the following case.
/opt/f-stack/lib/../freebsd/kern/kern_prot.c:1405: multiple definition of `cr_cansee' ff_glue.o:/opt/f-stack/lib/ff_glue.c:876: first defined here
The cr_cansee() function is defined in these two files: /opt/f-stack/freebsd/kern/kern_prot.c and /opt/f-stack/lib/ff_glue.c Which function should I use in this case?
You can try remove kern_prot.c from lib/Makefile.
You can try remove kern_prot.c from lib/Makefile.
Thank you. The functions defined in the ff_*.c source files were used as the first priority. Do you had used or migrated the SCTP in F-Stack before?
I not used SCTP, but there are probably several general compatibility principles:
Hi @markman76
Were you able to use SCTP ? Any updates regarding this by any chance ?
Thank you Regards
Hi @markman76
Were you able to use SCTP ? Any updates regarding this by any chance ?
Thank you Regards
Hi anvayabn
Sorry for the late reply. The enabling SCTP is pending now. I will try to enable it later.
你好 您是否能够使用 SCTP ?有没有关于这方面的更新吗? 谢谢你 问候
嗨,anvayabn
很抱歉回复晚了。启用 SCTP 现在处于待定状态。稍后我将尝试启用它。
@markman76 Do you have any plans to enable SCTP and submit PR code? Thanks.
Hello. Even though I found out the "enable sctp in fstack #45", I don't know how to compile SCTP source code of FreeBSD to F-Stack? Can I refer the metrials or any site for this issue?