Sign in

username:

password:



Not a member?

Search lpc2000



Search tips

Subscribe to lpc2000



lpc2000 by Keywords

2106 | ADC | ARM7 | Atmel | Bootloader | CAN | CrossStudio | CrossWorks | DDS | ECos | Ethernet | ETM | FIFO | FLASH | FPGA | GCC | GDB | GNU | GNUARM | GPIO | I2C | IAP | IAR | JTAG | Kickstart | LCD | Linux | LPC | LPC-E2294 | LPC2000 | LPC2100 | LPC2104 | Lpc2106 | Lpc210x | LPC2114 | LPC2119 | LPC2124 | LPC2129 | Lpc2138 | LPC213x | LPC21xx | LPC2210 | LPC2212 | LPC2214 | LPC2292 | LPC2294 | LPC2xxx | LPC3128 | MCB2100 | Olimex | Philips | PWM | Rowley | RTC | RTOS | SPI | SSP | UART | UART0 | UART1 | ULINK | USB | Watchdog | Wiggler

Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | LPC2000 | uIP with DHCP with IAR


Advertise Here

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 )