Displaying 20 results from an estimated 22 matches for "corina_fff".
2010 Jan 17
0
[LLVMdev] LLVM-gcc for ARM
...LVM/llvm-2.6/ --enable-languages=c,c++
--with-gnu-ld=/home/arm/bin/arm-elf-ld
--with-gnu-as=/home/arm/bin/arm-elf-as
--with-arch=armv7
--target=arm-elf
and then make target=arm-elf gives the following error:
Unknown arch used in --with-arch=armv7
Thanks.
--- On Sun, 1/17/10, corina s <corina_fff at yahoo.com> wrote:
From: corina s <corina_fff at yahoo.com>
Subject: Re: [LLVMdev] LLVM-gcc for ARM
To: "Anton Korobeynikov" <anton at korobeynikov.info>, llvmdev at cs.uiuc.edu
Date: Sunday, January 17, 2010, 1:00 AM
Thanks for your tips.. But I'm still getting err...
2010 Jan 17
2
[LLVMdev] LLVM-gcc for ARM
...*** [configure-target-libstdc++-v3] Error 1
>>
Thank you for your help,
Corina.
--- On Sat, 1/16/10, Anton Korobeynikov <anton at korobeynikov.info> wrote:
From: Anton Korobeynikov <anton at korobeynikov.info>
Subject: Re: [LLVMdev] LLVM-gcc for ARM
To: "corina s" <corina_fff at yahoo.com>
Cc: llvmdev at cs.uiuc.edu
Date: Saturday, January 16, 2010, 6:09 PM
Hello
> /tmp/ccm99Neh.s:711: Error: selected
processor does not support `sxtb r1,r1'
> make[3]: *** [libgcc/thumb/unwind-dw2-fde.o] Error 1
>
> Any ideas?
Yes. LLVM defaults to ARMv5 in codegene...
2010 Jan 16
0
[LLVMdev] LLVM-gcc for ARM
...om where can I take them? And how modifies the compiling procedure?
Thank you,
Corina
--- On Fri, 1/15/10, Anton Korobeynikov <anton at korobeynikov.info> wrote:
From: Anton Korobeynikov <anton at korobeynikov.info>
Subject: Re: [LLVMdev] LLVM-gcc for ARM
To: "corina s" <corina_fff at yahoo.com>
Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
Date: Friday, January 15, 2010, 4:03 PM
Hello
> exec: 2: -meabi=4: not found
> make[4]: *** [crtbegin.o] Error 1
It seems you don't have cross-binutils for arm-eabi installed. Note
that ARM binu...
2010 Jan 16
2
[LLVMdev] LLVM-gcc for ARM
...ut in my classpath the binaries from this package
arm-2005q3-1-arm-none-linux-gnueabi-i686-pc-linux-gnu
futrhermore in the configure options I specified --with-gnu-ld and --with-gnu-as but I am getting the same error.
exec: 2: -meabi=4: not found
Any ideas?
--- On Sat, 1/16/10, corina s <corina_fff at yahoo.com> wrote:
From: corina s <corina_fff at yahoo.com>
Subject: Re: [LLVMdev] LLVM-gcc for ARM
To: "Anton Korobeynikov" <anton at korobeynikov.info>, llvmdev at cs.uiuc.edu
Date: Saturday, January 16, 2010, 10:42 AM
>From where can I take them? And how modifies...
2010 Jan 17
2
[LLVMdev] LLVM-gcc for ARM
...e-libssp --with-gnu-ld --with-gnu-as --with-arch=armv7-a --target=arm-elf
It compiles successfuly.
make install.
But when compiling a file :
llvm-gcc a.c
Assembler messages:
Fatal error: Invalid -march= option: `armv7-a'
Any ideas?
Thank you,
Corina
--- On Sun, 1/17/10, corina s <corina_fff at yahoo.com> wrote:
From: corina s <corina_fff at yahoo.com>
Subject: Re: [LLVMdev] LLVM-gcc for ARM
To: llvmdev at cs.uiuc.edu, anton at korobeynikov.info
Date: Sunday, January 17, 2010, 1:36 AM
Moreover,
../llvm-gcc4.2-2.6.source/configure --prefix=`pwd`/../install --program-prefix...
2010 Jan 16
1
[LLVMdev] LLVM-gcc for ARM
Hello
> exec: 2: -meabi=4: not found
> make[4]: *** [crtbegin.o] Error 1
It seems you don't have cross-binutils for arm-eabi installed. Note
that ARM binutils are known to be buggy - you should use the fresh
CVS snapshot.
PS: Please use "Reply All" button - this way the copy will be sent to
llvm-dev ML and others will be able to comment / use the information
as well.
--
2010 Jan 17
2
[LLVMdev] LLVM-gcc for ARM
...e-built X86 binaries for LLVM-gcc for ARM? It yes, where can I download from?
Thank you,
Corina
--- On Sun, 1/17/10, Rafael Espindola <espindola at google.com> wrote:
From: Rafael Espindola <espindola at google.com>
Subject: Re: [LLVMdev] LLVM-gcc for ARM
To: "corina s" <corina_fff at yahoo.com>
Cc: llvmdev at cs.uiuc.edu, anton at korobeynikov.info
Date: Sunday, January 17, 2010, 9:35 AM
> llvm-gcc a.c
> a.c:1:19: error: stdio.h: No such file or directory
> a.c: In function ‘main’:
> a.c:4: warning: incompatible implicit declaration of built-in function ‘prin...
2010 Jan 18
0
[LLVMdev] LLVM-gcc for ARM
...sysroot=/home/LLVM/build/arm-elf/newlib/
llvm-gcc HelloWorld.c
/home/LLVM/install/lib/gcc/arm-elf/4.2.1/../../../../arm-elf/bin/ld: this linker was not configured to use sysroots
collect2: ld returned 1 exit status
I would appreciate some help from you.
Corina
--- On Sun, 1/17/10, corina s <corina_fff at yahoo.com> wrote:
From: corina s <corina_fff at yahoo.com>
Subject: Re: [LLVMdev] LLVM-gcc for ARM
To: "Rafael Espindola" <espindola at google.com>, llvmdev at cs.uiuc.edu, anton at korobeynikov.info
Date: Sunday, January 17, 2010, 10:57 AM
OK, thank you.
Are there so...
2010 Jan 28
1
[LLVMdev] LLVM-gcc for ARM
...om built arm toolchain. There is some
> scripted chunks for each step. I have attached them as a single file to this
> email. May be it will help you somehow.
>
> Viktor.
>
> ---
> From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] On Behalf
> Of corina s [corina_fff at yahoo.com]
> Sent: Friday, January 15, 2010 12:54 PM
> To: llvmdev at cs.uiuc.edu
> Subject: [LLVMdev] LLVM-gcc for ARM
>
>
> Hello,
>
> I am building llvm-gcc4.2-2.6 for ARM target.
> I used the next command line option:>>../configure
> --enable-languages=c...
2010 Jan 15
5
[LLVMdev] LLVM-gcc for ARM
Hello,
I am building llvm-gcc4.2-2.6 for ARM target.I used the next command line option:
>>
.../configure --enable-languages=c,c++ --enable-checking --target=arm-eabi
>>
and then
>>
make target_alias=arm-eabi
>>
And then I obtain the following error:
In file included from ../../gcc/config/arm/arm.c:59:
../../../libcpp/internal.h: In function ‘ufputs’:
2010 Jan 18
0
[LLVMdev] LLVM-gcc for ARM
...the codesourcery toolchain and my custom built arm toolchain. There is some scripted chunks for each step. I have attached them as a single file to this email. May be it will help you somehow.
Viktor.
---
From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] On Behalf Of corina s [corina_fff at yahoo.com]
Sent: Friday, January 15, 2010 12:54 PM
To: llvmdev at cs.uiuc.edu
Subject: [LLVMdev] LLVM-gcc for ARM
Hello,
I am building llvm-gcc4.2-2.6 for ARM target.
I used the next command line option:>>../configure --enable-languages=c,c++ --enable-checking --target=arm-eabi>&g...
2010 Jan 17
2
[LLVMdev] LLVM-gcc for ARM
...r help,
Corina.
P.S. I will recompile and run -v to see which version of assembler is called.
--- On Sun, 1/17/10, Rafael Espindola <espindola at google.com> wrote:
From: Rafael Espindola <espindola at google.com>
Subject: Re: [LLVMdev] LLVM-gcc for ARM
To: "corina s" <corina_fff at yahoo.com>
Cc: llvmdev at cs.uiuc.edu, anton at korobeynikov.info
Date: Sunday, January 17, 2010, 8:23 AM
> llvm-gcc a.c
> Assembler messages:
> Fatal error: Invalid -march= option: `armv7-a'
>
> Any ideas?
It is probably trying to use the wrong assembler. Run with -v and...
2010 Jan 18
2
[LLVMdev] LLVM-gcc for ARM
...option?
Thank you.
--- On Sun, 1/17/10, Anton Korobeynikov <anton at korobeynikov.info> wrote:
From: Anton Korobeynikov <anton at korobeynikov.info>
Subject: Re: [LLVMdev] LLVM-gcc for ARM
To: "Rafael Espindola" <espindola at google.com>
Cc: "corina s" <corina_fff at yahoo.com>, llvmdev at cs.uiuc.edu
Date: Sunday, January 17, 2010, 11:22 PM
>> llvm-gcc HelloWorld.c
>> /home/LLVM/install/lib/gcc/arm-elf/4.2.1/../../../../arm-elf/bin/ld: this linker was not configured to use sysroots
>> collect2: ld returned 1 exit status
>>
>&g...
2010 Jan 15
0
[LLVMdev] LLVM-gcc for ARM
...: -meabi=4: not found
make[4]: *** [crtbegin.o] Error 1
Thanks for your help,
Corina
--- On Fri, 1/15/10, Anton Korobeynikov <anton at korobeynikov.info> wrote:
From: Anton Korobeynikov <anton at korobeynikov.info>
Subject: Re: [LLVMdev] LLVM-gcc for ARM
To: "corina s" <corina_fff at yahoo.com>
Cc: llvmdev at cs.uiuc.edu
Date: Friday, January 15, 2010, 1:19 PM
Hello
> What would be the problem?
You're building llvm-gcc w/o LLVM.
> It is OK the configure line?
No. Please do read readme.llvm file in the llvm-gcc's source
directory. In short: you missed --en...
2010 Jan 16
0
[LLVMdev] LLVM-gcc for ARM
> exec: 2: -meabi=4: not found
>
> Any ideas?
Yes. As it can be deduced from the name of the package, it's for
arm-none-linux-gnueabi, not for arm-eabi.
Also, note that the mentioned package is too old for anything useful.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2010 Jan 16
1
[LLVMdev] LLVM-gcc for ARM
...?
Where can I found it(arm-eabi)? please provide me with some basic steps.
Thank you.
--- On Sat, 1/16/10, Anton Korobeynikov <anton at korobeynikov.info> wrote:
From: Anton Korobeynikov <anton at korobeynikov.info>
Subject: Re: [LLVMdev] LLVM-gcc for ARM
To: "corina s" <corina_fff at yahoo.com>
Cc: llvmdev at cs.uiuc.edu
Date: Saturday, January 16, 2010, 1:29 PM
> exec: 2: -meabi=4: not found
>
> Any ideas?
Yes. As it can be deduced from the name of the package, it's for
arm-none-linux-gnueabi, not for arm-eabi.
Also, note that the mentioned package is too...
2010 Jan 17
0
[LLVMdev] LLVM-gcc for ARM
> llvm-gcc a.c
> a.c:1:19: error: stdio.h: No such file or directory
> a.c: In function ‘main’:
> a.c:4: warning: incompatible implicit declaration of built-in function ‘printf’
This is provided by libc. Do you have an ARM libc? You should
configure llvm-gcc with --with-sysroot pointing to the libc install
directory. If you are building from scratch, you have to
*) Build binutils
*)
2012 Jun 16
1
[LLVMdev] (no subject)
<p><a href="http://www.chivolac.com/barchew/Colin_Miller7/">http://www.chivolac.com/barchew/Colin_Miller7/</a></p>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120615/27af4fbd/attachment.html>
2012 Jun 16
0
[LLVMdev] Set Moderation Bit of corina s
Dear All,
I've set the moderation bit of corina_s (corina_fff at yahoo.com). If this
person tries to send an off-topic (and possibly malicious) URL again, we
(the mailing list admins) should be able to catch it and keep it from
being delivered to all of you.
-- John T.
2010 Jan 18
0
[LLVMdev] LLVM-gcc for ARM
> What I am supposed to do next? you said that I have to recompile binutils with --with-sysroot option?
It is not an extra step. You have to add --with-sysroot to step 1.
> Thank you.
Cheers,
--
Rafael Ávila de Espíndola