View previous topic :: View next topic |
Author |
Message |
^marcs Apprentice


Joined: 09 Mar 2005 Posts: 169
|
Posted: Thu May 16, 2013 7:08 am Post subject: Crossdev target for Cortex-M3 |
|
|
Hi guys.
I apologize if answer for this questions seems obvious to some peoples, I'm quite new to this.
I can't figure out what is the name of a target for barebone arm cortex-m3 cpu - I have tried some combinations but calling a dummy function from library created by that toolchain caused immediate hard fault. |
|
Back to top |
|
 |
billium Apprentice

Joined: 22 Mar 2003 Posts: 185
|
Posted: Mon Jul 15, 2013 9:18 pm Post subject: |
|
|
Possibly a tad late with this answer but I do STM32 with arm-none-eabi. |
|
Back to top |
|
 |
slis Retired Dev


Joined: 11 Oct 2010 Posts: 67 Location: Limanowa
|
Posted: Tue Jul 16, 2013 5:00 am Post subject: |
|
|
I'm working with NXP LPC family and successfully used it with: arm-bare_newlib_cortex_m3_nommu-eabi, and also (as billium noted) with arm-none-eabi. |
|
Back to top |
|
 |
^marcs Apprentice


Joined: 09 Mar 2005 Posts: 169
|
Posted: Wed Sep 04, 2013 8:58 am Post subject: |
|
|
Hey, sorry for late response.
arm-none-eabi worked apparently I was missing -mthumb switch. So thanks for that.
Can You give me some hints how to build an autotools library project, for example libpng?
Should I use portage in conjunction with crossdev toolchain for this or just setup relevant environment variables?
My target is barebone STM32 m3. |
|
Back to top |
|
 |
|