Internal Compiler Error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Internal Compiler Error



Hello,

Firstly, I'd like to thank you for maintaining ARM toolchains. It's really of 
great help for a lot of developers.

I've just downloaded the 3.4.3 GNU toolchain from CodeSourcery.com, and I'm 
now cross-compiling BusyBox 1.00. It was doing that very well until some 
files were reached. For instance, this is what I get when compiling FTP 
support:

(cmdline:)
arm-none-linux-gnueabi-gcc -I/Files/Compile/Sources/busybox-1.00/include 
-I/Files/Compile/Sources/busybox-1.00/include 
-I/Files/Compile/Sources/busybox-1.00/libbb -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes 
-Wshadow -Os -fstrict-aliasing -fomit-frame-pointer -D_GNU_SOURCE -DNDEBUG   
-nostdinc -I/Depot/SiriuStar//System/Links/Headers 
-I/Depot/ToolChains/ARM-CodeSourcery-3.4.3/lib/gcc/arm-none-linux-gnueabi/3.4.3/include 
-I/Depot/ToolChains/ARM-CodeSourcery-3.4.3/lib/arm-none-linux-gnueabi/libc/usr/include  
-c 
-o /Files/Compile/Sources/busybox-1.00/networking/ftpgetput.o /Files/Compile/Sources/busybox-1.00/networking/ftpgetput.c

(error:)
/Files/Compile/Sources/busybox-1.00/networking/ftpgetput.c: In function 
`xconnect_ftpdata':
/Files/Compile/Sources/busybox-1.00/networking/ftpgetput.c:103: internal 
compiler error: in arm_print_operand, at config/arm/arm.c:11390


This function xconnect_ftpdata basically makes a call to socket() and 
connect().

I'm not sure of what can I do here. Do you have any suggestion on changes that 
I can do in order to fix that? Or do you want more information on my system?

Many thanks in advance for you attention,

-- 
Lucas
powered by /dev/dsp