• Build failed when cross-compiling using arm-linux-gnueabihf toolchain in ARM DS

    TakiEddine
    TakiEddine

    I have downloaded the latest linaro gcc arm-linux-gnueabihf for cross compilation from windows to linux. I tried to test it with a simple c++ HelloWorld code but I couldn't get the project to be successfully built. 

    #include <iostream>
    #include <bits…

    • Answered
    • 6 months ago
    • Software Tools
    • Arm Development Studio forum
  • How to assign own glibc path to aarch64-elf-gcc

    YL Shen
    YL Shen

    1.
    aarch64-elf-gcc need use glibc2.14 while our central version up to glibc-2.12 only
    2.
    I have downloaded glibc-2.14 in my local directory
    3.
    There is a limitation in my environment that if I add glibc-2.14 path into LD_LIBRARY_PATH directly, DS-5 eclipse…

    • Answered
    • 10 months ago
    • Software Tools
    • Arm Development Studio forum
  • How to use aarch64-elf-gcc to print hello world

    YL Shen
    YL Shen

    1.
    aarch64-elf-gcc need use glibc2.14 while our central version up to glibc-2.12 only
    2.
    I have downloaded glibc-2.14 in my local directory

    3
    I try to set LD_LIBRARY_PATH to my local glibc-2.14 directory then isuue following command:


    >>>>>>>>>>>>>>>>>>…

    • Answered
    • 10 months ago
    • Software Tools
    • Arm Development Studio forum
  • selected processor does not support `cpsid i' and `cpsie i' in arm mode.

    Nima
    Nima

    hi everyone,

    i'm new with ARMprocessor and dont know too much about DS-5. just alittle bit from my Softwares >>> SoC EDS 17.1 (from Altera)  - DS-5 5.28 and my OS is Windows 10. I am using DS-5 for my SoC FPGA (DE0_Nano_SoC) Altera, which…

    • over 2 years ago
    • Software Tools
    • Arm Development Studio forum
  • Eclipse not finding toolchain

    markwaldin
    markwaldin

    I've read everything I could put my hands on to figure this out but have had no luck.  I installed the win32 exe   gcc-arm-none-eabi-6-2017-q2-update-win32-sha2.exe  but it is not found by Eclipse.  I know it says to leave the environment variable blank…

    • over 2 years ago
    • Software Tools
    • Arm Development Studio forum
  • Key difference between GCC arm-none-eabi and arm-eabi

    techguyz
    techguyz

    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

    • Answered
    • over 4 years ago
    • Software Tools
    • Arm Development Studio forum
  • Cross compiling for ARM, float32x4_t cannot be resolved

    Tamilselvan Shanmugam
    Tamilselvan Shanmugam

    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

    1. <arm_neon.h> is missing.
    2. NEON data types like floa…
    • Answered
    • over 4 years ago
    • Software Tools
    • Arm Development Studio forum
  • Compatibility between gcc-arm and ds-5 compiler

    Sandeep
    Sandeep

    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…

    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • GCC/GDB questions

    Daniel Sears
    Daniel Sears

    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:

    • The hello.c example…
    • Answered
    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • DS-5 Community Edition and ARM 926EJ-S

    Matthew Kerr
    Matthew Kerr

    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…

    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • arm-elf-gcc compiling for cortex-M4

    Jo Van Montfort
    Jo Van Montfort

    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'.

    • Answered
    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • How to port ARM Openmax code to GCC platform for Cortex-A series?

    Anu
    Anu

    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

    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • How to generate boot code/ C test image in different formats?

    balamurugan muthaiah
    balamurugan muthaiah

    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…

    • Answered
    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • Build startup_cortexA15MPcore using GNU toolchain. URGENT.

    Mazen Ezzeddine
    Mazen Ezzeddine

    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=…

    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • How can I use SVC interrupts from C++?

    Anthony Wieser
    Anthony Wieser

    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.

    ARM Information Center

    I'm trying to target an STM32F4 processor.

    Any pointers to how to do this…

    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • armcc compile c   error  under DS-5 tool

    zg
    zg

    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…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • ARM Cortex-A53 - How to compile and run (Simulate) an hello world .c code on DS-5 Eclipse Environment?

    Yos
    Yos

    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;…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • what is  bare-metal GCC toolchain

    kaushal
    kaushal

    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


    1. This toolkit doesn't include a license to the ARM Compiler.
    2. Altera SoC…
    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • GCC for ARMv7-A - Where can I get the latest version?

    Haris
    Haris

    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

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Static library links differently with gcc ld and armlink

    MFM
    MFM

    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…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • unknown symbol __aeabi_uldivmod is causing my kernel module not to load. Any ideas as to why I'm seeing this? I am using gcc 4.7.2 for both the compilation of the kernel and the kernel module.

    Chris Adeniyi-Jones
    Chris Adeniyi-Jones

    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…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Build a shared library for DS-5

    Mark
    Mark

    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…

    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Gcc compiler/toochain for ARMv8 ?

    Shankar
    Shankar

    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…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Compiler support for arch v7 & arch v8

    techguyz
    techguyz

    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

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • How to add epilog and prolog in ARM compiler compiled code ?

    Neo
    Neo

    g++  provides an option  -pg   which allows to write epilg and prolog for functions

    Does gcc does not have  such  an option?

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • View related content throughout Software Tools
  • More
  • Cancel
>