• aarch64 Cross compilation error (GLIBCXX_3.4)
    Hi, I've a software successfully cross compiled with the ARMHF cross compilation toolchain and i try to port it on AARCH64... Compilation works, but link failed with some "undefined reference ......
  • gator module cross-compile failed
    host linux version 4.4.154 target:firefly rk3399 (arm64) I cross-compile gator on host use make -C /home/emel/arm-project/linux-kernel/kernel M=`pwd` ARCH=arm64 CROSS_COMPILE=/opt/gcc-linaro-4.9-2016...
  • Simple question about cross-compilation
    Hi, I'm trying to cross-compile a program to run on arm versatile juno r2 development platform. The system where I'm compilling is: Linux lfpm1993-virtual-machine 4.13.0-43-generic #48~16.04.1-Ubuntu...
  • Cygwin compile of bare metal ARMv8 cross-compiler
    I am trying to get a cross-compiler built to run on my Windows box. One route I'm trying is to use Cygwin to build the compiler. I've tried several attempts with the latest sources but hit upon some compile...
  • CPP Cross Compilation - Tensorflow Lite Cortex-M
    Hi Experts, I am trying to cross compile the existing Tensor Flow Lite code for microcontrollers into Cortex-M platform with arm-none-eabi-g++ compiler. When I try to cross compile it for Cortex...