Hello,
I've a project which are started with arm-none-eabi-gcc and added in the last time the ARMCC. The linker configuration can't easy converted.
At the moment I search for a solution to define in the scatter file like the gcc linker file. This…
Hello,
I've a project which are started with arm-none-eabi-gcc and added in the last time the ARMCC. The linker configuration can't easy converted.
At the moment I search for a solution to define in the scatter file like the gcc linker file. This…
hi all.
I want to recude the build image. but i find some functions are not used in my project.
for example, two functions who comes from one source file. now fun1() is used, fun2() not used, they are belong to text section.
but all function code are added…
Hi
I have installed the ds5 toolchain from scratch in my linux host.
I am able to fire up eclipse cleanly and create a hello world using arm compiler 6 successfully.
But, when I create a project using arm5, I get the following error.
Please help me figure…
Hi there,
I've conducting a project on SoC security and want to implement the TrustZone example provided by ARM on the zc702 board.
I have DS-5 and SDK available, I've run into troubles with both.
While being able to compile the code as 2 projects…
In armcc user guide I learned that description of --debug and -g are quite similar. Is --debug option equivalent to -g option in armcc?
Hello,
I trying to include .s file into another .s file using INCLUDE directive with defined parameter, but without success.
I check 2 scenario.
Scenario 1
startup.s file:
#include "Configuration.h" #if defined (CONF_CHIP_ID_LPC1549JBD64) INCLUDE…
Hello ;
We were working on a project where we have to change our local time (UTC +2 ) . After development we changed our time from 10.12.2016 to 1.1.2020 to test our application . But accidentally we forgot the time at 1.1.2020 and compiled the code…
Making a change to an old product - Code was last updated using compiler level 5.05v2 build 169 - so installed (unpacked the tar file and ran setup.sh)
Now I get the following symptom - none of the executables function on this machine - but they work…
Accurate and efficient tests are essential when developing software for embedded systems, particularly in continuous integration and functional safety flows. Quick pass/fail results from a comprehensive regression test suite enable teams to develop quality…
Developing software involving DSP, control systems, and complex algorithms running on embedded targets is a humbling task. To streamline this often complex and tedious process, Arm has several offerings to help verify & optimize code under development…
Hi Experts,
What is the key difference between ARM compiler 5 and compiler 6 ?
Regards,
techguyz