• Any suggestion on the best way to include all the paths for header files using GCC and Eclipse plugin for GNU GCC ARM?
    Hello all.. I've developed all my life using IAR and I was willing to give a try on GNU GCC for ARM. To start I have few folders and few files in a project which requires configuration to add the...
  • Just-in-time compilation in ARM GCC
    Hi Experts, Is there any ARM GCC compiler tool chain support Just-in-time compilation ? Thanks Techguyz
  • Word and Double Word Length on Android
    Hello all. I have a question regarding word size on ARM Android platform. What is the difference between word and double-word for ARM? Thank you!
  • Hierarchical lstm prediction for variable length
    I have the hierarchical input data in format - input_x = [[ 1 , 2 , 11 ] , [ 0 , 22 , 33 ] , [ 0 , 44 , 10 ] , [ 9 , 1 , 32 ]] target_x = [ 0.2 , 0.4 , 0.7 , 0.3 ] Currently , I am implementing the...
  • 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...