This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Building newlib and gcc for ARM Thumb2
- From: Rob Emanuele <poorarm at shoreis dot com>
- To: newlib at sourceware dot org, gcc-help at gcc dot gnu dot org
- Date: Sun, 1 Feb 2009 10:52:22 -0800
- Subject: Building newlib and gcc for ARM Thumb2
Greetings,
I'm trying to build newlib and gcc for a Cortex-M3 processor. What
are the best ways for doing this? I'm running into a problem with the
"setjmp" call as it is not being compiled correctly for Thumb2. It is
only being compiled for Thumb. Are there a set of instructions on the
proper build procedure to get all the libs built for arm, thumb, and
thumb2?
Thanks,
Rob Emanuele