This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNAT build failure on cross


Hi,

I seem to have bumped into something.  I threw away
my svn trunk checkout and did another just in case.
There are no Ada multilib patches in this tree.

I have checked and am pretty sure I have no changes
to anything that is not an RTEMS run-time related file.

I can build a native compiler but when using that
to build a cross rtems compiler, I get this:

make.adb:662:32: expected type "Gnat.Strings.String_Access" defined at g-string.ads:41
make.adb:662:32: found type "System.Strings.String_Access"
make.adb:663:32: expected type "Gnat.Strings.String_Access" defined at g-string.ads:41
make.adb:663:32: found type "System.Strings.String_Access"
make.adb:664:32: expected type "Gnat.Strings.String_Access" defined at g-string.ads:41
make.adb:664:32: found type "System.Strings.String_Access"
make.adb:689:39: "Get_Target_Object_Suffix" is not visible
make.adb:689:39: non-visible declaration at s-os_lib.ads:556
make.adb:1700:19: no candidate interpretations match the actuals:
make.adb:1700:19: too many arguments in call to "Normalize_Compiler_Switches"
make.adb:1702:22: expected type "System.Strings.String_List_Access"
make.adb:1702:22: found type "Gnat.Strings.String_List_Access" defined at g-string.ads:51
make.adb:1702:22: ==> in call to "Normalize_Compiler_Switches" at switch-m.ads:45
make.adb:4460:36: expected type "System.Os_Lib.File_Descriptor"
make.adb:4460:36: found type "Gnat.Os_Lib.File_Descriptor" defined at g-os_lib.ads:160
make.adb:6605:13: expected type "System.Os_Lib.File_Descriptor"
make.adb:6605:13: found type "Gnat.Os_Lib.File_Descriptor" defined at g-os_lib.ads:160


Any suggestions?

--
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
  Support Available             (256) 722-9985



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]