9 years, 4 months ago.

did not compile

I get this: Error: "/extras/mbed_9327015d4013/TARGET_NUCLEO_L152RE/TOOLCHAIN_ARM_MICRO/stm32l1xx.sct", line 34 (column 9): Error: L6235E: More than one section matches selector - cannot all be FIRST/LAST.

in wiznet.h

//#define USE_W5500
//#define USE_W5200
#define USE_W5100

I use the W5100 with the nucleo. Any solution ?

regards

Question relating to:

This is WIZnet Ethernet Interface using Hardware TCP/IP chip, W5500, W5200 and W5100. One of them can be selected by enabling it in wiznet.h. ethernet, tcp/ip, w5100, W5200, W5500, Wiznet

2 Answers

9 years, 4 months ago.

The error "Error: L6235E: More than one section matches selector - cannot all be FIRST/LAST." is caused from mixed up library. Try to compile your project with WIZnet_Library source not lib file.

Accepted Answer
9 years, 4 months ago.

Do you have multiple mbed libraries in your project?

Not yet, only this one. A older version of this lib compiles without troubles. This issue occurs after I updated the lib.

posted by Alfred Neumann 25 Dec 2014