Displaying 6 results from an estimated 6 matches for "adjust_field_align".
2007 May 15
2
[LLVMdev] Compiling llvm-gcc in linux/ppc
..../trunk/gcc -I../../trunk/gcc/.
-I../../trunk/gcc/../include -I../../trunk/gcc/../libcpp/include
-I/home/varth/project/llvm-cvs/llvm/include
-I/usr/local/home/varth/project/llvm-cvs/llvm/include
../../trunk/gcc/stor-layout.c -o stor-layout.o
../../trunk/gcc/stor-layout.c:450:25: error: macro "ADJUST_FIELD_ALIGN"
passed 3 arguments, but takes just 2
../../trunk/gcc/stor-layout.c: In function 'layout_decl':
../../trunk/gcc/stor-layout.c:449: error: 'ADJUST_FIELD_ALIGN'
undeclared (first use in this function)
../../trunk/gcc/stor-layout.c:449: error: (Each undeclared identifier is
report...
2007 May 22
0
[LLVMdev] Compiling llvm-gcc in linux/ppc
.../gcc/.
> -I../../trunk/gcc/../include -I../../trunk/gcc/../libcpp/include
> -I/home/varth/project/llvm-cvs/llvm/include
> -I/usr/local/home/varth/project/llvm-cvs/llvm/include
> ../../trunk/gcc/stor-layout.c -o stor-layout.o
> ../../trunk/gcc/stor-layout.c:450:25: error: macro "ADJUST_FIELD_ALIGN"
> passed 3 arguments, but takes just 2
> ../../trunk/gcc/stor-layout.c: In function 'layout_decl':
> ../../trunk/gcc/stor-layout.c:449: error: 'ADJUST_FIELD_ALIGN'
> undeclared (first use in this function)
> ../../trunk/gcc/stor-layout.c:449: error: (Each undecl...
2007 May 23
2
[LLVMdev] Compiling llvm-gcc in linux/ppc
..../../trunk/gcc/../include -I../../trunk/gcc/../libcpp/include
>> -I/home/varth/project/llvm-cvs/llvm/include
>> -I/usr/local/home/varth/project/llvm-cvs/llvm/include
>> ../../trunk/gcc/stor-layout.c -o stor-layout.o
>> ../../trunk/gcc/stor-layout.c:450:25: error: macro "ADJUST_FIELD_ALIGN"
>> passed 3 arguments, but takes just 2
>> ../../trunk/gcc/stor-layout.c: In function 'layout_decl':
>> ../../trunk/gcc/stor-layout.c:449: error: 'ADJUST_FIELD_ALIGN'
>> undeclared (first use in this function)
>> ../../trunk/gcc/stor-layout.c:449:...
2007 May 23
0
[LLVMdev] Compiling llvm-gcc in linux/ppc
..../include -I../../trunk/gcc/../libcpp/include
>>> -I/home/varth/project/llvm-cvs/llvm/include
>>> -I/usr/local/home/varth/project/llvm-cvs/llvm/include
>>> ../../trunk/gcc/stor-layout.c -o stor-layout.o
>>> ../../trunk/gcc/stor-layout.c:450:25: error: macro "ADJUST_FIELD_ALIGN"
>>> passed 3 arguments, but takes just 2
>>> ../../trunk/gcc/stor-layout.c: In function 'layout_decl':
>>> ../../trunk/gcc/stor-layout.c:449: error: 'ADJUST_FIELD_ALIGN'
>>> undeclared (first use in this function)
>>> ../../trunk/gc...
2007 May 14
0
[LLVMdev] Compiling llvm-gcc in linux/ppc
On Mon, 14 May 2007, Nicolas Geoffray wrote:
> Hi everyone, I am using linux/ppc and after porting llvm's jit for this
> architecture, I am currently trying to compile llvm-gcc on it.
>
> I have gcc 4.1.1 and use llvm-gcc from cvs.
This looks like you're compiling llvm-gcc3, which is quite dead by now.
Please follow these instructions:
http://llvm.org/docs/CFEBuildInstrs.html
2007 May 14
2
[LLVMdev] Compiling llvm-gcc in linux/ppc
Hi everyone, I am using linux/ppc and after porting llvm's jit for this
architecture, I am currently trying to compile llvm-gcc on it.
I have gcc 4.1.1 and use llvm-gcc from cvs.
Compilation fails and the message is:
gcc -O2 -DIN_GCC
-DDEFAULT_TARGET_MACHINE=\"powerpc-unknown-linux-gnu\" -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long