mbed IP library over Ethernet

Dependencies:   lwip-eth Socket lwip lwip-sys

Dependents:   denki-yohou_b Network-RTOS NTPClient_HelloWorld temp_FIAP ... more

Issue: K64F Build Fails (Closed: Fixed)

Building a project targeting the K64F with the library fails with an error as follows:

Error: Identifier "kClockModuleENET" is undefined in "EthernetInterface/lwip-eth/arch/TARGET_K64F/fsl_enet_driver.c", Line: 405, Col: 28

3 comments:

02 Oct 2014

A further note - this only seems to happen when using the mbed-src library. When you use the standard mbed library this does not happen.

02 Oct 2014

Thank you Phillip but I cannot fix this error.

Can you suggest me some way to fix it?

An example would be very helpful.

Best regards

02 Oct 2014

The mbed-src library is ahead of the mbed.bld (object) library. There are dependencies that exist between mbed libraries and EthernetInterface so its best to use either the same version of mbed-src that a specific mbed.bld was created from or the mbed.bld. HTH.