EricssonResearch / EricssonResearch/openwebrtc

compiling usrsctp for imx6

Open
#424 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
1.8k
Forks
531
PR merge metrics
No merged PRs in 30d

Description

Hi
I am compiling openWebRTC for imx6 dual.
I have compiled gstreamer 1.4.5 and its plugins
I have issues in cross compiling usrsctp.
It is showing the following error:

In file included from user_environment.c:36:0:
| ./netinet/sctp_os_userspace.h:538:30: fatal error: netinet6/ip6_var.h: No such file or directory
| #include
| ^
| compilation terminated.
| make[1]: **\* [libusrsctp_la-user_environment.lo] Error 1
| make[1]: Leaving directory

Can anyone has solution?

Thanks
Deepika

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the usrsctp cross-compilation for the i.MX6 target and inspect user_environment.c together with ./netinet/sctp_os_userspace.h. Check why the build expects netinet6/ip6_var.h in the target environment; done means the usrsctp compilation completes without this missing-header error.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
build-system, embedded-iot
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.