• Problems with pre-built GNU8 in Windows
    Hi, I tried to use gcc from gcc-arm-8.2-2018.08-i686-mingw32-aarch64-elf.tar.xz in Windows 10 but encountered the following problems: I was not able to extract the files from the above tar successfully...
  • 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...
  • Correct Cross Toolchain
    Hi. Could you please identify the correct GNU toolchain at the below link which will compile my Linux application to be built using Arm DS running on Windows targeting a Cortex A53 running embedded...
  • 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...
  • Prebuilt GNU8 - AArch64 GNU/Linux target (aarch64-linux-gnu)
    Hi, I have downloaded the new AArch64 GNU/Linux target (aarch64-linux-gnu) binaries and they are working fine. Can someone please let me know the the configurations flags used to build these toolchains...