DSPRelated.com
Forums

Re: VisualDSP with non-standard source file extensions

Started by Michael Haertl June 18, 1999

On Thu, 17 Jun 1999, Kenneth Porter wrote:
> On Thu, 17 Jun 1999 19:27:01 +0200 (MET DST), Michael Haertl wrote:
>
> >You might take a look at the file
> >"\Program Files\Analog Devices\VisualDSP\default.ini"
>
> That controls syntax highlighting in the visual editor, which is not
> what I'm after. My concern is with the actual compiler, which I run
> from the command line via a Make utility.

i see. i thought you wanted to use the VisDSP editor.
which "make utility" do you use (just interested) ? > I did a little research and found that Gnu gcc/g++ uses the -x option
> to select the language to use for a source file, overriding the
> extension. (An example would be "gcc -x c foo.tbl".) I could find no
> equivalent option for cc21k. I guess I'll have to temporarily rename my
> source file to .c in my build rule.

i think this (temporarily renaming) should be the easiest way to come
around this. cc21k is not based on gcc (as g21k was).

Michael

--
Michael Haertl