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

    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…

  • How to build an OpenCV project using ARM compiler 6

    I am trying to build a C++ OpenCV project with ARM compiler 6 in ARM development studio ide. I already, downloaded version 3.2.0 from the GitHub repository of OpenCV and built it for the  MinGW compiler using CMake GUI in windows. When I configure my project…

  • Error: L6449E: While processing .

    I have library file in .a format for Ex : algorithm_cal.a like this
    I am adding this file to file group and made option to target on right click on that file & make it has Library file.
    when building it getting a error as

    .\_build\nrf52832_xxaa.axf…

  • Which tool chain for Cortex-A8 OMAP3503

    I can't seem to figure out which tool chain I should be using for Cortex-A8 OMAP3503 when cross compiling from CentOS.  I figured it would be gcc-arm-8.2-2018.11-x86_64-arm-linux-gnueabihf.tar.xz, but the compiler binary in that wont execute in CentOS…

  • Adding Compiler Cross-Toolchain to DS-5 CE

    Hello all,

     

    I'm new to this community and DS-5 as well. I've just installed DS-5 community edition on my Windows 7 host machine. I want to use DS-5 for development for NXP i.MX6 based board.

    On i.mx6 target I have running Yocto-Linux based image…