Hi again,
Richard probably knows this but the gcc docs from the git master have
this:
'-march=NAME'
This specifies the name of the target architecture. GCC uses this
name to determine what kind of instructions it can emit when
generating assembly code. Permissible names are: 'c
On Tue, Feb 18, 2025 at 3:04 AM Richard Biener via Gcc
wrote:
> On Tue, Feb 18, 2025 at 7:10 AM Dan via Gcc wrote:
> >
> > Hello!
> >
> > I'm trying to compile for Texas Instruments (TI) C6000 Digital Signal
> > Processor (DSP) using GCC. I'm aware that TI has its own compiler, but I
> > want to
On Tue, Feb 18, 2025 at 7:10 AM Dan via Gcc wrote:
>
> Hello!
>
> I'm trying to compile for Texas Instruments (TI) C6000 Digital Signal
> Processor (DSP) using GCC. I'm aware that TI has its own compiler, but I
> want to use GCC.
>
> The documentation indicates that GCC has *some* support for C6x
Hello!
I'm trying to compile for Texas Instruments (TI) C6000 Digital Signal
Processor (DSP) using GCC. I'm aware that TI has its own compiler, but I
want to use GCC.
The documentation indicates that GCC has *some* support for C6x DSPs, as
shown in this link: https://gcc.gnu.org/onlinedocs/gcc/C6