Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 12 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:
2 Answers
9 years, 12 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.