• 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...
  • 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...
  • ARM - differences between cross compilng on x86 and x64
    I has an old project on ARM7TDMI-S which was developed on Windows XP. Currently I change system to newest and I have some problems with compilation: I use gcc-arm-none-eabi compiler. ...
  • Cross compiling snort using ptxdist results in INADDR_NONE configure error
    Hello, I am not sure whether this is a right but I thought to give it a go as I am cross compiling snort for an ARM-based system. I am very new to cross-compilation using ptxdist tool. I am using...