BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001889 [buildroot] Architecture Specific trivial always 01-04-08 09:36 02-18-08 22:08
Reporter alec_v View Status public  
Assigned To buildroot
Priority normal Resolution open  
Status assigned   Product Version 0.9.27
Summary 0001889: EABI is not compatible with mipsel -mips32
Description

.....
/usr/bin/make MAKE="/usr/bin/make -j1" -C /home/alec/mips/buildroot-20080104/toolchain_build_mipsel/uClibc-0.9.29 \
        PREFIX= \
        DEVEL_PREFIX=/ \
        RUNTIME_PREFIX=/ \
        HOSTCC="/usr/bin/gcc" \
        all
make[1]: Entering directory `/home/alec/mips/buildroot-20080104/toolchain_build_mipsel/uClibc-0.9.29'
make[2]: `conf' is up to date.
ln -fs sgidefs.h ./include/
:0: error: -march=mips32 is not compatible with the selected ABI
:0: error: -march=mips32 is not compatible with the selected ABI
  CC ldso/ldso/ldso.oS
ldso/ldso/ldso.c:1: error: -march=mips32 is not compatible with the selected ABI
make[1]: *** [ldso/ldso/ldso.oS] Error 1
make[1]: Leaving directory `/home/alec/mips/buildroot-20080104/toolchain_build_mipsel/uClibc-0.9.29'
make: *** [/home/alec/mips/buildroot-20080104/toolchain_build_mipsel/uClibc-0.9.29/lib/libc.a] Error 2
Additional Information .config

BR2_mipsel=y
BR2_mips_32=y
BR2_MIPS_EABI=y
BR2_ARCH="mipsel"
BR2_ENDIAN="LITTLE"
BR2_GCC_TARGET_TUNE="mips32"
Attached Files

- Relationships

- Notes
(0005144)
ajs
02-18-08 22:08

Is there any known workaround for this?
 

- Issue History
Date Modified Username Field Change
01-04-08 09:36 alec_v New Issue
01-04-08 09:36 alec_v Status new => assigned
01-04-08 09:36 alec_v Assigned To  => buildroot
02-18-08 22:08 ajs Note Added: 0005144


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker