Displaying 8 results from an estimated 8 matches for "arm2".
Did you mean:
arg2
2011 Jul 29
2
[LLVMdev] sys::getHostTriple failed to recognize ARM correctly
...] makes LLVM failed to recognize ARM
correctly. My best guess is the variable LLVM_HOSTTRIPLE got
something like "armv7l-unknown-linux-gnueabi" when LLVM compiled
natively on ARM. Then the Arch (armv7l) is not recognized by LLVM.
As you can see from attach (llvm-131463-gcc-4.4.1-native-arm2.log),
there are a lot failure while running test cases under ExecutionEngine/.
Those failure are disappeared when I cross compile LLVM. Maybe
LLVM_HOSTTRIPLE got the *right* value, i.e., arm-unknown-linux-gnueabi.
Currently, I handcode "Arch = "arm"" to make native compiled L...
2012 Apr 14
2
[LLVMdev] About LLVM 3.1 ARM testing
...t we don't waste the precious time. As discussed
on the ML before, I plan to cross compile LLVM/Clang first, then run regression
test and test suite on the pandaboards. Could someone help me check to see if I
miss something? Thanks!
Here is the pandaboard configuration,
---
$ uname -a
Linux arm2 2.6.38-1208-omap4 #11-Ubuntu SMP PREEMPT Fri Apr 15 16:34:35 UTC 2011 armv7l armv7l armv7l GNU/Linux
$ gcc -v
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
$ ld -v
GNU ld (GNU Binutils for Ubuntu) 2.21.0.20110327
---
Below is the cross toolchain and configuration options I will use,
---
$ ar...
2008 Apr 01
2
problem with some ogg header files with speex
...`test -f 'speexdec.c' || echo './'`speexdec.c
/usr/include/bits/mathinline.h: In function `__atan2l':
/usr/include/bits/mathinline.h:445: error: unknown register name `st(1)' in `asm'
make[2]: *** [speexdec.o] Erreur 1
make[2]: quittant le r?pertoire ? /usr/src/linphone/arm2/arm/speex-1.1.6/src ?
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le r?pertoire ? /usr/src/linphone/arm2/arm/speex-1.1.6 ?
make: *** [all] Erreur 2
I think i had to solve it by the same way above ?
But what is the variable i had to modify ?
Regards,
Erwan
--------------------------...
2008 Apr 01
0
cross compilation for ARM - ogg headers problem
...`test -f 'speexdec.c' || echo './'`speexdec.c
/usr/include/bits/mathinline.h: In function `__atan2l':
/usr/include/bits/mathinline.h:445: error: unknown register name `st(1)' in `asm'
make[2]: *** [speexdec.o] Erreur 1
make[2]: quittant le r?pertoire ? /usr/src/linphone/arm2/arm/speex-1.1.6/src ?
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le r?pertoire ? /usr/src/linphone/arm2/arm/speex-1.1.6 ?
make: *** [all] Erreur 2
Regards,
Erwan
----------------------------------------
> Date: Tue, 1 Apr 2008 19:02:54 +0900
> From: conrad at metadecks.org
>...
2008 Apr 01
2
problem with some ogg header files with speex
Hi all,
I am following the README.arm from Simon to cross compile linphone from my PC to an arm architecture. But i encounter problems about the ogg header.
I have this following error when i write this line :
./configure --prefix=/usr --host=arm-linux --with-gnu-ld --disable-static --enable-fixed-point --enable-arm-asm
the error is :
.
.
make[2]: entrant dans le r?pertoire ?
2012 Apr 14
0
[LLVMdev] About LLVM 3.1 ARM testing
...and test suite on the pandaboards. Could someone help me check to see
> if I
> miss something? Thanks!
>
Ubuntu on ARM is softfp, right? How about testing hardfp with a
distribution like ArchLinuxArm?
> Here is the pandaboard configuration,
>
> ---
> $ uname -a
> Linux arm2 2.6.38-1208-omap4 #11-Ubuntu SMP PREEMPT Fri Apr 15 16:34:35
> UTC 2011 armv7l armv7l armv7l GNU/Linux
> $ gcc -v
> gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
> $ ld -v
> GNU ld (GNU Binutils for Ubuntu) 2.21.0.20110327
> ---
>
> Below is the cross toolchain and confi...
2006 Dec 06
0
[LLVMdev] arm patch 2/n
The attached patch renames unwind.h to unwind-generic.h.
Best Regards,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: arm2.patch.bz2
Type: application/x-bzip2
Size: 4987 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061206/38a68fb6/attachment.bin>
2008 Apr 01
5
cross compilation for ARM - ogg headers problem
On 01/04/2008, Erwan A <mout551 at hotmail.fr> wrote:
>
> Hi,
>
> Yes i agree with you. You don't have to delete these files.
>
> But if i cross compile with ogg header files, i have the following error :
>
>
> /usr/lib/libogg.so: could not read symbols: Invalid operation
> collect2: ld returned 1 exit status
> make[2]: *** [speexenc] Erreur 1