Recent content by jkridner

  1. jkridner

    GCC released for C6000 DSP

    The challenge I've had with the TI compiler, which is perfectly fine, is that it doesn't allow for free redistribution, porting and integration. The interprocessor communication tools need some integration to work with a specific kernel and libraries that would be best part of your full Linux...
  2. jkridner

    GCC released for C6000 DSP

    The C6run utility provides a C6000 C library and ARM launcher that provides the C6000 with basic system calls such as file I/O. With this mechanism, you can launch C6000 applications that run as independent programs.
  3. jkridner

    GCC released for C6000 DSP

    I think this code will largely be upstream before all of the programming infrastructure in OE is moved from the TI compiler to GCC, but if you are wanting to build some DSP code today... The linux-c6x.org project has produced a downloadable C6000 GCC compiler...
  4. jkridner

    DSP - LinuxDspTools

    The DSP is a pretty high performance general purpose processor. The processor can execute up to 8 instructions per cycle. Though many general purpose programs do not have a high degree of parallelism, you can certainly expect an average more than 1 instructions per cycle, even on the most...
Back
Top