Discussion group dedicated to the Philips LPC2000 family of ARM MCUs
uIP with DHCP with IAR - f1uri73 - Oct 6 17:44:33 2009
Hello,
I'm using a LPC2378 with EWARM to make a small webserver.
Does someone managed to compile the uIP DHCP client with IAR ?
I include the dhcpc files and I have a couples of errors while compiling.
Thanks for your help
David
------------------------------------
______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.
(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )
RE: uIP with DHCP with IAR - FreeRTOS Info - Oct 7 2:42:39 2009
> Hello,
> I'm using a LPC2378 with EWARM to make a small webserver.
> Does someone managed to compile the uIP DHCP client with IAR ?
> I include the dhcpc files and I have a couples of errors while
> compiling.
Would it not be easier to actually say what the errors are?
Regards,
Richard.
+ http://www.FreeRTOS.org
Designed for Microcontrollers. More than 7000 downloads per month.
+ http://www.SafeRTOS.com
Certified by T=DCV as meeting the requirements for safety related systems.
------------------------------------

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )
Re: uIP with DHCP with IAR - f1uri73 - Oct 7 8:15:19 2009
First when I compile DHCPC.c I have the following problem:
Error[Pe070]: incomplete type is not allowed \uip_arp.h 67=20
Here is the code in uip_arp.h,=20
/**
* The Ethernet header.
*/
struct uip_eth_hdr {
struct uip_eth_addr dest;
struct uip_eth_addr src;
u16_t type;
};
And uip_eth_addr is defined in uip.h as:
/**
* Representation of a 48-bit Ethernet address.
*/
struct uip_eth_addr {
u8_t addr[6];
};
I don't see the problem.
--- In l...@yahoogroups.com, "FreeRTOS Info"
wrote:
>
> > Hello,
> > I'm using a LPC2378 with EWARM to make a small webserver.
> > Does someone managed to compile the uIP DHCP client with IAR ?
> > I include the dhcpc files and I have a couples of errors while
> > compiling.
>=20
>=20
> Would it not be easier to actually say what the errors are?
>=20
> Regards,
> Richard.
>=20
> + http://www.FreeRTOS.org
> Designed for Microcontrollers. More than 7000 downloads per month.
>=20
> + http://www.SafeRTOS.com
> Certified by T=DCV as meeting the requirements for safety related systems=
.
>
------------------------------------

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )