Tizen Developers

Menu
Sites
Language
Application does not launch in Windows but works on Linux

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.

Edited on 18 03, 2014

Responses

1 Replies
smith wil
Avoid manual copy of all files to your project folder, only copy source or resource files. If some setting files overwritten forcefully it may create problem. On the other way, import the project afresh.