Displaying 5 results from an estimated 5 matches for "_eprintf".
Did you mean:
eprintf
2007 Feb 28
1
[LLVMdev] Cygwin release build error
...ng-prototypes -Wold-style-definition -isystem ./inc
lude -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I/usr/src/llvm-gcc4/g
cc -I/usr/src/llvm-gcc4/gcc/. -I/usr/src/llvm-gcc4/gcc/../include -I/usr/src/llv
m-gcc4/gcc/../libcpp/include -I/usr/src/llvm/include -I/usr/build/llvm/include
-DL_eprintf -c /usr/src/llvm-gcc4/gcc/libgcc2.c -o libgcc/./_eprintf.o
/usr/src/llvm-gcc4/gcc/libgcc2.c: In function '__eprintf':
/usr/src/llvm-gcc4/gcc/libgcc2.c:1832: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:ht...
2007 Feb 28
1
[LLVMdev] Cygwin release build error
...l at the stage of using xgcc.exe AFAICT before any LLVM bytecode
> generation.
Yep. But xgcc generates code via LLVM! So, you can just copy command
line from your terminal, add -emit-llvm, run it and you'll see, that
resulting .o will be LLVM bytecode (or won't if FE will crash).
> __eprintf is a very simple function so I do not know what could be wrong
> here.
Anything, actually. libgcc is the first target of misc. codegen-related
crashes, because it's the first code being compiled with newly-built
llvm-gcc.
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics &...
2007 Feb 28
0
[LLVMdev] Cygwin release build error
...e any LLVM
>> bytecode
>> generation.
> Yep. But xgcc generates code via LLVM! So, you can just copy command
> line from your terminal, add -emit-llvm, run it and you'll see, that
> resulting .o will be LLVM bytecode (or won't if FE will crash).
Okay that works, got a _eprintf.o file.
Also works without the -emit-llvm !!
But crashes when called from the make file.
Weird.
Aaron
2007 Feb 28
7
[LLVMdev] Cygwin release build error
I am getting an "--emit-llvm is not supported in this configuration" error on a release build on Cygwin, the debug build is fine.
make[3]: Entering directory `/usr/build/llvm/runtime/GCCLibraries/libc'
llvm[3]: Compiling atox.c for Release build (bytecode)
llvm-gcc: --emit-llvm is not supported in this configuration.
make[3]: ***
2007 Feb 28
0
[LLVMdev] Cygwin release build error
Aaron,
On Wed, 2007-02-28 at 15:40 +0000, Aaron Gray wrote:
> I am getting an "--emit-llvm is not supported in this configuration"
> error on a release build on Cygwin, the debug build is fine.
>
> make[3]: Entering directory
> `/usr/build/llvm/runtime/GCCLibraries/libc'
> llvm[3]: Compiling atox.c for Release build (bytecode)
> llvm-gcc: