
peter at stuge
Nov 19, 2010, 12:17 PM
Post #2 of 3
(800 views)
Permalink
|
Arkadi Shishlov wrote: > What people use on Gentoo to build ARM7TDMI and/or Cortex-M0/M3 > toolchain for bare metal operation? And which C library, if any? > Newlib? Same toolchain for arm7tdmi and cortex-m. I believe this is what I am using at the moment: crossdev --without-headers -s1 -t arm-none-eabi crossdev -s3 -t arm-none-eabi crossdev --ex-gdb -t arm-none-eabi //Peter
|