|
|
|
|
|
|
|
[Original]
[Print]
[Top]
|
我用交叉编译工具编译busybox,设置好 Makefile文件
但是出现如下错误:
[root@localhost busybox-1.00-pre3]# make
mipsel-linux-gcc -I./include -Wall -Wstrict-prototypes -Wshadow -Os -fomit-frame-pointer -D_GNU_SOURCE -DNDEBUG -c -o shell/ash.o shell/ash.c
shell/ash.c: In function `ash_main':
shell/ash.c:1681: Internal compiler error in int_mode_for_mode, at stor-layout.c:290
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make: *** [shell/ash.o] Error 1
这是哪儿的毛病啊,需要修改哪儿
|
|
|
[Original]
[Print]
[Top]
|
|
|