• 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...
  • 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.....
  • GCC installation
    HI, I have installed the GCC tool-chain v4.1.1 from http://www.gnuarm.com/ binaries. and i have added the prefixes arm-elf- and inside misc of CC: -msoft-float and in assembler -mno-fpu. I still...
  • Uvision and GCC
    Hi, Suppose i want to switch from armcc compiler to gcc ,but still use uvision ,what is the process to do it ,i mean except changing the toolchain,how can i generate the startup.s file that will...
  • 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...