Tool/software: Linux
Dear ,
today i try to build my code but i found some error like that "system_cfg.h" is missing .
please help me i am using linux platform
thank you
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Dear ,
today i try to build my code but i found some error like that "system_cfg.h" is missing .
please help me i am using linux platform
thank you
Hello Rishabh
this is the simple code
"
/**
* main.c
*/
int main(void)
{
//app_init_a15();
App_init();
return 0;
}
"
Error is like that
>> Compilation failure
subdir_rules.mk:7: recipe for target 'app_init_a15.obj' failed
"/home/vijender/PROCESSOR_SDK_VISION_03_06_00_00/vision_sdk/apps/src/common/app_init/app_init_a15.c", line 81: fatal error #1965: cannot open source file "system_cfg.h"
1 catastrophic error detected in the compilation of "/home/vijender/PROCESSOR_SDK_VISION_03_06_00_00/vision_sdk/apps/src/common/app_init/app_init_a15.c".
Compilation terminated.
gmake: *** [app_init_a15.obj] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****