public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug 1000820] New: openBSD network stack can not be build on MIPS platform
@ 2009-09-10  3:58 bugzilla-daemon
  2009-09-10  8:29 ` [Bug 1000820] " bugzilla-daemon
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla-daemon @ 2009-09-10  3:58 UTC (permalink / raw)
  To: ecos-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="UTF-8", Size: 5353 bytes --]

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.
>From ecos-bugs-return-6815-listarch-ecos-bugs=sources.redhat.com@sourceware.org Thu Sep 10 08:27:08 2009
Return-Path: <ecos-bugs-return-6815-listarch-ecos-bugs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-ecos-bugs@sources.redhat.com
Received: (qmail 16244 invoked by alias); 10 Sep 2009 08:27:07 -0000
Received: (qmail 16197 invoked by uid 22791); 10 Sep 2009 08:27:06 -0000
X-SWARE-Spam-Status: No, hits=-2.2 required=5.0
	tests=AWL,BAYES_00,SPF_PASS
X-Spam-Check-By: sourceware.org
Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197)
    by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 Sep 2009 08:27:00 +0000
Received: from localhost (hagrid.ecoscentric.com [127.0.0.1])
	by mail.ecoscentric.com (Postfix) with ESMTP id 434932F78029
	for <ecos-bugs@ecos.sourceware.org>; Thu, 10 Sep 2009 09:26:58 +0100 (BST)
Received: from mail.ecoscentric.com ([127.0.0.1])
	by localhost (hagrid.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id BNyJruIl+OdX; Thu, 10 Sep 2009 09:26:57 +0100 (BST)
From: bugzilla-daemon@ecoscentric.com
To: ecos-bugs@ecos.sourceware.org
Subject: [Bug 1000820] openBSD network stack can not be build on MIPS
 platform
X-Bugzilla-Reason: QAcontact
X-Bugzilla-Type: newchanged
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: eCos
X-Bugzilla-Component: TCP/IP
X-Bugzilla-Keywords:
X-Bugzilla-Severity: critical
X-Bugzilla-Who: john@dallaway.org.uk
X-Bugzilla-Status: ASSIGNED
X-Bugzilla-Priority: high
X-Bugzilla-Assigned-To: john@dallaway.org.uk
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields: AssignedTo Status Ever Confirmed
In-Reply-To: <bug-1000820-13@http.bugs.ecos.sourceware.org/>
References: <bug-1000820-13@http.bugs.ecos.sourceware.org/>
Content-Type: text/plain; charset="UTF-8"
MIME-Version: 1.0
Date: Thu, 10 Sep 2009 08:27:00 -0000
Message-Id: <20090910082657.5044D2F78026@mail.ecoscentric.com>
Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <ecos-bugs.sourceware.org>
List-Subscribe: <mailto:ecos-bugs-subscribe@sourceware.org>
List-Post: <mailto:ecos-bugs@sourceware.org>
List-Help: <mailto:ecos-bugs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
Sender: ecos-bugs-owner@sourceware.org
Delivered-To: mailing list ecos-bugs@sourceware.org
X-SW-Source: 2009/txt/msg00272.txt.bz2
Content-length: 879

http://bugs.ecos.sourceware.org/show_bug.cgi?id\x1000820


John Dallaway <john@dallaway.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gary@mlbassoc.com           |john@dallaway.org.uk
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1




--- Comment #1 from John Dallaway <john@dallaway.org.uk>  2009-09-10 09:26:55 ---
Created an attachment (id0)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id0)
bugzilla-1000820.patch

Patch to fix the compilation of the OpenBSD stack with GCC 4 by eliminating
lvalue casts.


--
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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug 1000820] openBSD network stack can not be build on MIPS platform
  2009-09-10  3:58 [Bug 1000820] New: openBSD network stack can not be build on MIPS platform bugzilla-daemon
@ 2009-09-10  8:29 ` bugzilla-daemon
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2009-09-10  8:29 UTC (permalink / raw)
  To: ecos-bugs

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


John Dallaway <john@dallaway.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |CURRENTRELEASE




--- Comment #2 from John Dallaway <john@dallaway.org.uk>  2009-09-10 09:29:29 ---
Dennis, thank you for the bug report.

The compilation error with GCC 4 has now been fixed in eCos CVS.


-- 
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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-10  8:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-10  3:58 [Bug 1000820] New: openBSD network stack can not be build on MIPS platform bugzilla-daemon
2009-09-10  8:29 ` [Bug 1000820] " bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).