Displaying 20 results from an estimated 39 matches for "meabi".
Did you mean:
eabi
2011 Jul 08
0
[LLVMdev] as: unrecognized option '-meabi=4'
...d linker.
>
>
>
> James
>
>
>
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On
> Behalf Of raj raja
> Sent: 08 July 2011 05:24
> To: D S Khudia
> Cc: llvmdev at cs.uiuc.edu
> Subject: Re: [LLVMdev] as: unrecognized option '-meabi=4'
>
>
>
>
>
> Hi
>
>
> In my install directory under bin , I had
>
> llvm-c++,llvm-g++,llvm-gconv
>
> I tested one sample program
>
>
> #llvm-c++ addu.c -o addu-arm
>
> as: unrecognized option '-meabi=4'
>
> How do i solve thi...
2011 Jul 08
1
[LLVMdev] as: unrecognized option '-meabi=4'
Hi
In my install directory under bin , I had
llvm-c++,llvm-g++,llvm-gconv
I tested one sample program
#llvm-c++ addu.c -o addu-arm
as: unrecognized option '-meabi=4'
How do i solve this issue
Thanks
Yuvi R
On Fri, Jul 8, 2011 at 9:21 AM, raj raja <yuvaraj.addu at gmail.com> wrote:
> Thanks for your reply
>
> I got error
>
> */bin/sh: build/genmodes: not found*
>
> I am trying to resolve it
>
>
> Thanks
>
>...
2009 Jul 01
3
[LLVMdev] Generatin code for an ARM-LINUX machine
...owed
the instructions inside of README file (very clear!!!)
However, when I ran the hello program, I get an unrecognized option message.
Bellow are the details.
============================================
jcmartin78 at jcmartin78-laptop:~/LLVM/my-test$ llvmc hello.c
as: unrecognized option '-meabi=4'
============================================
More details:
============================================
jcmartin78 at jcmartin78-laptop:~/LLVM/my-test$ llvm-gcc -v hello.c -o hello
Using built-in specs.
Target: arm-none-linux-gnueabi
Configured with: /tmp/llvm-project.jnnWEq/src/llvm-gcc-4....
2009 Jul 01
0
[LLVMdev] Generatin code for an ARM-LINUX machine
On Wed, Jul 1, 2009 at 12:01 PM, Juan Carlos Martinez
Santos<juanc.martinez.santos at gmail.com> wrote:
> as -meabi=4 -o /tmp/ccYxnIEs.o /tmp/ccy6iYri.s
> as: unrecognized option '-meabi=4'
[snip]
> Any idea what could be wrong?
It's probably not finding the right assembler (i.e. using the x86-64
as instead of the arm as).
-Eli
2010 Jan 16
2
[LLVMdev] LLVM-gcc for ARM
OK, I put 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, Januar...
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...
2010 Jan 16
0
[LLVMdev] LLVM-gcc for ARM
...e:
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 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...
2009 Jul 01
0
[LLVMdev] Generatin code for an ARM-LINUX machine
2009/6/30 Juan Carlos Martinez Santos <juanc.martinez.santos at gmail.com>
> Thanks John,
>
> I just realized that I am not working on the same "branch" of LLVM. Looking
> the latest or the newest version I saw the folder with the script, but I did
> not see a README file.
>
> I ran the script, and I get:
>
> **********
> chown: cannot access
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, Sain...
2003 Nov 04
1
HP1120c
I see, that my problem seems to be to small to look for help :-(
...but i will try one more time ask :-)
There is one more thing, when install "HP DeskJet 1120c Printer" driver,
on windows client
when trying to select "Default Print Settings", from "Properties" Tab,
i've got
message like that "Can not continue, because out of resources"
Meaby some
2003 Nov 06
2
Problem with HPDJ1120C
Hi !
Can some one help me ! Please, i'm trying to run DJ1120C
Somehow ;-) i've create "Printer$" section, and install HP1120C
driver on server.
After that from host install printer, and all seems to be ok !
I mean, i can browse printer, change settings etc. but CAN'T print
:-( with one
exception, when i choose "allign printer cartridge" or
2019 Aug 21
3
Thumb frame pointer register
...ck
frame pointers if the function does not need it. You can use this option to
reduce the code image size.
```
My question is, how can I instruct the register allocator to use another
register as frame pointer, or at least turn off the use of frame pointer? I
tried changing the ABI with -mabi and -meabi but nothing works so far.
Thanks a lot for your help,
Cheers,
Son Tuan Vu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190821/489f72d3/attachment.html>
2009 Jun 30
2
[LLVMdev] Generatin code for an ARM-LINUX machine
Thanks John,
I just realized that I am not working on the same "branch" of LLVM. Looking
the latest or the newest version I saw the folder with the script, but I did
not see a README file.
I ran the script, and I get:
**********
chown: cannot access `/usr/local/codesourcery': No such file or directory
**********
Therefore my question is if the script depends on others folders (or
2007 Mar 19
2
Fullscreen Refresh rate problem...
Hello to everybody.
I was wondering... is there a way to force wine to use always highest
possible refrash rate - when I ran a game in Fullscreen? I ask because
- for excample my good old Incubation works flawless on wine (testet
with wine 0.9.27 and 0.9.28) but when I switch to fullscreen(640x480
for this game) the refresh rate is only at 60 HZ - and my eyes hurts
after a while... (mty monitor
2009 Jul 03
4
[LLVMdev] llvm-gcc cross compiler for ARM Linux failing
...ing a Beagle board with an ARM
Cortex-A8 and Angstrom Linux.
TRIED: to use the script in llvm/utils/crosstool/ARM/build-install-linux.sh
I used the recommended version of CodeSourcery and the same SVN revision.
RESULT: llvm-gcc builds but when I try to use it I get "as:
unrecognized option `-meabi=4'"
TRIED: using the latest CodeSourcery 2009q1 and latest LLVM REV 74564
RESULT: llvm-gcc failed to build with this error:
/tmp/ccVSwC0h.s:535: Error: selected processor does not support
`strd r2,[r6]'
make[3]: *** [libgcc/./_udivmoddi4.o] Error 1
TRIED: adding --with-cpu=co...
2003 Mar 14
2
SV: Adding samba users ?:/
I have now added a user and the hash apirs in the passwd... :] but when
I try to log in but it just don't work :/
Can someone give a suggestion?
This is my smb.conf... I guess theres a chance that its where the
problem comes in 2 play :)
[global]
workgroup = Nost
encrypt passwords = yes
smb passwd file = /usr/local/private/smbpasswd
unix password sync = yes
2011 Jan 24
0
[LLVMdev] Error in cross-compiling "Hello World"
Hi,
I use the crosstool build script to build a crosscompiler for ARM. I get the following error when compilng "helloworld" program:
llvm-gcc hello.c -o hello
as: unrecognized option `-meabi=4'
I know that the reason is not to get proper cross assembler. It tries to use the native assembler but I am unable to fix the problem. I use
llvm-gcc -### hello.c -o hello and see the following going on:
Using built-in specs.
Target: arm-none-linux-gnueabi
Configured with: /MinGW/llvm-p...
2011 Jan 24
0
[LLVMdev] Error in compiling "Hello World" in a LLVM-GCC cross crosscompiler
Hi,
I use the crosstool build script to build a crosscompiler for ARM. I get the following error when compilng "helloworld" program:
llvm-gcc hello.c -o hello
as: unrecognized option `-meabi=4'
I know that the reason is not to get proper cross assembler. It tries to use the native assembler but I am unable to fix the problem. I use
llvm-gcc -### hello.c -o hello and see the following going on:
Using built-in specs.
Target: arm-none-linux-gnueabi
Configured with: /MinGW/llvm-p...
2009 Jan 30
2
[LLVMdev] Cross compiling question
.../../../src/llvm-gcc-4.2/configure
--prefix=<llvm-root>/install/x86_64-arm/llvm-gcc-4.2
--program-prefix=llvm-x86_64-arm
--enable-llvm=<llvm-root>/install/x86_64-arm/llvm --enable-languages=c,c++
--disable-multilib --target=arm-unknown-linux-gnueabi
I get the following error:
exec: 2: -meabi=4: not found
while assembling ../../../../src/llvm-gcc-4.2/gcc/crtstuff.c
I found that execution of the command
<llvm-root>/build/x86_64-arm/llvm-gcc-4.2/./gcc/as
which is part of execution of the command
<llvm-root>/build/x86_64-arm/llvm-gcc-4.2/./gcc/xgcc
is the resulting in thi...
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’: