Hi Champs,
I just installed the mcsdk_video_02_00_00_10_setupwin32.exe and try to compiler demo SV01.out without modify any source code, there're below error information, but the SV01.out can also be generated successfully.
Do you know what's the meaning of below error and how to solve it?
Thanks very much for your help!
Jane
diff: ggdummy.c: No such file or directorydiff: cdefdep: No such file or directoryFatal error #5: could not open source file "ggVideocfg.c"1 fatal error detected in the compilation of "ggVideocfg.c".Compilation terminated.
Hi Jane, could you please help me to confirm that ggVideocfg.c is at: C:\Program Files\Texas Instruments\mcsdk_video_2_0_0_10\dsp\mkrel\sv01\flat ?
Thanks
Paula
Hi Jane, from the developers I got the following fix:
change in dsp\mkrel\c64x\makegg, starting from line 1153,
change from:
ggcfg.c: ggmemmap.h
ggVideocfg.c: ggmemmap.h
ggCodecTestCfg.c: ggmemmap.h
To:
$(GGROOT)/gg/ggcfg.c: ggmemmap.h
$(GGROOT)/gg/ggVideocfg.c: ggmemmap.h
$(GGROOT)/gg/ggCodecTestCfg.c: ggmemmap.h
thank you,
Paula,
Thanks! This issue is fixed by your suggestion.
However, I get another error this time, do you know what's the meaning and how to fix it?
process_begin: CreateProcess(NULL, php ../swtools/mangen.php ./docs/manifest/Software_Manifest.html docs/manifest/manifest.xml, ...) failed.
Thanks again!
Jane, can you please give us the printed log before the failure?
Attached please find the compile log file, thanks!
4718.sv01_compile_log.TXT
5415.bb.txt
Hi Jane, I think we can safely ignore this failure, it is related to the Manifest documentation so should not affect the application compilations.