Ryan Talbot wrote:
Package.mak does get rebuilt, BUT there is an issue with the DM6446 .dep
files: namely, they don't get generated!  There is a
"package/lib/lib/debug/ipc_dsplink_6446/Processor_dsplink_linkcfg_DM6446
.ov5T.dep" file, but it is empty, and there is no such file in the
release section.  All of the other platforms seem to generate these
files correctly, but I'm working with DM6446...

The only modification I made to the DSPLink code was to make
HANDLESIGNALS=FALSE in the LINKCFG_gppOsObject in
Processor_dsplink_linkcfg_OS.c

Strange, any idea where I could have gone wrong?

Thanks,
Ryan


You might want to add XDCOPTIONS=v to the xdc command in your makefile and look at the include paths which are given to the compiler. Maybe there is an empty include path there or something, or the paths are simply incorrect there and the files are not being found.


_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to