indOfiles and indSfiles

I created a photon application. But a few of the source files are
non-photon placed in a separate directory
…/…/temp/source1.c …/…/temp/source2.c with resepect to the Makefile.
As given in the documentation ( Photon programmer’s guide) I placed these
source files in indSfiles and the
object files source1.o source2.o in indOfiles. and the program works fine.
But I don’t have debug information available for the non-photon files.
How can I include debug information in the non-photon files?
Thank you,
Shashank

are you able to compile those modules? if yes compile them with the
debug switch on !
wish you success
Jörg

Shashank schrieb:

I created a photon application. But a few of the source files are
non-photon placed in a separate directory
…/…/temp/source1.c …/…/temp/source2.c with resepect to the Makefile.
As given in the documentation ( Photon programmer’s guide) I placed these
source files in indSfiles and the
object files source1.o source2.o in indOfiles. and the program works fine.
But I don’t have debug information available for the non-photon files.
How can I include debug information in the non-photon files?
Thank you,
Shashank