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…
Hello, some time ago I started to play with CortexM4,
I bought a Discovery Board with a STM32F407VG in order to be programmed with uVision from Keil.
I am developing a project where the money is very restricted, that's why I was using a free licence from…
Assembly code:
.syntax unified
@ --------------------------------
.global main
main:
@ Stack the return address (lr) in addition to a dummy register (ip) to
@ keep the stack 8-byte aligned.
push {ip, lr}
@ Load the…Hi Experts,
For Cortex R and M processors Linaro has recommended the GCC arm-none-eabi 4.9 whereas for A series processors it is recommending normal GCC eabi.
what is the key difference between the same ?
Regards,
Techguyz
I'm trying to cross comple a bunch of C files from SMP Debian 3.2.46-1 i686 GNU/Linux to ARM Coretex-A9 platform. Linaro linaro-alip 3.0.35-02828-g5cedf96 is running on the ARM board.
Problems
<arm_neon.h> is missing.floa…I am trying to build a static library with ARM DS-5, then link to this library from an executable which is built using GCC-arm.
I am able to build the static library with ARM-DS-5, but when I build my executable (which links to the static library) with…
I'm evaluating the ARM DS-5 and Linaro toolchains and the FVP model simulators. I'm starting with the DS-5 Community Edition and the Foundation Profile simulator before advancing to the commercial tools. So I have a few questions:
Hi all,
I'm new to DS-5 and ARM development. I am trying to develop a Linux application to run on a Ka-Ro TX25 module. This module consists of a Freescale i.MX257 processor. This module comes with RedBoot and Linux 2.6.31 preinstalled. I would like to…
How to use GNU ARM binutils for cortex-M4? When I try to compile with -mcpu=cortex-M4 -march=armV7e-m I get 'bad value in switches'.
Hi,
Can anyone help me in porting ARM code which is compatible in Development Studio 5 to GCC platform?
Please help me in identifying how Macro and global directives are defined in GCC platform?
Thanks
Hi,
How can I generate the boot code/C test image in different formats. Right now, boot code format is below.
C4 05 00 20 CC 05 00 20 CC 05 00 20 D4 05 00 20
D4 05 00 20 DC 05 00 20 DC 05 00 20 E4 05 00 20
I want to change it to,
D4050020
CC050020
CC0500…
Dear all,
I am trying to build the example startup_cortexA15MPcore (provided with DS-5) using GNU toolchain. The example is originally designed for build using ARM standard tools, and the following variables are hence defined :
CC=armcc
AS=…
I'm using the gcc toolset, and had hoped to be able use this functionality, however all of the documentation seems to state superseded or suspended.
I'm trying to target an STM32F4 processor.
Any pointers to how to do this…
The example about c++ progran under DS-5 CPP directory is compiled by me with the armcc ,not gcc. But there is an error when compile。
Error: C3321E: automatic configuration failed - could not determine configuration from GCC
make: *** [arm_linux_config…
I would like to open a new project under DS-5. I want it to have the following code:
int main() {
int a = 7;
int b = 3;
for (int i=0; i < a*b; i++)
a = b+i;…
Hello Friends,
the Development board which i have is Altera SoC Cyclone V, and license which come along with this is entitled DS-5 altera Edition toolkit.
Altera ppl inform me that
Hello,
I would like to download the GCC compiler for ARMv7-A. I would like it to support thumb and NEON instructions. Where can I get the latest version?
Also, are there any other open source compilers that meet the above requirements?
Thanks
Hi,
I've built a static library using arm-none-eabi-gcc and used the -fdata-sections, -ffunction-sections, and --gc-sections to reduce the library memory footprint.
I've used that library successfully within an application sample when building with…
I am compiling on an Exynos 5250-based board with Ubuntu filesystem.
gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.7/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion…
I am trying to run the Armadillo Linear Algebra package on my Altera Cyclone V.
Armadillo: C++ linear algebra library
I get it to work with general Linux GCC and it runs on my Red Hat computer
Invoking: GCC C++ Compiler
g++ -I/usr/include -O0 -g3 -Wall -c…
In open source which is gcc cross toolchian available which can support AARCH32 and AARCH64 based on –mabi flag ?
In gcc documentation, supported values for –mabi are ilp32 and lp64. But when I tried linaro released toolchain crosstool-NG linaro…
Hi all,
How about the GCC compiler support of ARM arch v8 has been given. Is it full fledged, with all the options provided by ARMCC or it needs to be updated yet in future. I mean support for armcc Vs gcc
g++ provides an option -pg which allows to write epilg and prolog for functions
Does gcc does not have such an option?
Hello,
Few of my customers started to have concerns on the quality of the GNU`s GCC compilers.
Before I talk about the performance gain in using the ARM compiler to my clients, I would like to know is there any
official compiler benchmark comparing the…
Hi All
i have a problem that with our test code we have always produced a #warning for all test code that the engineers put in the production code.
if you compile the code and then compile again the #warnings are not reproduced along with other warnin…