Re: [arm-gnu] Internal Compiler Error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] Internal Compiler Error



On Thursday 11 August 2005 16:02, Lucas Correia Villa Real wrote:
> 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 is either a bug in the compiler, or an incorrect inline assembly 
statement.

We need preprocessed source for the failing file so that we can reproduce this 
problem. You can do this by adding -save-temps to the gcc commandline and 
sending me the resulting .i file, preferably by private email if it is large.

Paul