This tag is used for questions related to the ARM (Advanced RISC Machine) family of processor cores or systems using an ARM core.

learn more… | top users | synonyms

1
vote
1answer
15 views

How to do remote debugging using gdbserver?

I have one program that is getting segment fault. I need to debug that remotely. For that I am doing following: On target board: #gdbserver :2345 program On host x86 machine: $ arm-linux-gdb -q ...
0
votes
2answers
55 views

make sure one cpu has written a “double” before another cpu read that “double”?

I'm going to running one OS on a dual-core ARM Cortex-A9 CPU (one core runs Linux, the other one has no OS). In the no-OS side we write a 64-bit double to DDR memory, then the Linux side reads it. ...
2
votes
3answers
40 views

Output to devices in Assembly

I was wondering how, exactly, one is able to read and write directly to and from I/O devices using assembly or C with no system libraries. I know, for instance, that you can render to text-based VGA ...
-1
votes
0answers
15 views

Minimum RAM required to run ucLinux on cortex M3? [closed]

I have a system running cortex M3( 96K internal and 1 MB external SRAM ),I would like to use ucLinux as OS on it, is it possible? I read minimum RAM required to run is 4 MB. any possibility that I can ...
0
votes
0answers
13 views

How to build and run samples comes with Mali OpenGL SDK 2.0 for linux x86 architecture

it could be a small question but i am facing this issue as I am new to OpenGL SDK 2.0. I have setup MaliOpenGL Emulator 3.0 and the sample comes with this emulator is building and running properly ...
0
votes
0answers
23 views

Rails, Rubygems and JavaScript on ARM

Is there a way to get JavaScript and Ruby on Rails working together on ARM architecture? Problem is, I can't get therubyracer gem working. It is not compatible to newer versions of the libv8 gem. ...
0
votes
0answers
28 views

Compiling with FPU on ARM board

I am using mini6410 ARM 1176 board to run image processing application using OpenCV. I am using ARM toolchain 4.5.1 as supplied by the manufacturer of the board with certain options that may be of ...
0
votes
0answers
16 views

Running ARM TrustZone Secure/Normal world"example on the ZedBoard

Does anyone know how to implement the example of TrustZone running "Secure world" and "Normal world" given on the ARM documentation website below on the ZedBoard? Any documentation on this subject ...
0
votes
1answer
33 views

cross compile for armv5, but it creates v7 binary

I managed to creata an object file for arm926ej-s I am using debian arm on qemu arm-linux-gnueabi-gcc-4.4 -static -O -c -mcpu=arm926ej-s hello.c -o hello ...
1
vote
2answers
46 views

Two way address translation or what?

I am looking at the ARM assembly code for a C++ native code. Target platform is Windows Phone 8, and build environment is Visual Studio 2012. I am inspecting the ARM assembly code to look for ...
0
votes
1answer
19 views

Missing IDA PRO Mach-O file for ARMv6 support

I've just downloaded IDA Pro 6.4 demo version and when i try to open an iPhone binary file i can only chose "Macho-O file (EXECUTE).ARMv7 [macho.ldw]". I've seen people having to chose between ARMv6 ...
0
votes
0answers
23 views

ARM Kernel Oops when interrupts are enabled in page fault handler or with preemptive scheduling

Can you enable interrupts in page fault handler? Is there an ARM kernel contention with preemptive scheduling? I got an ARM kernel oops in UDP receiving code with CONFIG_PREEMPT, or when interrupt ...
0
votes
2answers
38 views

VFP using ARM inline assembly

I am trying to write a simple function to use the VFP on my beagleboard. However, Iḿ getting the following error : expected ´)´ before ´:´ token. Here is the code: float floatmod(float a, float b) { ...
0
votes
1answer
23 views

what is the difference between Linux ARM ELF and iOS ARM ELF files?

The subject says it. But just to make it more clear, I wonder what the difference is in detail. I mean binary header, or some data alignment, or ways to map and remap functions or something else you ...
0
votes
1answer
34 views

Is it possible to manually configure between ARMv7 and Thumb instruction set when compiling for Windows Phone 8?

I am working on a Windows Phone 8 app, and testing it on Lumia 920 (having Snapdragon S4 processor, supporting ARMv7 instruction set). My project includes native code which is written in C++ language. ...
-2
votes
0answers
33 views

Building a Linux distro [closed]

Today was a terrible day at office, failed to compile a 'hello world.c' for an arm machine. I gave up that. But After noon I found a blog to compile kernal here I compiled it successfully, and booted ...
0
votes
0answers
21 views

Clearing bit action and assigning new action for port pin in LPC1788

I am new to LPC1788 programming.In that how to clear the already assigned function and to assign a new function for any port pin. In my case I want to clear the previous function and want to start ...
1
vote
0answers
22 views

gdbserver tracepoint arm support

I compiled gdbserver 7.6 for arm with: cd /gdb-7.6-src/gdb/gdbserver ./configure --target=arm-linux --host=arm-linux make CC=/path/to/cross-compiler-gcc Then I compiled gdb 7.6 for arm with: cd ...
1
vote
2answers
33 views

overflow flag and conditional jump

In slide , 15 of this document contains that , 1100 = GT - Z clear, and either N set and             V set, or N clear and V set (>) in ...
0
votes
2answers
40 views

ARM assembly: bad instruction “mov32”

I wanted to load a 32bit constant into a register and I found a pseudo-instruction "mov32" on which can do this (mov32 pseudo-instruction). Then I write an assembly file which includes: MOV32 r0, ...
0
votes
0answers
26 views

ARM Linux kernel page table

Ref. Linux kernel ARM Translation table base (TTB0 and TTB1) I have father doubt/query on topic discussed in previous link: 0 to 0xbfffffff is a lower part of memory (for user processes) and ...
1
vote
1answer
39 views

Method base address do not match. Off by 1

I have some code in my app that sends me the stack trace of uncaught exceptions. "0 CoreFoundation 0x3ad073ff <redacted> + 186", "1 libobjc.A.dylib 0x39412963 objc_exception_throw + ...
0
votes
0answers
17 views

cross compiling sqlite for arm arm926ej-s

What i did is Downloaded and extracted the sqlite then on Ubuntu $ sudo ./configure --host=arm-linux CC=arm-linux-gnueabi-gcc AR=arm-linux-gnueabi-ar STRIP=arm-linux-gnueabi-strip ...
0
votes
1answer
59 views

matrix multiplication in ARM assembly

A course of ARM assembly recently started at my university, and or assignment is to create an NxM * MxP matrix multiplication programm, that is called from C code. Now I have a fairly limited ...
1
vote
2answers
54 views

ARM assembly: bad instruction 'ldrbcc'

I am writing an ARM assembly code. In it there is a snippet: cmp r3, r2 ldrbcc r6, [r3], #1 I want to express if r3 is less than r2, then load [r3] to register r6. But when I compile it with linaro ...
1
vote
1answer
45 views

How can I write an SPI driver for Zynq 7000 ARM development board?

I'm going to write an SPI driver for an ARM devlopment board. It is not used with Linux. Yesterday, I read the QSPI driver that Xilinx provided and I tried it successfully. However, I would really ...
1
vote
0answers
40 views

Node.js source code build giving segmentation fault on ARM

tl;dr: I tried to install node.js on my ARMv7-based Cubox running Ubuntu 12.10 (quantal). When compiling node.js from source (see "Second attempt" below), node produces a segmentation fault. What can ...
1
vote
0answers
49 views

Arm Assembly Instructions: POP what means as return of a function

What does it means LDR.W R8, [SP+0x10+var_10],#4 POP{R4-R7, PC} if I found that instruction at the end of a function? Thanks Paolo
0
votes
0answers
21 views

Mathworks – ARM Target uVision issue

I am attempting to generate c code from simulink that opens in uVision4 and can be flashed onto the stm32f4-discovery board. I know people have done this with the MCBSTM32F200 dev boards, but when ...
0
votes
0answers
25 views

Should I choose open-jdk or oracle in Linaro 12.08

I am wondering if either of open-jdk or oracle-JDK are optimized for ARM architecture. Or is it ok to simply use one of them. My platform is Cortex-A9 and my operating system Linaro 12.08.
-1
votes
0answers
43 views

Identifying patterns for global memory addresses

The following program int32_t g_3, g_8 = 0; void main() { int16_t l_2; for (l_2 = 0; l_2 >= -30; l_2--) if (g_3) { int32_t *l_17 = &g_8; *l_17 = 0; } } when compiled with gcc for ...
-1
votes
0answers
34 views

Building GCC for ARM architecture [closed]

I'm wondering if it's possible to compile and build GCC for ARM(specifically armv7-eabi for my phone) . I know it's relatively easy to compile a program using a cross compiler and I have built a ...
0
votes
1answer
20 views

Installing JVM in a device with ARM11

I have a hardware device with following specifications RAM: ~200-250 MB Speed: ~800 - 1000 MHz Processor: cortex arm11 We have a C/C++ based SDK to develop applications for the device. Now we want ...
2
votes
2answers
38 views

Arm Assembly Rasperry-Pi: Converting a string to Upper case

I´m working on a program in which the user enters his name, and the program should convert all lower case letters to upper case: I am using the %s format to read the string: .text ldr r0,=msj bl ...
0
votes
1answer
47 views

How to compute dotproduct with NEON and double values in ARM processor

I need to do a lot of vector calculations. Therefore I seems wise that NEON should be used. The problem is that the function depends on doubles. This gives me two options, re-writing the entire code ...
0
votes
0answers
27 views

STM32F4 SysTick/SystemCoreClock inexistent

I'm trying to use the Systick to get out of while(1) loops but I can't seem to be able to use CMSIS at all. SysTick_Config(25/1000); //SysTick_Config(SystemCoreClock/1000); SysTick->LOAD = ...
0
votes
1answer
31 views

NDK: how to build a lib, so that app can work on arm(s), x86, etc.?

I never used c++ for android and NDK before. When I use it for - say - image processing I want to be sure app will work on all devices with android 2.2 and higher. When I write for iPhone, xcode ...
-3
votes
2answers
56 views

how to initialize and process arrays in arm neon assembly

I want to convert this C program into ARM NEON assembly: int main() { int str1[]={1,2,3,4,5,6,7,8,9,10}; int str2[]={11,12,3,4,8,1,4,5,8,3}; int str3[10],i; for(i=0;i<10;i++) ...
0
votes
1answer
61 views

Occasional fault seen on xscal arm “Unhandled fault: imprecise external abort (0x416) at 0x40019004”

We have prodcution software running on the feild , which has ixp23xx netowrk processor with XSCALE arm core running linux 2.6.24. We have seen occasional problem from the feild and sometimes ...
0
votes
0answers
28 views

how to configure the gpio.h file in order to request for irq

I am using the LPC1788 evb cortex board manufactured by emcraft. In that the linux source which is provided along with the board is not configured for IRQ. this I came to know by seeing the ...
1
vote
0answers
53 views

Disassembly: Determine whether an instruction set in an ARM ELF binary is Thumb or ARM

I went through the ARM definitions for the ELF format here, and didn't find a conclusive answer: Given an ELF binary (using static analysis only), is there a conclusive way to determine whether a ...
0
votes
2answers
52 views

Cross Compile OpenCV Cannot Find libv4l1

I am following tutorial from this blog about cross compiling opencv for ARM. My host system is Ubuntu 12.04 64 bit and compiler is gcc-arm-linux-gnueabi 4.5.1. When running make, I get the following ...
0
votes
1answer
43 views

Difference between multi-core processors [closed]

I am confused with "multi-core" processors concept. Some multi-core processors, link ARM A9/x86, we run uni-OS, like linux/windows. Every core works well. But others, link TI's C6678, we run a linux ...
-2
votes
1answer
65 views

C code for this ARM code [closed]

Hi can you help me get C code for this ARM code: ('...' means further instructions) ADR r1, TABLE CMP r0, #TABLEMAX LDRLS pc, [r1,r0,LSL #2] ... ; statementsD B EXIT TABLE DCD L0 DCD L1 ... ...
0
votes
2answers
45 views

How to indicate that an Android app only supports ARM CPUs?

I have an Android application that only runs on ARM CPUs. This is due to the fact that I have included an ARM executable in the APK. However, after quite a bit of searching, I have been unable to find ...
5
votes
2answers
70 views

How to trap unaligned memory access?

I am working on a pet open-source project that implements some stream cipher algorithms and I am having trouble with a bug triggered only when I run it on an ARM processor. I have even tried running ...
1
vote
1answer
55 views

Converting arm code to use NEON intrinsics

I have been trying to modify the code beneath to work with NEON Intrinsics, thereby creating a speedup. Unfortunately nothing seems to work correctly. Does anyone have any idea what is going wrong? I ...
1
vote
2answers
38 views

How to solve error “ Exception in thread ”AWT-EventQueue-0“ java.lang.NullPointerException:”?

I made MyApp for arm processor(ARMv7, 512 RAM, Debian Wheezy OS, Openjdk-7 installed). when i run MyApp on this OS it gives error. My code and error are below.I search according that error but i can't ...
0
votes
0answers
52 views

what does this instruction do ,VLD1.32 {D0,D1},[R0]! IN ARM NEON

What does this instruction do VLD1.32 {D0,D1},[R0]! in ARM NEON. I want to load Q register wich is 128 bit(4 word) with 4 different values. It is something like this Q0[0:31]=some_value1; ...
0
votes
0answers
21 views

How to set breakpoints on ARM1176jzs?

I want to program to set a break point on ARM1176jzs. According to the manual, the breakpoint value/control registers are accessible only if DSCR[15:14] is equal to b10, meaning Monitor mode. And ...

1 2 3 4 5 49