Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [arm]

This tag is used for questions related to the ARM (Advanced RISC Machine) family of computers. Tagged questions specific to the ARM architectures are on topic. Generic programming questions that happen to be hosted on an ARM cpu are not. For Azure-related questions, use [azure-resource-manager].

1 vote
0 answers
9 views

Clang error: libdnk.a, libunwind.a and libc++.a linkage issues in windows build

I am trying to build an ELF file using the ARM-M4 toolchain version 8.1.0. My C code files compile successfully, but I encounter the following error while linking the object files [100%] Linking C ...
user2986042's user avatar
  • 1,174
0 votes
0 answers
10 views

Yocto | Poky | Dunfell | ARM | Java 17 | Segmentation fault

Good afternoon, everyone, I’m trying to update a Yocto layer, that was working with Java-8 and it’s required to update to Java-17. The device that I’m trying to flash it’s an arm7 (arm on poky) and ...
Svalinn's user avatar
  • 21
0 votes
0 answers
11 views

Linking Error with RELIC Library on ARM Cortex-M0+ (Raspberry Pi Pico)

I'm working on a project for the Raspberry Pi Pico (ARM Cortex-M0+) using the RELIC cryptographic library. I'm facing a linking error during the build process, and I could use some help resolving the ...
Aymen Basly's user avatar
0 votes
1 answer
24 views

When cross-compiling for an ARM embedded target using GCC, is it reasonable to expect the Windows and Linux versions to produce identical output?

I have a build for an ARM embedded target that is developed using eclipse and GCC toolchain release 12.2-rel1. I have set up a build in TeamCity that runs in a Linux-based Docker container, also using ...
Tim Long's user avatar
  • 13.7k
0 votes
0 answers
14 views

Issue with Cache Way Partioning on Raspberry Pi5 - A76/DSU

I am attempting to get Cache Way partitioning to work on the Raspberry Pi-5 using the process defined here https://developer.arm.com/documentation/100453/0401/L3-cache/L3-cache-partitioning?lang=en. I ...
Cole Strickler's user avatar
1 vote
0 answers
49 views

Why are the __bss_start and __bss_end names NOT addresses?

I'm building for a Xilinx 7000 Zynq dual ARM processor. I thought the linker was gnu, but now I'm not sure whether it is or not. I can create a memory section in the linker script, with something like ...
Rich's user avatar
  • 193
0 votes
0 answers
27 views

Error running project on M2 Pro Command PhaseScriptExecution failed

I have a problem with an old native iOS app. The application was created on iMac with an Intel processor and the project works properly on such a computer, but when I try to build the project on Mac ...
oyasumi's user avatar
  • 41
2 votes
0 answers
50 views

ARM Cortex M4 context switching: How does the hardware know where xPSR, PC, LR, R12, R3-R0 are on the stack?

I'm working on a context switching mechanism for my RTOS which runs on Cortex-Ms. When I initialize a task's stack, I have it like this Then, I decrement the stack pointer 8 times to fit R11-R4. I ...
Tsz Kit Koon's user avatar
1 vote
0 answers
37 views

How to change the I2C configuration in ARM Trusted Firmware?

I have an STM32MP processor that needs ARM Trusted Firmware for communicating with the PMIC. But when I flashing the STM32MP processor with the firmware, I get an error that the I2C device is not ...
euraad's user avatar
  • 2,757
0 votes
1 answer
22 views

Is the libsnark library compatible with the arm-none-eabi toolchain for ARM Cortex-M microcontrollers?

I am currently working on a project that involves implementing cryptographic protocols on ARM Cortex-M microcontrollers, specifically the Raspberry Pi Pico (RP2040). I am interested in using the ...
Aymen Basly's user avatar
0 votes
1 answer
22 views

How to extract required bit fields from 32 bit variable in Trace32

I want to extract bit fields 4 to 7 from READ_DATA variable. Below cmm script I tried, but not working. can some one help with working cmm script to extract bit fields in variable and to check a ...
subrahmanyeswara swamy murala's user avatar
0 votes
0 answers
11 views

How to Add new Azure VM into Custom Linux DNS server through ARM Template

We are using ansible for creating Azure VMs and adding the DNS records of Azure VM into the Custom Linux DNS server. Not Azure DNS. Now migrating into ARM template for Azure VM creation. Is that any ...
Ashok Kumar's user avatar
0 votes
0 answers
19 views

Tensorflow Lite for Microcontrollers Build for ARMCortex-M4

I want to build tensorflow lite for microcontrollers to be able to use it as library for my ARMCortex-M4 based board. Overall purpose for my application is to train a model in tensorflow and convert ...
Omercan Kilic's user avatar
0 votes
1 answer
19 views

VSCode Linker can not find ARM GNU Commands to write/read

Hi Guys sorry but this is my first time trying to setup ARM GNU On my Mac-OS Apple Sillicon M1. I am having trouble with it as the linker fails to find the commands listed in the screenshot So far i ...
Anjula Serasinghe's user avatar
1 vote
0 answers
28 views

Building microchip-ung/mepa C library gives error related to timercmp call syntax

Cross-compiling the microchip-ung/mepa library to ARM, using xilinx 2016.4 SDK (trying C11 flag) is leading to the following error: /home/mesa/mesa-v2024.06-1/mepa/common/include/mepa_os_linux.h:58:...
user2132190's user avatar

15 30 50 per page
1
2 3 4 5
838