search for: meaby

Displaying 20 results from an estimated 39 matches for "meaby".

Did you mean: maby
2011 Jul 08
0
[LLVMdev] as: unrecognized option '-meabi=4'
Hi Thanks your info On 7/8/11, James Molloy <james.molloy at arm.com> wrote: > Hi, > > > > It sounds like you're using an incorrect version of binutils (one that > targets x86 instead of ARM, for example). > > > > You require an ARM-targetting assembler and linker. > > > > James > > > > From: llvmdev-bounces at cs.uiuc.edu
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
2009 Jul 01
3
[LLVMdev] Generatin code for an ARM-LINUX machine
Hello Misha, I used the snapshots for the latest stable version (70786), and I followed 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'
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:
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 16
0
[LLVMdev] LLVM-gcc for ARM
>From 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
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, Saint Petersburg State University
2003 Nov 04
1
HP1120c
...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 one foud out a bit of time to answer ! Thanx anyway MIKE
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
Hello all, I noticed that for ARM Thumb target, llc uses r7 as frame pointer (gcc does not do this AFAIK), and this register should therefore not be used as a general-purpose register. However, when compiling mbedTLS, which contains some code that is highly optimized for ARM platform and uses r7 to efficiently perform an operation. This raises an exception since r7 is now the frame pointer. I
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
I suspect that my llvm-gcc cross compiler is using the wrong assembler because it does not recognize "-mcpu=cortex-a8". I was trying to build a cross compiler for a Mac host. Now I am trying to build on x86_64 Linux. I am targeting 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
2003 Mar 14
2
SV: Adding samba users ?:/
...; >But that dosent seem to work (I read it someplace that it whuld) > >I imagen its because the hashes isent in the /etc/passwd (shadowd) or >something. > > >Is there a add user samba tool ? .. wherei can do like this or somtnhing > >#Smb-adduser username >and then it meaby will ask for passwords or something.... > > >anyway I hope you can help me. > >Thanks > > > > >Ps -axe |grep Ketil >79 ? S 1:09 /usr/sbin/klogd -c 3 -x PWD=/ >CONSOLE=/dev/console -x (Ketil Braun Larsen) > >
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
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
2009 Jan 30
2
[LLVMdev] Cross compiling question
I am trying to build a x86_64 to ARM cross compiler. I configured, built and installed LLVM as follows: $ ../../../src/llvm/configure --with-llvmgccdir=<llvm-root>/install/x86_64-arm/llvm-gcc-4.2 --enable-optimized --enable-jit --prefix=<llvm-root>/install/x86_64-arm/llvm --target=arm-unknown-linux-gnueabi $ make $ make install Then I configured gcc front end as follows: $
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’: