lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] cs8900 driver and lwip 1.0.0


From: Eric Shufro
Subject: [lwip-users] cs8900 driver and lwip 1.0.0
Date: Mon, 13 Sep 2004 15:45:01 -0400

The driver no longer compiles when used with lwip 1.0.0. I get the error
"type mismatch (expected 'pbuf *', given 'signed char ')"

And when I try it with my revised version of the driver, it says given NULL.

Not sure where the difference is. Anyone else having a similar problem?

The line causing the error is:

p = etharp_output(netif, ipaddr, p); (line 623 of the reference driver in
the contrib/c16x port)

Thanks in advance,

--eric



-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
address@hidden
Sent: Monday, September 13, 2004 11:56 AM
To: address@hidden
Subject: lwip-users Digest, Vol 13, Issue 13

Send lwip-users mailing list submissions to
        address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.nongnu.org/mailman/listinfo/lwip-users
or, via email, send a message with subject or body 'help' to
        address@hidden

You can reach the person managing the list at
        address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of lwip-users digest..."


Today's Topics:

   1. Re: I am new to LWIP, do you have a 'port' for a  known ARM
      board? (Christiaan Simons)
   2. Re: I am new to LWIP, do you have a 'port' for a  known ARM
      board? (K.J. Mansley)


----------------------------------------------------------------------

Message: 1
Date: Mon, 13 Sep 2004 17:31:48 +0200
From: Christiaan Simons <address@hidden>
Subject: Re: [lwip-users] I am new to LWIP, do you have a 'port' for a
        known ARM board?
To: Mailing list for lwIP users <address@hidden>
Message-ID: <address@hidden>
Content-Type: text/plain; charset=

On Mon, 2004-09-13 at 11:30, Jan Hyla [Home] wrote:

> Ibve downloaded LWIP 0.7.2, and have tried to compile the sources as
> far as I can.

The latest release is 1.0.0.

>  I have files missing such as cc.h, lwipopts.h, sys_arch and others.

You need to create them yourself. You can peek into
the other contrib modules to figure out the bits
and pieces.

Bye,
Christiaan Simons



The information contained in this communication is confidential and is
intended solely for the use of the individual or entity to whom it is
addressed. Axon Digital Design Group is neither liable for the proper nor
for the complete transmission of the information contained in this
communication nor for any delay in its receipt. Axon Digital Design Group
does not guarantee that the integrity of this communication has been
maintained nor that the communication is free of viruses, interceptions or
interference. If you are not the intended recipient of this communication,
you are hereby notified that reading, disseminating, distributing or copying
this message is strictly prohibited. In that case please return the
communication to the sender and delete and destroy all copies. In carrying
out its engagements, Axon Digital Design Group applies general terms and
conditions, which contain a clause that limits its liability. A copy of
these terms and conditions is available on request free of charge.






------------------------------

Message: 2
Date: 13 Sep 2004 15:35:53 +0100
From: "K.J. Mansley" <address@hidden>
Subject: Re: [lwip-users] I am new to LWIP, do you have a 'port' for a
        known ARM board?
To: Mailing list for lwIP users <address@hidden>
Message-ID: <address@hidden>
Content-Type: text/plain; charset=iso-8859-7

On Mon, 2004-09-13 at 16:31, Christiaan Simons wrote:
> On Mon, 2004-09-13 at 11:30, Jan Hyla [Home] wrote:
> 
> > I"ve downloaded LWIP 0.7.2, and have tried to compile the sources as
> > far as I can.
> 
> The latest release is 1.0.0.
> 
> >  I have files missing such as cc.h, lwipopts.h, sys_arch and others.
> 
> You need to create them yourself. You can peek into
> the other contrib modules to figure out the bits
> and pieces.

The original poster may not need to create them, if someone else has
already added a compatible port to the contrib section.

Basically, you (Jan) also need the "contrib" module as well as the
"lwip" module that you already have.  This has the files you mention,
and a lot of other stuff, for a set of different architectures (eg.
unix, and many embedded platforms).  However, if it doesn't already have
a port that you can use, you'll need to make your own, which isn't too
hard if you can base it on some of the existing work in contrib.

Thanks

Kieran





------------------------------

_______________________________________________
lwip-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users

End of lwip-users Digest, Vol 13, Issue 13
******************************************





reply via email to

[Prev in Thread] Current Thread [Next in Thread]