Cross compiler for embedded microcontrollers ?

Mike via Digitalmars-d digitalmars-d at puremagic.com
Fri Jan 16 07:16:25 PST 2015


On Friday, 16 January 2015 at 10:04:55 UTC, Jens Bauer wrote:
> Build failed on final gcc.
>
> But following the above mentioned instructions seem to suggest 
> disabling multilib and using libgcc instead of newlib.

Also, libgcc is not a replacement for newlib. I'm not an expert 
on the toolchain but my understanding is that libgcc contains the 
implementations for some of GCC's builtins.  Like I said in my 
last post, it's really part of the toolchain itself.

https://gcc.gnu.org/onlinedocs/gccint/Libgcc.html

Mike



More information about the Digitalmars-d mailing list