• DSTREAM and GCC
    Hi ! I'm considering investing in DSTREAM to add a solid jtag debugger to our workplace, and we are using a cross compiled GCC (usually from Ubuntu or Linaro) to build our bare metal apps. - Do I...
  • Keil + gcc
    I am trying to get started using arm gcc from CodeSourcery within Keil. Although my projects compile, run correctly, and will even debug up to the size limits of the debugger it seems that the debugger...
  • ULINK2 & GCC
    I wish to buy a ULINK2 to program/debug flash ARM (NXP and ATMEL); But I don't use Keil software, I use GCC. And Keil is not clear about what is include in the ulink2 package. I need know about what...
  • !(Keil && GCC)
    Hello, after I reinstalled my computer I returned to one of my recent projects using Keil and GCC and I can't compile it now, dunno why. I installed Keil and GCC as described in keil.com/.../thread7919...
  • gcc with neon
    Hi I add a piece of code in multimedia. It makes data in array reverse. It works, but when I add -O2 or -O3 the result is error and vmov with -O2 ,-O3 create illegal instruction. I don't understand.....