Page 1 of 1

QDc

Posted: Fri Mar 13, 2020 8:51 pm
by Derek_Stewart
Hi,

I have been using QD with QDc C68 compiler thing by Oliver Fink. Which works well once configured.

A C file can be compiled from QD by pressing F10.

The only problem is that the executable programme name generated by the compiler is not defined and the resuting executable is 'a_out'

Does anyone know how to make the compiled programme to have the name of the C source file loaded in QD.

I woild normally use MAKE to compile C files.