Displaying 7 results from an estimated 7 matches for "dskhudia".
2011 Jun 30
0
[LLVMdev] specint 2000 with llvm as test-suite
Hi,
Does anyone know how to fix the following error? I am compiling 254.gap as a
part of test-suite with the following command
in llvm-2.9/obj/projects/test-suite/External/SPEC/CINT2000.
make -C 254.gap
/home/dskhudia/tmp/llvm-2.9/obj/projects/test-suite/../../../projects/test-suite/RunToolSafely.sh
500 /home/dskhudia/tmp/llvm-2.9/obj/Release/bin/opt -std-compile-opts
-info-output-file=/home/dskhudia/tmp/llvm-2.9/obj/projects/test-suite/External/SPEC/CINT2000/254.gap/Output/
254.gap.linked.bc.info -stats -time-p...
2011 Jul 07
0
[LLVMdev] llvm-gcc cross compiling for ARM
Here is how I do it on x86-64 machine running Ubuntu-11.04:
1. install flex and bison
2. download arm-2011.03 from www.codesourcery.com and add to path (setenv
PATH ${PATH}:/home/dskhudia/projects/arm-2011.03/bin)
3. mkdir llvm-gcc-obj; cd llvm-gcc-obj
4. ../llvm-gcc-4.2-2.9.source/configure --target=arm-none-linux-gnueabi
--program-prefix=llvm-
--enable-llvm=/home/dskhudia/projects/llvm-2.9/obj-arm
--prefix=/home/dskhudia/projects/llvm-install-arm
--with-sysroot=/home/dskhudia/pr...
2011 Jul 08
1
[LLVMdev] as: unrecognized option '-meabi=4'
...7, 2011 at 8:10 PM, D S Khudia <daya.khudia at gmail.com> wrote:
>
>> Here is how I do it on x86-64 machine running Ubuntu-11.04:
>>
>> 1. install flex and bison
>> 2. download arm-2011.03 from www.codesourcery.com and add to path (setenv
>> PATH ${PATH}:/home/dskhudia/projects/arm-2011.03/bin)
>> 3. mkdir llvm-gcc-obj; cd llvm-gcc-obj
>> 4. ../llvm-gcc-4.2-2.9.source/configure --target=arm-none-linux-gnueabi
>> --program-prefix=llvm-
>> --enable-llvm=/home/dskhudia/projects/llvm-2.9/obj-arm
>> --prefix=/home/dskhudia/projects/llvm...
2011 Jul 07
3
[LLVMdev] llvm-gcc cross compiling for ARM
Hi
I am trying to cross compile llvm-gcc front for ARM target
Followed below steps
#../llvm-gcc-4.2-2.9.source/configure --program-prefix=llvm-
--enable-llvm=/home/yuvraj/llvm/llvm-2.9 --enable-languages=c,c++
--target=arm-none-linux-gnueabi
# make
I am getting some kind of linker errors
/opt/arm-2010.09/bin/arm-none-linux-gnueabi-ld: cannot find crtn.o: No such
file or directory
@ final
2011 Jun 29
0
[LLVMdev] specint2000 as external tests
My source directory wasn't correct but now I have a correct test directory
structure.
$ls -1 ~/tmp/speccpu2000/benchspec/CINT2000/164.gzip/
data
docs
exe
result
run
Spec
src
version
I reconfigured the llvm with ../configure
--prefix=/home/dskhudia/tmp/llvm-install
--with-llvmgccdir=/home/dskhudia/tmp/llvm-install
--with-externals=/home/dskhudia/tmp
Now I can execute the make -C 164.gzip but I am getting the following error.
/home/dskhudia/tmp/llvm-2.9/obj/projects/test-suite/../../../projects/test-suite/RunToolSafely.sh
500 /home/dskhudia...
2011 Jun 29
3
[LLVMdev] specint2000 as external tests
Hi Duncan,
Do you have sources also in
the $LLVM_SRC_ROOT/projects/test-suite/External/SPEC/CINT2000/164.gzip?
The following is content of above directory in my case. I have copied the
CINT2000 sources in this directory manually.
$ls -1 $LLVM_SRC_ROOT/projects/test-suite/External/SPEC/CINT2000/164.gzip
164.gzip.reference_output
164.gzip.reference_output.small
compile_info
compile_parms
2011 Jul 08
0
[LLVMdev] as: unrecognized option '-meabi=4'
...Jul 7, 2011 at 8:10 PM, D S Khudia <daya.khudia at gmail.com> wrote:
>
> Here is how I do it on x86-64 machine running Ubuntu-11.04:
>
>
>
> 1. install flex and bison
>
> 2. download arm-2011.03 from www.codesourcery.com and add to path (setenv
> PATH ${PATH}:/home/dskhudia/projects/arm-2011.03/bin)
>
> 3. mkdir llvm-gcc-obj; cd llvm-gcc-obj
>
> 4. ../llvm-gcc-4.2-2.9.source/configure --target=arm-none-linux-gnueabi
> --program-prefix=llvm-
> --enable-llvm=/home/dskhudia/projects/llvm-2.9/obj-arm
> --prefix=/home/dskhudia/projects/llvm-install-a...