[ell-i-developers] Re: Serial Working

  • From: Pekka Nikander <pekka.nikander@xxxxxx>
  • To: ell-i-developers@xxxxxxxxxxxxx
  • Date: Thu, 30 Jan 2014 02:03:17 +0200

> Inspecting the assembly, AFAIU the routine is jumping to a non-thumb code 
> section:
> 
>  80002dc:    f000 f920     bl    8000520 <____aeabi_uidiv_from_thumb>
> 
> to 
> 
> 080000c4 <__aeabi_uidiv>:

On Cortex-M0, that should never happen, as Cortex-M0 does not support ARM mode, 
only thumb.  Hence, we have a linkage time problem.

I hope I just fixed it:

https://github.com/Ell-i/Runtime/commit/f874e175ad0f35ed96cb6ed0e2c9d4779ea6e347

Please test.

--Pekka


Other related posts: