Top "Arm" questions

This tag is used for questions related to the ARM (Advanced RISC Machine) family of computers; that is machines or electronics running on ARM processor cores or systems using an ARM core.

Cross-compilation for Raspberry Pi in GCC. Where to start?

TL/DR: Where can I find more information about building a GCC 4.7.0 cross-compiling toolchain for ARM (gnueabi) platform (intended to …

c++ gcc arm cross-compiling raspberry-pi
arm gcc toolchain as arm-elf or arm-none-eabi, what is the difference?

When you build a gcc toolchain there is the possibility to build it as arm-elf or as arm-none-eabi, but what …

gcc arm elf cortex-m3 eabi
Cross Compile OpenSSH for ARM

Does anybody know how I can cross compile OpenSSH for ARM? This is what I have done: First I've downloaded …

openssl arm cross-compiling zlib openssh
fatal error: sqlite3.h: No such file or directory

I'm trying to build a C application through cross compiling for a Zynq board (ARM architecture). When I type make …

sqlite compilation makefile arm zynq
What is the difference between arm-linux-gcc and arm-none-linux-gnueabi

What is the difference between arm-linux-gcc and arm-none-linux-gnueabi and arm-linux-gnueabi toolchains? Do they compile differently?

gcc arm
What is the difference between a Bootrom vs bootloader on ARM systems

I primarily come from an x86 system background where BIOS (Firmware) is responsible for loading a bootloader (like GRUB) from …

arm bootloader
How to work with external libraries when cross compiling?

I am writing some code for raspberry pi ARM target on x86 ubuntu machine. I am using the gcc-linaro-armhf toolchain. …

c linux gcc arm cross-compiling
What does ABIs: armeabi-v7a in the android version detail mean? please provide the internal details of how this is used?

When running android list targets, I got ABIs: armeabi-v7a what does this mean? please provide the internal details of …

android arm terminology abi
ROM and RAM in ARM

I am working on an ARM processor, I wondered if the ROM and RAM used are quite different than what …

arm
What is the ARM Thumb Instruction set?

under "The Thumb instruction set" in section 1-34 of "ARM11TechnicalRefManual" it said that: "The Thumb instruction set is a …

arm thumb instruction-set