• 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...
  • Just-in-time compilation in ARM GCC
    Hi Experts, Is there any ARM GCC compiler tool chain support Just-in-time compilation ? Thanks Techguyz
  • Can't compile my code with arm-none-eabi-gcc to work, Beginner
    I've only used AVR and Arduino before which really don't count as embed! so I have a little trouble compiling my blinky. I'm mainly a PC programmer. I have an LPC1768 dev board! Here's what I did...
  • 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...
  • Is there a maximum length of compile path ?
    Hi, I have a problem something weird. I made some cpp files in my project folder and made a Makefile to compile easier. The problem is that if compile path is longer than specific length, the compile...