This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Error: L6200E: Symbol app_error_handler multiply defined (by app_error.o and main.o).

Hi All,

I am trying to interface an SPI OLED display 128x32 with my nrf51422 development kit over SDK 12.2.0 with BLE. After the program gets compiled, i am getting this error Error: L6200E: Symbol app_error_handler multiply defined (by app_error.o and main.o). Not enough information to list image symbols. Not enough information to list the image map. Finished: 2 information, 0 warning and 1 error messages.

and the project is not building.
What could be the reason?

Related