Hi,
I'm trying to build the Motion Driver 6 beta for Atmel SAM4S, and I get stuck with the following linker error:
undefined reference to `mpl_key' in C:eclipseWSlibmplmpuDebug/../mpl/quaternion_supervisor.c
Seems that something is missing in the ARM library port libmpllib.a. Any hints please?
Cheers,
Kir
- Log in to post comments
phpbb Topic ID
16383
Re: Re: Missing mpl_key
I ran into this same problem, one way around it is to include the following line of code in your main.c file:
I did this with mine and it compiled.
Re: Re: Missing mpl_key
Thank you tybaird!