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

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