• 32-bit build of GCC 6
    Over on http://gnuarmeclipse.github.io/toolchain/install/, I see this: starting with version 6.x, GNU/Linux toolchains are 64-bits applications, and should work directly on most modern distributions;...
  • Just-in-time compilation in ARM GCC
    Hi Experts, Is there any ARM GCC compiler tool chain support Just-in-time compilation ? Thanks Techguyz
  • 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...
  • How about arm gcc optimze for if ( ptrToStruct && ptrToStruct ->member )
    hi, I'm using arm-none-eabi-gcc 5.4, I'm not sure if there's problem as followed: if ( ptr && ptr->member ) { // do some thing.... } The question is that, when compiled with -O1 or -O2, CPU...
  • Introducing section within a section in WinARM GCC tools...
    Hi, This question is on using WinARM, GCC and mainly on loader (.ld). Please pardon me if the post does not suit the thread. I am using WinARM GCC tools for compiling, linking the code for LPC2378 (NXP...