multiply defined error? with HMC6352

21 Nov 2010

When I try to compile the HMC6352 library I get 20 errors(1 for each method) multiply define error?

I found some information in the error list for error 6200 here http://infocenter.arm.com/help/topic/com.arm.doc.dui0496b/BABHAIBE.html

which explains that there are 2 or multiple conflicting definitions. I first was looking for an arithmetical error before I read this.haha...

Has anyone else had this problem with the library or is it perhaps something specific to my system and does anyone have any clues how I might resolve this.

21 Nov 2010

It probably means you've included the library or some part of it more than once. Check you haven't put the #include in twice for example.

21 Nov 2010

I deleted and imported again and everything is ok now. I couldn't see where the duplicate was but it's fixed now so I guess that'll do. Thanks for your advice.