This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1000820] New: openBSD network stack can not be build on MIPSplatform


http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000820

           Summary: openBSD network stack can not be build on MIPS platform
           Product: eCos
           Version: 3.0
          Platform: malta_mips32_4kec (MIPS Malta board with MIPS32 4KEc)
        OS/Version: MIPS
            Status: UNCONFIRMED
          Severity: critical
          Priority: high
         Component: TCP/IP
        AssignedTo: gary@mlbassoc.com
        ReportedBy: dennis_lee@ralinktech.com.tw
         QAContact: ecos-bugs@ecos.sourceware.org
             Class: ---


eCOS v3.0 , cross compiler:mipsisa32
target choose Malta 4kec, package choose net_old (openBSD)
When compile to tcp_input.c has following error messages

/home/opt/ecos/ecos-3.0/packages/net/tcpip/v3_0/src/sys/netinet/tcp_input.c: In
function âtcp_inputâ:
make: Leaving directory `/home/opt/ecos/rt3050_build'
/home/opt/ecos/ecos-3.0/packages/net/tcpip/v3_0/src/sys/netinet/tcp_input.c:817:
warning: pointer targets in passing argument 2 of âtcp_dooptionsâ differ in
signedness

/home/opt/ecos/ecos-3.0/packages/net/tcpip/v3_0/src/sys/netinet/tcp_input.c:1124:
warning: pointer targets in passing argument 2 of âtcp_dooptionsâ differ in
signedness
/home/opt/ecos/ecos-3.0/packages/net/tcpip/v3_0/src/sys/netinet/tcp_input.c: In
function âtcp_mssâ:
/home/opt/ecos/ecos-3.0/packages/net/tcpip/v3_0/src/sys/netinet/tcp_input.c:2839:
error: lvalue required as left operand of assignment
/home/opt/ecos/ecos-3.0/packages/net/tcpip/v3_0/src/sys/netinet/tcp_input.c:2839:
error: lvalue required as left operand of assignment
/home/opt/ecos/ecos-3.0/packages/net/tcpip/v3_0/src/sys/netinet/tcp_input.c:2839:
error: lvalue required as left operand of assignment
make[1]: *** [src/sys/netinet/tcp_input.o.d] Error 1
make: *** [build] Error 2


-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]