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

Compiling error on adafruit_tag_reader example on Thingy 52

Hey, i’m working on implementing the adafruit_tag_reader example from the SDK v13.0.0 on my Thingy 52. I have copied almost all the code from the adafruit_tag_reader example and taken away the parts from the example that doesn’t work for the Thingy. I have changed the things that could come up with in the sdk_config file and added some necessary paths in the makefile as well.

But when I compile my project, I’m getting a very long error message that looks like this in the beginning of the message:

And in the end the error message looks like this:

I am using windows 8.1 and GNU Tools ARM Embedded 4.9 2015q3 for compiling.

Does anyone have any ideas why I’m getting this error message?

Related