PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10110
charlet at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Component|ada |target ------- Additional Comments From charlet at gcc dot gnu dot org 2003-10-21 15:12 ------- There's nothing Ada specific on this bug, look at the error message: << ../targtyps.o(.text+0x134): In function `get_target_long_double_size': : undefined reference to `mips_abi' ../targtyps.o(.text+0x1a0): In function `get_target_maximum_alignment': : undefined reference to `mips_abi' collect2: ld returned 1 exit status >> Now look for get_target_long_double_size at gcc/ada/targtyps.c: << Pos get_target_long_double_size () { return WIDEST_HARDWARE_FP_SIZE; } >> So as you can see, WIDEST_HARDWARE_FP_SIZE is apparently not defined correctly on this config. Similar thing for the other error. Changing component from 'Ada' to 'target'. Arno ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.