Skip to main content

Questions tagged [compiler]

A compiler transforms code written in a source language to a (binary) target language.

3 votes
0 answers
86 views

In my project on STM32F427, MDK-ARM 5.39.0.0, ARM compiler v6.21. I use a scatter file to define named sections: ...
Paul's user avatar
  • 31
1 vote
0 answers
210 views

Before explaining the problem I want to say as a disclaimer that I am a total beginner with baremetal coding in ARM, so the problem could be anywhere. I am following this guide to move my first steps. ...
theL's user avatar
  • 11
1 vote
0 answers
129 views

I'm completely confused about Espressif's SOC family of products. I constructed a preliminary table (maybe incorrect) below based on my understanding of their core microcontrollers and their ...
user148298's user avatar
  • 2,567
0 votes
1 answer
199 views

I would like to know what is the easiest way to get the value from the IAR's environment args such as $TOOLKIT_DIR$ or $PROJ_DIR$. I know what method uses Windows for it's environment variables, but I ...
GenGen's user avatar
  • 49
0 votes
1 answer
3k views

I was previously compiling my C and C++ PIC32 mcu project in Microchip's MPLAB X IDE v6.15 with a paid Pro XC32 compiler license. My license has expired and no amount of buying a new one will fix it, ...
Gabriel Staples's user avatar
1 vote
1 answer
227 views

I am trying to port some simple c++ code to armv7e-m. I have experience compiling c++ for arm but this is my first time setting up the toolchain from scratch. Initially, I was having the following ...
Aaron Linnell's user avatar
1 vote
0 answers
100 views

I wanted to use a standard library (CMSIS-DSP) and I only used a few functions & variables of that library, but it's like the whole library has been added to my project. And it takes a lot of ...
Ho3ein H K's user avatar
0 votes
0 answers
1k views

I want to debug the following source file to a cortex M0 microcontroller. ...
andre.hre's user avatar
  • 159
0 votes
1 answer
651 views

Last night there was an attempt to have CMake build a binary instead of the IDE. Got it to compile and spit out an .elf file, however I noticed when I was trying to compare the IDE .elf vs the CMake ....
Leoc's user avatar
  • 1,441
3 votes
2 answers
185 views

I work for a company which is using a very efficient, but difficult to use RTOS for the embedded projects which they design bottom up, hardware included. This RTOS is 100% made from scratch internally ...
thexeno's user avatar
  • 1,315
9 votes
1 answer
818 views

Even simple HDL designs takes hours to synthesize, while compiling the Linux kernel on the same machine completes in under 15 minutes. Please explain why with a breakdown of the tasks the synthesizer ...
Gaslight Deceive Subvert's user avatar
-1 votes
1 answer
589 views

I have to give two different PWM Input to my two Gate driver ICs my design. i have taken two output ports PWMA and PWMB hoping, I will make them 180° apart in phase in programming. 2)I want to give ...
rafi's user avatar
  • 59
1 vote
1 answer
864 views

Previously I used the COSMIC compiler for STM8 development. In a cosmic compiler, there is an argument called 'SPLIT' which can be passed while using it on the command line. This allows the linker to ...
Vivekanand Dhakane's user avatar
0 votes
1 answer
263 views

I get the following errors when compiling u-boot (SoC Zynq7k 020) What I did: git clone https://github.com/Xilinx/u-boot-xlnx.git ...
Chip115's user avatar
  • 111
3 votes
1 answer
311 views

I've started learning about embedded systems and wondering since the compilers used for embedded applications aren't the same as the ones used for desktop applications; whether they behave differently ...
Saily Chakrabarti's user avatar

15 30 50 per page
1
2 3 4 5
9