• cross compile "EB_TrustZone_Example" using "arm-none-eabi-gcc"
    Hi, I am trying to cross compile "EB_TrustZone_Example" using "arm-none-eabi-gcc" Modified "#__smc(0) void yeild(void);" with "__asm__(" smc #0");" in main_normal.c I have followed the following steps...
  • GNU8 cross-toolchain 8.2-2018.08: compile from source
    Hello, I would like to build the aforementioned toolchain from source. Previous releases by Linaro contained a framework called ABE that allowed to do it in a rather convenient way. The source tarball...
  • Exception running Bare metal code on JUNO r0 platform
    Hi, I am using Juno platform to run example Baremetal codes provided by DS-5 software examples. I have followed the steps as suggested in www.community.arm.com/.../tutorial-baremetal-development-on-the...
  • 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...
  • 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 ......