[BusyBox] mips64 compiler error - busybox 1.0.0-pre3

Vladimir N. Oleynik dzo at simtreas.ru
Fri Sep 12 21:01:41 MDT 2003


David,

> I’m getting an internal compiler error building ash.c using the 
> mips64-linux-gnu- compiler.

This problem already have from maillist. See archive.

> mips64-linux-gnu-gcc -I./include -Wall -Wstrict-prototypes -Wshadow  
> -D_GNU_SOURCE -DNDEBUG   -fomit-frame-pointer -fno-strict-aliasing 
> -mabi=32 -G -O  -c -o shell/ash.o shell/ash.c
> shell/ash.c: In function `init':
> shell/ash.c:1681: internal compiler error: in int_mode_for_mode, at 
> stor-layout.c:292
> make: *** [shell/ash.o] Error 1
> 
> Any thoughts or help??

This gcc problem. You can try hack:

#define inline

to ash.c file after #include "busybox.h"


--w
vodz



More information about the busybox mailing list