Hi,
I imported an edc template project by New -> Tizen native Project -> Template -> UI application -> Basic UI Application(EDC).
I am trying to compile that with Native CLI, I tried the commands 'tizen build-native' and 'tizen build-native -a arm -c gcc -C Release'
I get below error.
'Building file: ../res/edje/edcapp.edc'
'Invoking: EDC Resource Compiler'
edje_cc -id "D:\Tizen\workspaces\git_checkin\EDCApp/edje/images" -id "C:/tizen-sdk/tools/enventor/share/enventor/images" -sd "D:\Tizen\workspaces\git_checkin\EDCApp/edje/sounds" -sd "C:/tizen-sdk/tools/enventor/share/enventor/sounds" -fd "D:\Tizen\workspaces\git_checkin\EDCApp/edje/fonts" -fd "C:/tizen-sdk/tools/enventor/share/enventor/fonts" "../res/edje/edcapp.edc" "res/edje/edcapp.edj"
'edje_cc' is not recognized as an internal or external command,
operable program or batch file.
res/edje/subdir.mk:15: recipe for target 'res/edje/edcapp.edj' failed
make: *** [res/edje/edcapp.edj] Error 1
Please advise me how to solve this issue.
Any help in resolving this error is much appreciated.