On Sunday, 2 March 2014 at 15:36:01 UTC, Johannes Pfau wrote:
To make sure that libgcc
is built correctly for Cortex-M4 you have to specify
"--with-arch=armv7e-m --with-cpu=cortex-m4 --with-mode=thumb
--with-tune=" when configuring gcc/gdc.
(And I don't see these flags mentioned in
https://bitb
Am Sun, 02 Mar 2014 11:20:53 +
schrieb "Timo Sintonen" :
> On Saturday, 1 March 2014 at 12:53:14 UTC, Johannes Pfau wrote:
>
> >
> > However, someone also had this problem on this german site:
> > http://www.mikrocontroller.net/topic/312956
> >
> > and the solution was that -mcpu alone was no
On Saturday, 1 March 2014 at 12:53:14 UTC, Johannes Pfau wrote:
However, someone also had this problem on this german site:
http://www.mikrocontroller.net/topic/312956
and the solution was that -mcpu alone was not good enough, he
had to specify -march flags as well so please double-check your