Open GoogleCodeExporter opened 9 years ago
I'd love to know if this gets to a working state. The mbed guys have stated
that
they've switched on EABI compliance for their libs, but I believe part of the
issue is
that their lib is still expecting to get certain symbols from the libraries
that ship
with the ARM compiler and therefore some work would be needed to make things
work with
newlib (or another libc).
One thing that might be somewhat easier is building PyMite locally and then
doing the
linking through the online compiler, but that's not that much better.
Original comment by jbsny...@gmail.com
on 20 Dec 2009 at 11:26
Port to use Codesourcery's ARM GCC toolchain with command line tools. Follow
elua's
examples (even filesystem access works!)
http://ics.nxp.com/support/documents/microcontrollers/zip/lpc17xx.cmsis.driver.l
ibrary.
zip
Original comment by dwhall...@gmail.com
on 8 Jul 2010 at 5:00
https://github.com/adamgreen/gcc4mbed/ has a set of scripts to setup an offline
compiler for the mbed. I'd recommended looking at it.
Original comment by ash....@gmail.com
on 23 Nov 2011 at 7:15
Original issue reported on code.google.com by
dwhall...@gmail.com
on 18 Apr 2009 at 11:42