• GCC/GDB questions

    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…
  • DS-5 Community Edition and ARM 926EJ-S

    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 port ARM Openmax code to GCC platform for Cortex-A series?

    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

  • Build startup_cortexA15MPcore using GNU toolchain. URGENT.

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

  • armcc compile c   error  under DS-5 tool

    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…

  • ARM Cortex-A53 - How to compile and run (Simulate) an hello world .c code on DS-5 Eclipse Environment?

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

  • what is  bare-metal GCC toolchain

    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…
  • Build a shared library for DS-5

    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…