> Thanks. I see that arm-elf-gcc includes newlib in the compiler
> package. I’m able to build binutils just fine, unfortunately gcc has
> some errors with clang (stray ‘-static-libgcc’ options that are not
> supported by clang).

While a native GCC build is likely to be built with alternate
compilers, most cross compilers assume they're being built with gcc
itself.  I don't do anything gcc-specific myself, but the general
framework might be so.

> Is msp430 support present in the latest gdb, too?

Yes.  If you want to debug the built-in simulator, use "target sim".
To debug hardware, you'll need a gdb-remote-compatible hardware
driver, such as the TI debug DLLs, and use "target remote".

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to