I created a sample application in Linux using Tizen IDE and there seems to be no issue in launching the application. However, when I tried to copy the same project and launch it in Windows, it failed!!
First I got a pop up saying clang++.exe stopped working then I got an error saying that recipe for one of my forms failed
src/subdir.mk:45: recipe for target 'src/EditForm.o' failed
make: *** [src/EditForm.o] Error 1
and the app failed to launch. Please advice.