> Date: Mon, 23 Mar 2009 09:37:02 -0500 > From: Joel Sherrill <joel.sherr...@oarcorp.com>
> I am confused at the gcc test results for RTEMS > over the weekend. I have 1000s of failures > across all the targets which look like this: > Any ideas? I fixed a bug in Janis' GCC_EXEC_PREFIX testsuite cleanup: <http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00970.html>. Not that I see why this'd have any bearing on your failures; -B's should be translated to -L's and the (presumably present) set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]" in your <board>.exp should help finding the newlib libraries. (Hm, maybe I presumed too much and you don't have that!) brgds, H-P