rohc team mailing list archive
-
rohc team
-
Mailing list archive
-
Message #01769
[Question #255525]: crc creating error and aborting compilation
New question #255525 on rohc:
https://answers.launchpad.net/rohc/+question/255525
Hi Didier,
After a long time I am back again working in ROHC module, but today when I compiled my code that include rohc library seems to show an error which was not there when I compiled lastly few months before. Could you please help me to sort out this problem??
My command window output looks like the following:
bcg@BCGA53:~/Ashok_Kumar/ROHC_Codes/ROHC-1.6.1/Compressed/rohc-1.6.1$ cd lib/
bcg@BCGA53:~/Ashok_Kumar/ROHC_Codes/ROHC-1.6.1/Compressed/rohc-1.6.1/lib$ sudo gcc -o rohctest $(pkg-config rohc --cflags) rohctest.c $(pkg-config rohc --libs)
bcg@BCGA53:~/Ashok_Kumar/ROHC_Codes/ROHC-1.6.1/Compressed/rohc-1.6.1/lib$ ./rohctest
This program will compress one single IPv4 packet
create the ROHC compressor
please define a callback for compressor traces
[rohc_comp.c:1102 rohc_comp_set_wlsb_window_width()] width of W-LSB sliding window set to 4
[rohc_comp.c:1159 rohc_comp_set_periodic_refreshes()] IR timeout for context periodic refreshes set to 1700
[rohc_comp.c:1161 rohc_comp_set_periodic_refreshes()] FO timeout for context periodic refreshes set to 700
[rohc_comp.c:1585 rohc_comp_add_rtp_port()] port 1234 added to the UDP port list for RTP traffic
[rohc_comp.c:1585 rohc_comp_add_rtp_port()] port 36780 added to the UDP port list for RTP traffic
[rohc_comp.c:1585 rohc_comp_add_rtp_port()] port 33238 added to the UDP port list for RTP traffic
[rohc_comp.c:1585 rohc_comp_add_rtp_port()] port 5020 added to the UDP port list for RTP traffic
[rohc_comp.c:1585 rohc_comp_add_rtp_port()] port 5002 added to the UDP port list for RTP traffic
rohctest: crc.c:980: rohc_crc_get_polynom: Assertion `0' failed.
Aborted
bcg@BCGA53:~/Ashok_Kumar/ROHC_Codes/ROHC-1.6.1/Compressed/rohc-1.6.1/lib$
--
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.